!!! status: logs.sh started...
=========================================== ./gsb_text_equivalent =========================================== view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago WP-6693 add new module for text equivalent gsb_text_equivalent.info | 6 ++++++ gsb_text_equivalent.module | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_workbench_save_and_publish =========================================== view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3281: Make sure submit field runs last. gsb_workbench_save_and_publish.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3328: Add submit handler back in. gsb_workbench_save_and_publish.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3234: Change button name from publish to Save & Publish. gsb_workbench_save_and_publish.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3237: Wait for all other form_alters to run in order to copy the right submit handlers. gsb_workbench_save_and_publish.module | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Rename Save and Publish to just Publish. gsb_workbench_save_and_publish.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3049: Call actual submit handler. gsb_workbench_save_and_publish.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Initial commit gsb_workbench_save_and_publish.info | 5 +++++ gsb_workbench_save_and_publish.module | 30 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+)
=========================================== ./gsb_filtered_view_link =========================================== view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6119: update inline CSS. js/gsb_filtered_view_link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5877: Add support for select fields. js/gsb_filtered_view_link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5859: remove duplicate quotes. js/gsb_filtered_view_link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5859: Refactor code. Add a text field to be able to copy and paste data from. js/gsb_filtered_view_link.js | 79 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 63 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Remove the hook_views_implementation also. gsb_filtered_view_link.module | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Remove the handler and just do a form_alter. gsb_filtered_view_link.info | 3 --- gsb_filtered_view_link.module | 19 ++++----------- ...d_view_link_handler_area_filtered_view_link.inc | 27 ---------------------- js/gsb_filtered_view_link.js | 4 +++- 4 files changed, 8 insertions(+), 45 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Initial commit. gsb_filtered_view_link.info | 7 ++++++ gsb_filtered_view_link.module | 25 ++++++++++++++++++++ ...d_view_link_handler_area_filtered_view_link.inc | 27 ++++++++++++++++++++++ js/gsb_filtered_view_link.js | 25 ++++++++++++++++++++ 4 files changed, 84 insertions(+)
=========================================== ./gsb_field_formatter =========================================== view commit - committer: GitHub, 2 days ago author: Greg Mercer, 2 days ago WP-7556 Removed testing code gsb_field_formatter.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: GitHub, 2 days ago author: Greg Mercer, 2 days ago WP-7556 Setting the protocol for embed video url gsb_field_formatter.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7198 Small fix to a warning I ran across while working on this issue gsb_field_formatter.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6762 Added check for '#entity' in the group_link_to_field formatter gsb_field_formatter.module | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6664 Added test for $form group->entity type in field_group_pre_render_gsb_field_formatter_group_link_to_field gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6580: add wrapper class back. gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6396 Fix for unwanted notices generated by diptych right cta link gsb_field_formatter.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6338 Fix for undefined index gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6363 fix for right image and new window gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6363 Fixed target blank only when open in new window is checked gsb_field_formatter.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6363 Added target new window for right side diptych image gsb_field_formatter.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6085 removed junk test code gsb_field_formatter.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6085 exclude video to link to rigth cta link gsb_field_formatter.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6085 fix for diptych right side image link gsb_field_formatter.module | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6154 fix errors from acquia log gsb_field_formatter.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6221 Added code to set data attribute fancybox-settings for video start time. gsb_field_formatter.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6221 Changing how we form the embed url and handling of url query parameters. gsb_field_formatter.module | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Moving code for rendering video view count, duration and channel title to the video fpp module gsb_field_formatter.module | 89 ---------------------------------------------- 1 file changed, 89 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: update markup for theming. gsb_field_formatter.module | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added markup for channel title (attribution) gsb_field_formatter.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added a little checking for seconds when converting the duration time gsb_field_formatter.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added functions for YouTube duration and view count lookup gsb_field_formatter.module | 84 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Adding field formatter gsb_field_formatter_video_lightbox gsb_field_formatter.module | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Fixing up some error messages. gsb_field_formatter.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-4950 Small change related to updating the field_group module gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago Fixing a warning issue. We needed to define $output gsb_field_formatter.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5798 Changing formatter for gsb_field_formatter_address_custom to breakup address into multiple lines. gsb_field_formatter.module | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5831: Add query and fragment to url. gsb_field_formatter.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5755: update dash. gsb_field_formatter.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year ago WP-5577 add new formatter for timezone abbreviation gsb_field_formatter.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5577 add new formatter for timezone abbreviation gsb_field_formatter.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer, 1 year ago author: Greg Mercer, 1 year ago WP-5773 Added new email field formatter gsb_field_formatter_email_default gsb_field_formatter.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5721 Added lookup for administrative_areas if non-US gsb_field_formatter.module | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year ago author: Greg Mercer, 1 year ago WP-5675 Fixing the logic on the country address gsb_field_formatter.module | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5675 Added code to get list of countries. Gee that would be handy. :) gsb_field_formatter.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5629 Added new field formatter gsb_field_formatter_address_custom for addressfield gsb_field_formatter.module | 100 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5194 Changed the string replace calls to use http:// and https:// gsb_field_formatter.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5194 Changing the url path to be https if necessary for vimeo case as well gsb_field_formatter.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5194 Changing the url path to be https if necessary gsb_field_formatter.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5154 Add the full query when building the url. gsb_field_formatter.module | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5131 Changed gsb_field_formatter_featured_content_featured_item_link to check the attribute to determine if target should be added. gsb_field_formatter.module | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5142 Changed code to use $entity_type param that is passed into gsb_field_formatter_field_formatter_view() gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4872 Added 'all day' format handling to gsb_field_formatter_field_formatter_view() gsb_field_formatter.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4851: add new split date and time format. gsb_field_formatter.module | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4932: Create a new field formatter for featured_content_featured_item gsb_field_formatter.module | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4400: Add video player for 1/3 width for resources formatter. gsb_field_formatter.module | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4202-1: Create resources video popup streamwapper. gsb_field_formatter.module | 63 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 56 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4202:Add support for resource_youtube. gsb_field_formatter.module | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: change header size. gsb_field_formatter.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4058: Add Related content field collection formatter. gsb_field_formatter.module | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3940: Fix GSB Download Link so it recognizes other formatters. gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3588: Properly sanitize taxonomy paths. gsb_field_formatter.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3604: Check access before displaying field collections. gsb_field_formatter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3588: Properly sanitize taxonomy paths. gsb_field_formatter.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3031: Ensure term reference formatter runs prepare_view. gsb_field_formatter.module | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2701: Manually build the term link to allow query strings. gsb_field_formatter.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add convert to month formatter. gsb_field_formatter.module | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2758: Add token replacement support for GSB Download Link formatter. gsb_field_formatter.module | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2758: Add token replacement support for GSB Download Link formatter. gsb_field_formatter.module | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
=========================================== ./gsb_panels_pages =========================================== view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5593 Removing page events and events_calendar gsb_panels_pages.pages_default.inc | 271 ------------------------------------- 1 file changed, 271 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4512 Removing gsb_panels_pages_default_page_manager_handlers_alter which was used only for business insights gsb_panels_pages.module | 21 --------------------- 1 file changed, 21 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4512 Removing business insights mini panel gsb_panels_pages.panels_default.inc | 54 ------------------------------------- 1 file changed, 54 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4512 Removing business insights panel page gsb_panels_pages.pages_default.inc | 3756 ------------------------------------ 1 file changed, 3756 deletions(-) view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3098 remove business word from code gsb_panels_pages.pages_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago Removed the BIZIN Detail page variant for the node template gsb_panels_pages.pages_default.inc | 150 ------------------------------------- 1 file changed, 150 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2950: Update the business websites page to transform hyphens to spaces in arguments. gsb_panels_pages.pages_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2950: Update the business websites page to use IPE. gsb_panels_pages.pages_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2843 Added breadcrumb changes for the panel page gsb_panels_pages.pages_default.inc | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2846 Add the page to the pages array. Duh. gsb_panels_pages.pages_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2846 Added more changes for the business websites pages gsb_panels_pages.pages_default.inc | 169 +++++++++++++++++++++++++++++++++++-- 1 file changed, 162 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2846 Added new page for Business Websites gsb_panels_pages.pages_default.inc | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+)
=========================================== ./isotopify =========================================== view commit - committer: GitHub, 10 days ago author: Greg Mercer, 10 days ago WP-7512 Removing debugger statement. js/isotopify.js | 1 - 1 file changed, 1 deletion(-) view commit - committer: Ayuta Padhi, 10 days ago author: Ayuta Padhi, 10 days ago WP-7536 Added Search field to direct link isotopify.module | 8 ++++---- js/isotopify.js | 7 ++++--- plugins/content_types/filters.inc | 1 - 3 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 11 days ago author: Greg Mercer (GBear), 11 days ago WP-7512 Moved default sort to separate function called by initIsotope js/isotopify.js | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7446 Added data picker changes for main finder js/isotopify.js | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7438 Changed breakpoint from 568px to 920px js/isotopify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7342 Changed to use attr checked rather than prop js/isotopify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7239 Fixing a merge issue with the isotopify wrapper tpl file templates/isotopify-wrapper.tpl.php | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7239 Moved code to initialize search handling into the common initIsotope() function js/isotopify.js | 72 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 33 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7125 Removed isotopify-title 'All' when empty isotopify.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 Fixes for date range and no result text js/isotopify.js | 1 - 1 file changed, 1 deletion(-) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7125 Removed isotopify-title 'All' when empty isotopify.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 Fixes for date range and no result text css/isotopify.css | 6 ++++++ isotopify.module | 1 + js/isotopify.js | 18 +++++++++++++----- templates/isotopify-wrapper.tpl.php | 3 +++ 4 files changed, 23 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 Fixes for date range and no result text css/isotopify.css | 6 ++++++ isotopify.module | 2 ++ js/isotopify.js | 18 +++++++++++++----- templates/isotopify-wrapper.tpl.php | 3 +++ 4 files changed, 24 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 9 weeks ago author: Adam Moore, 9 weeks ago WP-7200: Add support for no results text isotopify. isotopify.module | 1 + js/isotopify.js | 8 ++++++++ templates/isotopify-wrapper.tpl.php | 3 +++ 3 files changed, 12 insertions(+) view commit - committer: Adam Moore, 9 weeks ago author: Adam Moore, 9 weeks ago WP-7200: Add support for no results text isotopify. isotopify.module | 1 + js/isotopify.js | 8 ++++++++ templates/isotopify-wrapper.tpl.php | 3 +++ 3 files changed, 12 insertions(+) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7289 Fix for date range dropdown isotopify.module | 4 ++-- js/isotopify.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7171 Added handling if $filter_default is empty isotopify.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed. js/isotopify.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the checked checkboxes when using the tray. js/isotopify.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the date values when using the tray. js/isotopify.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the checked checkboxes when using the tray. js/isotopify.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added some null checking... for checkboxes. Check. check. js/isotopify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago Fixing a couple small warnings - related to $filter['default'] isotopify.module | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Changes to Isotopify related to responsive side tray js/isotopify.js | 139 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 88 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Roopesh Naik, 3 months ago WP-7099 check if we need to clear daterange filter js/isotopify.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Roopesh Naik, 3 months ago WP-7095 update form filters search placeholder isotopify.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7047 javascript fix for enter key press for search field js/isotopify.js | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed. js/isotopify.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed. js/isotopify.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the checked checkboxes when using the tray. js/isotopify.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the date values when using the tray. js/isotopify.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the date values when using the tray. js/isotopify.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the checked checkboxes when using the tray. js/isotopify.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added code to clear the checked checkboxes when using the tray. js/isotopify.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added some null checking... for checkboxes. Check. check. js/isotopify.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Added some null checking... for checkboxes. Check. check. js/isotopify.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago Fixing a couple small warnings - related to $filter['default'] isotopify.module | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Changes to Isotopify related to responsive side tray js/isotopify.js | 139 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 88 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago Create README.md README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7099 check if we need to clear daterange filter js/isotopify.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7095 update form filters search placeholder isotopify.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7047 javascript fix for enter key press for search field js/isotopify.js | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 4 months ago author: Adam Moore, 4 months ago WP-6970: Allow the date range to be filtered from the url. isotopify.module | 12 ++++++++++-- js/isotopify.js | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing up a couple small issues where empty needed to be checked isotopify.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing up a couple small issues where empty needed to be checked isotopify.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 5 months ago author: Adam Moore, 5 months ago Add support for headers and footers. isotopify.module | 4 +++- templates/isotopify-wrapper.tpl.php | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6538: keep duplicates from showing up when customizing the page. js/isotopify.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6538: Add support to filter by the url. Add a direct link button. isotopify.module | 9 +++++++++ js/isotopify.js | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6515: Add support for filters in a separate pane. isotopify.module | 9 +++++++++ js/isotopify.js | 5 +++++ plugins/content_types/filters.inc | 20 ++++++++++++++++++++ 3 files changed, 34 insertions(+) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6547-2: Move title to just above programs listing. isotopify.module | 16 +++++----------- js/isotopify.js | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Make default sorting actually look at the default. js/isotopify.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6556: Make sure sorting runs on load and allow for multiple sorts. isotopify.module | 16 ++++++++++++---- js/isotopify.js | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Adam Moore, 6 months ago WP-6547: Add title support. Allow checkboxes to have a default. isotopify.module | 31 +++++++++++++++++++++++++------ js/isotopify.js | 21 +++++++++++++++++++++ templates/isotopify-wrapper.tpl.php | 5 ++++- 3 files changed, 50 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6547: Add title support. Allow checkboxes to have a default. isotopify.module | 31 +++++++++++++++++++++++++------ js/isotopify.js | 21 +++++++++++++++++++++ templates/isotopify-wrapper.tpl.php | 5 ++++- 3 files changed, 50 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6546: Change the title of the done button to apply. js/isotopify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago If there are 8 9's then skip. js/isotopify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Integrating new code from last commit by Adam for release-6.02. Let links filter the view. js/isotopify.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Let links filter the view. js/isotopify.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6517: Move labels into dropdown. js/isotopify.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago This reverts commit 084c432b84f4e7355a0bf9c3a9a9f74ebd7f0c36. Revert "Remove commented out code." js/isotopify.js | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Remove commented out code. js/isotopify.js | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6473: Move done button to bottom of date picker. js/isotopify.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Set default daterange. js/isotopify.js | 81 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Add Pill Support. js/isotopify.js | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 174 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Close the dropdown on apply. js/isotopify.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago WP-6462 and WP-6475: Add apply and clear buttons. Added better support for multiple columns or not. isotopify.module | 14 ++++++--- js/isotopify.js | 94 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 63 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago WP-6298 fix for date range isotopify.module | 10 ++++------ js/isotopify.js | 13 +++++++------ theme.inc | 5 +++-- 3 files changed, 14 insertions(+), 14 deletions(-) view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6298 fix for date range isotopify.module | 12 ++++++++++-- js/isotopify.js | 13 +++++++------ theme.inc | 5 +++++ 3 files changed, 22 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 7 months ago author: Adam Moore, 7 months ago Fix daterange support. isotopify.module | 10 ++++++++++ theme.inc | 4 ++++ 2 files changed, 14 insertions(+) view commit - committer: Adam Moore, 7 months ago author: Adam Moore, 7 months ago Add beginning support for daterangepicker. isotopify.module | 64 ++++++++++++++++++++++++++++++++++++++++ js/isotopify.js | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 152 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago Add local support for jquery_lazyload. isotopify.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago Add support for sorting. isotopify.module | 34 +++++++--- js/isotopify.js | 133 +++++++++++++++++++++++++-------------- templates/isotopify-item.tpl.php | 2 +- theme.inc | 4 ++ 4 files changed, 117 insertions(+), 56 deletions(-) view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago Remove commented out code. isotopify.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago Add theme hook suggestions. Add classes. Connect isotope to filters. isotopify.module | 30 +++++++++++++++++-- js/isotopify.js | 58 +++++++++++++++++++++++++------------ templates/isotopify-wrapper.tpl.php | 2 +- theme.inc | 4 +-- 4 files changed, 71 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago Initial commit. css/multiple-select.css | 191 ++++++++ css/multiple-select.png | Bin 0 -> 3380 bytes isotopify.info | 3 + isotopify.module | 143 ++++++ js/isotopify.js | 122 +++++ js/jquery.customSelect.js | 153 +++++++ js/jquery.multiple.select.js | 596 +++++++++++++++++++++++++ templates/filters/isotopify-checkboxes.tpl.php | 8 + templates/filters/isotopify-search.tpl.php | 10 + templates/isotopify-item.tpl.php | 3 + templates/isotopify-wrapper.tpl.php | 10 + theme.inc | 15 + 12 files changed, 1254 insertions(+)
=========================================== ./gsb_social =========================================== view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6987 Put the email social button back. gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6987 Put the email social button back. gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6651: Adding sharrre class in email link gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Hiding email button for right now. gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Cleaning up a merge issue with the last commit. js/gsb_social.js | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6671 Rough draft - added click handling to open email share form in popup js/gsb_social.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6671 Rough draft - creating a popup email share form gsb_social.module | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6671 Updating subject and body based on new requirements from Marketing. gsb_social.module | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6671 Changing code to use mailto: link. Switching order of buttons. Removing unneeded email share form code. gsb_social.module | 62 +++++++------------------------------------------------ 1 file changed, 8 insertions(+), 54 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6671 Removing unneeded on 'click' handling js/gsb_social.js | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6671 Rough draft - added click handling to open email share form in popup js/gsb_social.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6671 Rough draft - creating a popup email share form gsb_social.module | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6671 Changing code to use mailto: link. Switching order of buttons. Removing unneeded email share form code. gsb_social.module | 62 +++++++------------------------------------------------ 1 file changed, 8 insertions(+), 54 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6671 Removing unneeded on 'click' handling js/gsb_social.js | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6671 Rough draft - added click handling to open email share form in popup js/gsb_social.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6671 Rough draft - creating a popup email share form gsb_social.module | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 More updates related to getting Twitter counts. js/gsb_social.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 Replace stage with public url js/gsb_social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 Replace stage with public url js/gsb_social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 Replace stage with public url js/gsb_social.js | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 Enable counter for Twitter js/gsb_social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 Changes related to the update of the sharrre library. js/gsb_social.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6645 Changes related to the update of the sharrre library. gsb_social.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 9 months ago author: Adam Moore, 9 months ago Rearrange social buttons. gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 9 months ago author: Adam Moore, 9 months ago Show counters on facebook, linked-in and google plus js/gsb_social.js | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Adam Moore, 9 months ago author: Adam Moore, 9 months ago WP-6284: Hide counters. js/gsb_social.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6000 remove G+ icon gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-6012 Added a little error checking gsb_social.module | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago Update variables for google analytics update. gsb_social.info | 3 +- gsb_social.strongarm.inc | 181 +++++------------------------------------------ 2 files changed, 18 insertions(+), 166 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago Use an each so our code runs independently on each set of buttons. js/gsb_social.js | 96 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago WP-4610: Add http back to returned url. Add title to default text for twitter. gsb_social.module | 6 ++---- js/gsb_social.js | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4610: Need to force http js/gsb_social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4610: Go back to old twitter url and strip the protocol and paramaters from the url. js/gsb_social.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago This reverts commit 5a560af1efa785da96ba7dfb261a604ad13124a2. Revert "WP-4605 Changed the coding for twitter to match how we are handling the other buttons" gsb_social.module | 2 +- js/gsb_social.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4605 Changed the coding for twitter to match how we are handling the other buttons gsb_social.module | 2 +- js/gsb_social.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4605 Changed url to remove out the scheme/protocol gsb_social.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4508 Changed twitter social button to use long url and pass @stanfordbiz gsb_social.module | 2 +- js/gsb_social.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4458 Only applies the selection-sharer if the node being displayed is: an Announcement, an Idea Story or a School Story gsb_social.module | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4458 Only applies the selection-sharer if the node being displayed is: an Announcement, an Idea Story or a School Story gsb_social.module | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4351-1 Switching tokens to be zero-based. Wee gsb_social.strongarm.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4458 Small path adjustment to point to dist directory. gsb_social.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4458 Adding the selection-sharer library gsb_social.module | 64 +++++++++++++++---------------------------------------- 1 file changed, 17 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4458 Small path adjustment to point to dist directory. gsb_social.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4353: remove CSS, update names. css/gsb_social.css | 130 ++--------------------------------------------------- gsb_social.module | 6 +-- 2 files changed, 7 insertions(+), 129 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4458 Adding the selection-sharer library gsb_social.module | 64 +++++++++++++++---------------------------------------- 1 file changed, 17 insertions(+), 47 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4353: remove CSS, update names. css/gsb_social.css | 130 ++--------------------------------------------------- gsb_social.module | 6 +-- 2 files changed, 7 insertions(+), 129 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4352 Moving code from here to gsb_feature_google_analytics_settings gsb_social.module | 24 +----------------------- js/gsb_social.js | 2 -- 2 files changed, 1 insertion(+), 25 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4352 Added stubbed/testing code for handling idea story events js/gsb_social.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4352 Moving code from here to gsb_feature_google_analytics_settings gsb_social.module | 1 - js/gsb_social.js | 56 ------------------------------------------------------- 2 files changed, 57 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4352 Switched to use $ instead of jQuery js/gsb_social.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4352 Added stubbed/testing code for handling idea story events js/gsb_social.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-3848 Addding init call for riveted js/gsb_social.js | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-3848 Adding dimension settings for ga gsb_social.strongarm.inc | 229 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-3848 Adding scrollDepth() call js/gsb_social.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-3848 Adding the jquery-scrolldepth and riveted js libraries gsb_social.module | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4351 Switching to use Google Analytics module method for setting dimensions gsb_social.features.inc | 3 +++ gsb_social.info | 9 +++++++++ gsb_social.module | 5 +++++ js/gsb_social.js | 13 ------------- 4 files changed, 17 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4351 Switching to use Google Analytics module method for setting dimensions gsb_social.features.inc | 3 +++ gsb_social.info | 9 +++++++++ gsb_social.module | 5 +++++ js/gsb_social.js | 17 ----------------- 4 files changed, 17 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago Removed testing alerts. js/gsb_social.js | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4351 Added code to set Google Analytics dimensions - key taxonomies and node type gsb_social.module | 39 +++++++++++++++++++++++++++++++++++++++ js/gsb_social.js | 18 ++++++++++++++++++ 2 files changed, 57 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Removing ga send for facebook. This is handled during the open of the popup js/gsb_social.js | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Removing ga send for facebook. This is handled during the open of the popup js/gsb_social.js | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Changing the url to pass to ga for facebook share js/gsb_social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Changing the url to pass to ga for facebook share js/gsb_social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Adjusting the call to ga for facebook test case gsb_social.module | 26 ++++++++++++++++++-------- js/gsb_social.js | 6 +++++- 2 files changed, 23 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Adjusting the call to ga for facebook test case gsb_social.module | 28 +++++++++++++++++++--------- js/gsb_social.js | 8 ++++++-- 2 files changed, 25 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4370: add social fields to other cts. gsb_social.ds.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago Removed the reference to Julien with the via option. js/gsb_social.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4331 Corrected an issue with the hook menu access. Setting to anonymous content access. gsb_social.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Corrected path info for data-url and modified call to simulateClick to pass in className gsb_social.module | 8 ++++---- js/gsb_social.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago Delete jquery.sharrre.js js/jquery.sharrre.js | 591 --------------------------------------------------- 1 file changed, 591 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4320 Changes to add use sharrre social buttons css/gsb_social.css | 126 +++++++++++ gsb_social.module | 142 ++++++++++--- js/gsb_social.js | 64 ++++++ js/jquery.sharrre.js | 591 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 889 insertions(+), 34 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago Pass NULL as object in case it's not a node page. Add Facebook Javascript SDK inline with the button. gsb_social.module | 42 ++++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 24 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago Initial commit. gsb_social.ds.inc | 44 +++++++++++++++ gsb_social.features.inc | 14 +++++ gsb_social.info | 12 ++++ gsb_social.module | 143 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 213 insertions(+)
=========================================== ./gsb_faculty_role =========================================== view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3670: Expose some taxonomy fields to faculty users. gsb_faculty_role.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3454: Missing return statement for default tabs title fallback. gsb_faculty_role.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3454: Change View published and view draft tabs in faculty profile to View profile and Edit profile for faculty role. gsb_faculty_role.module | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3454: Change View published and view draft tabs in faculty profile to View profile and Edit profile for faculty role. gsb_faculty_role.module | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3397: Hide Related Faculty author field from Faculty form for faculty user role. gsb_faculty_role.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Recursively hide fields in groups. gsb_faculty_role.module | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3281: Remove the buttons from the submit field also. gsb_faculty_role.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3237: Redirect faculty users back to the edit form on faculty profiles. gsb_faculty_role.module | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3217: Hide child elements of alumni story to prevent unwanted validation. gsb_faculty_role.module | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3204: Hide taxonomy and alumni fields from faculty users. gsb_faculty_role.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3204: Hide taxonomy and alumni fields from faculty users. gsb_faculty_role.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3129: Hide tabs on cases detail pages for faculty. gsb_faculty_role.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3161: Fix pathauto by hiding elements correctly. gsb_faculty_role.module | 52 ++++++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 29 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3161: Fix pathauto by hiding elements correctly. gsb_faculty_role.module | 48 +++++++++++++++++++++++------------------------- 1 file changed, 23 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Need to refactor this module. gsb_faculty_role.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3079 Initial commit for customization based on faculty role. gsb_faculty_role.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago Initial commit gsb_faculty_role.info | 4 ++++ gsb_faculty_role.install | 19 +++++++++++++++++++ gsb_faculty_role.module | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_restricted_pages =========================================== view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4712 Fixes an error when getting the nid. gsb_restricted_pages.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4712 Changed to call module_invoke_all to get all restricted page info. gsb_restricted_pages.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4712 Adding hook_init handler to apply restricted page access gsb_restricted_pages.module | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4712 Some changes related to db calls gsb_restricted_pages.module | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4712 Small text changes gsb_restricted_pages.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago Initial commit gsb_restricted_pages.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago Initial commit gsb_restricted_pages.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago Initial commit gsb_restricted_pages.module | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago Initial commit gsb_restricted_pages.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago Initial commit gsb_restricted_pages.info | 4 +++ gsb_restricted_pages.install | 34 +++++++++++++++++++ gsb_restricted_pages.module | 79 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 117 insertions(+) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_custom_breadcrumbs =========================================== view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6697 Added Stanford GSB to seed and exec-ed breadcrumb trail gsb_custom_breadcrumbs.info | 4 ++++ gsb_custom_breadcrumbs.module | 13 +++++++++++++ 2 files changed, 17 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./zurb_responsive_tables ===========================================
=========================================== ./gsb_resources =========================================== view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6251 Added new strongarm settings for resources_resource_soundcloud_view_modes gsb_resources.strongarm.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago Fixing a watchdog warning gsb_resources.formatters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5881 disabled style setting for GIF files gsb_resources.formatters.inc | 4 ++++ gsb_resources.module | 1 + 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago WP-5353: Add 1/3 and Large cover view modes. gsb_resources.info | 3 ++- gsb_resources.strongarm.inc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago New image for soundcloud assets/soundcloud.png | Bin 26454 -> 11345 bytes 1 file changed, 0 insertions(+), 0 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Removing the resource_browser_preview as a view mode option gsb_resources.strongarm.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Changes for supporting new SoundCloud Resource assets/soundcloud.png | Bin 0 -> 26454 bytes gsb_resources.info | 2 ++ gsb_resources.module | 17 ++++++++++++----- gsb_resources.strongarm.inc | 18 ++++++++++++++++++ 4 files changed, 32 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5281 add sidebar image assets/sidebar.png | Bin 10498 -> 26454 bytes 1 file changed, 0 insertions(+), 0 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 update the resource type gsb_resources.info | 4 ++++ gsb_resources.module | 20 ++++---------------- gsb_resources.strongarm.inc | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 16 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 alter the upload file assets/sidebar.png | Bin 0 -> 10498 bytes gsb_resources.module | 20 ++++++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 add new resource type gsb_resources.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4814: change button wording. gsb_resources.formatters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Switched the default for resources_browser_preview_view_mode to be resource_browser_preview gsb_resources.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4343 Fixed an issue where the hook_resources_type_info was not returning the info array. gsb_resources.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4343 Fixes an issue by using type_info_alter. gsb_resources.module | 40 +++++++++++++--------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Overriding the icons for callout and twitter to use gsb_resources gsb_resources.module | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Added new image files for resources callout and twitter assets/callout.png | Bin 10890 -> 10498 bytes assets/twitter.png | Bin 0 -> 7080 bytes 2 files changed, 0 insertions(+), 0 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4314 Export of view modes per file type gsb_resources.info | 5 +++++ gsb_resources.strongarm.inc | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3993: correct spelling. gsb_resources.formatters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4160: Allow Callout resource to use ResourcesEntityHandler in order to do the import. gsb_resources.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4069: Add image enlarge formatter for resources inforgraphics. gsb_resources.formatters.inc | 54 ++++++++++++++++++++++++++++++++++++++++++++ gsb_resources.module | 2 ++ 2 files changed, 56 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Add the actual missing features files. gsb_resources.features.inc | 14 ++++++++++++ gsb_resources.strongarm.inc | 56 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Add resources mappings to file types. gsb_resources.info | 15 ++++++++++++--- gsb_resources.module | 6 ++++++ 2 files changed, 18 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Rename Resource Callout to Callout. gsb_resources.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Initial commit. assets/callout.png | Bin 0 -> 10890 bytes gsb_resources.info | 6 ++++++ gsb_resources.module | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+)
=========================================== ./gsb_custom_section_title =========================================== view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5904 Added new function gsb_custom_section_title_get_sections_separate_paths gsb_custom_section_title.module | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
=========================================== ./gsb_cmis_api =========================================== view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_cmis_api.module | 81 ++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 44 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Initial changes related to import testing gsb_cmis_api.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Initial changes related to import testing gsb_cmis_api.info | 7 +++++ gsb_cmis_api.module | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Commenting out the dpm call for now. gsb_cmis_api.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 Corrected function name to be _gsb_cmis_api_get_object_id() gsb_cmis_api.info | 7 +++++++ gsb_cmis_api.module | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 A little more cleanup. Changing name of recursive function to get child objects gsb_cmis_api.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 New api functions and some cleanup gsb_cmis_api.info | 7 ++++ gsb_cmis_api.module | 94 +++++++++++++++++++++++++++++++---------------------- 2 files changed, 62 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago WP-2355 Added new gsb_cmis_api_getDocuments() function gsb_cmis_api.module | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-)
=========================================== ./gsb_fpp_stock_content =========================================== view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3709 Added homepage_cta as a stockable gsb_fpp_stock_content.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_filter_with_states =========================================== view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7363 Added gsb_act_project_listing to have filter states gsb_filter_with_states.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6983 Moving pushState to occur only when there are exposed filter checkboxes js/gsb_filter_with_states.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6168 fixed to work with tray js/gsb_filter_with_states.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6289 moved clear all button to the same level as states js/gsb_filter_with_states.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6287 removed extra divs js/gsb_filter_with_states.js | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 fixes after removing states js/gsb_filter_with_states.js | 133 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 117 insertions(+), 16 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6098 fix for long filter button js/gsb_filter_with_states.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6102 WP-6103 fix for direct url + states js/gsb_filter_with_states.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6102 WP-6103 fix for direct url + states js/gsb_filter_with_states.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-5533 Adjustedwrappers around divs js/gsb_filter_with_states.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-5533 Added a new wrapper (filters-wrapper) js/gsb_filter_with_states.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5533 Adjustedwrappers around divs js/gsb_filter_with_states.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-5547: update markup. js/gsb_filter_with_states.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5533 Added a new wrapper (filters-wrapper) js/gsb_filter_with_states.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5533 Filter with states gsb_filter_with_states.info | 4 +++ gsb_filter_with_states.module | 23 +++++++++++++ js/gsb_filter_with_states.js | 79 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_misc_fixes =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Removing code that was changing the message body. We will handle this in the field_email field formatter. gsb_misc_fixes.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Some small cleanup changes for the displayed 'from' address and a couple empty lines before the message body. gsb_misc_fixes.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: GitHub, 4 weeks ago author: Greg Mercer, 4 weeks ago WP-7398 Adjusting message body to have from_name that user has entered. gsb_misc_fixes.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: GitHub, 4 weeks ago author: Greg Mercer, 4 weeks ago WP-7398 Changing handling specifically for email_contact/contact form to use user entered name - if there is one. gsb_misc_fixes.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: GitHub, 4 weeks ago author: Greg Mercer, 4 weeks ago WP-7398 Added mail_alter hook to change the from name for our outgoing emails. gsb_misc_fixes.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Fixing a small error message - by adding test for empty gsb_misc_fixes.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Roopesh Naik, 9 months ago WP-6204 fix acquia log errors - add isset check gsb_misc_fixes.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Added new function - gsb_misc_fixes_download_info gsb_misc_fixes.module | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6204 fix acquia log errors - add isset check gsb_misc_fixes.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5463 Added new field hide_current_page_link to the block admin config setting form. gsb_misc_fixes.module | 52 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Added new associative_insert util function gsb_misc_fixes.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Added new associative_insert util function gsb_misc_fixes.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5463 Added check for an additional menu block (36) gsb_misc_fixes.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5414 Added code to removes any link in menu_block(29) that links to the node of the current page. gsb_misc_fixes.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5291-1 Modified to handle external urls and query params gsb_misc_fixes.module | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5291 Fixing some tab indenting in this file. gsb_misc_fixes.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5291 Added hook_url_outbound_alter to handle url fragments. gsb_misc_fixes.module | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4636 Adding new module to override core menu handling for editor without admin menu permissions gsb_misc_fixes.info | 5 +++++ gsb_misc_fixes.module | 15 +++++++++++++++ 2 files changed, 20 insertions(+) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_fpp_xray =========================================== view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago Adding some handy view debugging code. Not finished with this just yet, but want to be sure to save the idea. gsb_fpp_xray.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago Fixed a typo related to translate function. gsb_fpp_xray.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2945 Changed download link to have action, fpp id or bundle gsb_fpp_xray_form_data.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2945 Changed gsb_fpp_xray_preprocess_gsb_fpp_xray_form_data() to pass along action, fpp id or bundle name gsb_fpp_xray_form_data.theme.inc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2945 Changed the gsb_fpp_xray_download() function to allow downloads to be requested/clicked multiple times. gsb_fpp_xray.module | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2415 Added new function _gsb_fpp_xray_dpm() to use when devel is not enabled and dpm() does not exist gsb_fpp_xray.info | 7 +++++++ gsb_fpp_xray.module | 14 +++++++++++++- gsb_fpp_xray_form_data.theme.inc | 7 ++++--- 3 files changed, 24 insertions(+), 4 deletions(-)
=========================================== ./gsb_entity_reference_delete_warning =========================================== view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5236 Added new lookup function gsb_entity_reference_delete_warning_get_nodes_by_fpid gsb_entity_reference_delete_warning.module | 41 ++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5236 A little code refactoring and cleanup. gsb_entity_reference_delete_warning.module | 32 +++++++++++++----------------- 1 file changed, 14 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5236 Added warning messages to the delete form - if the node has references. gsb_entity_reference_delete_warning.module | 53 +++++++++++++++++++----------- 1 file changed, 33 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5236 Rough initial commit. gsb_entity_reference_delete_warning.info | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5236 Rough initial commit. gsb_entity_reference_delete_warning.module | 177 +++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_rethink =========================================== view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4948 fix messages for rethink sign up form gsb_rethink.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4459 update re think response gsb_rethink.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Initial commit. gsb_rethink.info | 6 +++ gsb_rethink.module | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+)
=========================================== ./soundcloud_api =========================================== view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago Add settings form. includes/soundcloud_api.admin.inc | 25 +++++++++++++++++++++++++ soundcloud_api.module | 26 ++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Fixing a typo. soundcloud_api.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5312 Initial commit for soundcloud_api soundcloud_api.module | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5312 Initial commit for soundcloud_api soundcloud_api.info | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./simplesaml_auth =========================================== view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915-2 Added new function simplesaml_auth_user_authenticated() simplesaml_auth.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4712 Needed to check $user->uid in login callback. simplesaml_auth.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WM-4712 Added callback info for restricted pages simplesaml_auth.module | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Added changes to support private file access simplesaml_auth.admin.inc | 21 +++++++++++++++++++++ simplesaml_auth.module | 27 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Refactor function to be cleaner and not continually redirect people if they are logged in. simplesaml_auth.module | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Don't check if the user is logged in if it's forced. simplesaml_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago split apart a large method. Utilize existing functions instead of duplicating. Return values. simplesaml_auth.module | 70 +++++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 32 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3403: Always call drupal_goto after logging in a user, so modules can alter the destination. simplesaml_auth.module | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-)
=========================================== ./gsb_login_destination =========================================== view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Changes to gsb_login_destination_user_login() to redirect to the current path for some cases. gsb_login_destination.module | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3666: over /user to redirect to faculty profile. gsb_login_destination.module | 54 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3009: Use hook_drupal_goto_alter to actually perform the redirect. gsb_login_destination.module | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3009: Add custom login_destination knockoff. gsb_login_destination.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Initial commit gsb_login_destination.info | 4 ++++ 1 file changed, 4 insertions(+)
=========================================== ./gsb_acquia_tokens ===========================================
=========================================== ./gsb_submenu_alias_update =========================================== view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4997 Changing from isset test to !tempty() gsb_submenu_alias_update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5052 Added isset test to gsb_submenu_alias_update_node_presave() gsb_submenu_alias_update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4709 Changed to use #states handling gsb_submenu_alias_update.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4709 Changing the location of the node_force_pathauto checkbox gsb_submenu_alias_update.install | 17 +++++++++++++++++ gsb_submenu_alias_update.module | 14 +++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4709 Adding new schema gsb_submenu_alias_update.install | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4709 Added a force option on the specific node as an override gsb_submenu_alias_update.module | 67 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4542 Added new node options property force_pathauto gsb_submenu_alias_update.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4542 Added code to handle set of subaliases gsb_submenu_alias_update.info | 5 +++++ gsb_submenu_alias_update.module | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_tokens =========================================== view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Adding a test for field_event_location. This resolves a watchdog error. gsb_tokens.tokens.inc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5840: Fix menus disappearing because tokens with colons were failing. gsb_tokens.tokens.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5797: Make gsb-event-location token show all locations. gsb_tokens.tokens.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year ago author: Adam Moore, 1 year ago Add gsb event location. gsb_tokens.tokens.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago WP-4709: Specifically exclude navigation menu since it causes so much trouble. gsb_tokens.tokens.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3007: Add tokens to obtain the faculty url. gsb_tokens.tokens.inc | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Need to pull mlid since we are checking on it. gsb_tokens.tokens.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago WP-2315 fix the gsb tokens for 404 page not found gsb_tokens.tokens.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_node_modal =========================================== view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7431 Added node clone in modal window gsb_node_modal.module | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7431 added node clone in modal gsb_node_modal.info | 1 + gsb_node_modal.module | 40 ++++++++++++++++++++++++ gsb_node_modal_handler_field_node_link_clone.inc | 31 ++++++++++++++++++ 3 files changed, 72 insertions(+) view commit - committer: Tim Plunkett, 2 years, 2 months ago author: Tim Plunkett, 2 years, 2 months ago WP-3679: Remove views access workaround. gsb_node_modal_handler_area_node_add_link.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3664: Hide delete button on modal forms. gsb_node_modal.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3664: Add a modal delete link views handler. gsb_node_modal.info | 1 + gsb_node_modal.module | 35 +++++++++++++++++++---- gsb_node_modal_handler_field_node_link_delete.inc | 30 +++++++++++++++++++ 3 files changed, 61 insertions(+), 5 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3535: Explicitly mark modal forms to be cached. gsb_node_modal.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3451: Remove outdated messages instead of appending to them. gsb_node_modal.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3484: Properly track HTML IDs in order to work around the form under the modal. gsb_node_modal.module | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3434: Do not close the modal when uploading or removing files. gsb_node_modal.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3422: Restore status message handling. gsb_node_modal.module | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3423: Prevent form IDs from incrementing. gsb_node_modal.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3211: If a modal is triggered from a parent node, pass that along to the new node. gsb_node_modal.module | 14 +++++++++++--- gsb_node_modal_handler_area_node_add_link.inc | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3198: Add access check for node add link in modal. gsb_node_modal_handler_area_node_add_link.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3198: Show by default on empty views. gsb_node_modal_handler_area_node_add_link.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3039: Remove code for adding messages, will be handled by view messages area. gsb_node_modal.module | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3039: Refresh the view when the modal is submitted. gsb_node_modal.module | 12 +++++++++--- js/gsb_node_modal.js | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3039: Print the status messages when the form is submitted. gsb_node_modal.module | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2995: Add area handler for adding new node. gsb_node_modal.info | 1 + gsb_node_modal.module | 10 ++++ gsb_node_modal_handler_area_node_add_link.inc | 82 +++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2996: Add modal-based node edit link. gsb_node_modal.info | 2 ++ gsb_node_modal.module | 24 ++++++++++++++++++++ gsb_node_modal_handler_field_node_link_edit.inc | 30 +++++++++++++++++++++++++ 3 files changed, 56 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Be consistent in function naming. gsb_node_modal.module | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Add description. gsb_node_modal.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2994: Add basic functionality for add and edit modals. gsb_node_modal.module | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Initial commit gsb_node_modal.info | 4 ++++ 1 file changed, 4 insertions(+)
=========================================== ./gsb_media_center =========================================== view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4543 change section picker to listbox includes/gsb_media_center.views_default.inc | 81 ++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 6 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2593: Change media_variable_set to variable_set. gsb_media_center.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
=========================================== ./gsb_advanced_menu_customization ===========================================
=========================================== ./gsb_auto_upload_file =========================================== view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3778: Auto-upload files only if there are no Javascript validation errors. js/gsb_auto_upload_file.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago Remove dpm(). gsb_auto_upload_file.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3620: Add autoupload file functionality everywhere. gsb_auto_upload_file.module | 24 ++++++++++++++++++++++++ js/gsb_auto_upload_file.js | 14 ++++++++++++++ 2 files changed, 38 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago Initial commit. gsb_auto_upload_file.info | 5 +++++ 1 file changed, 5 insertions(+)
=========================================== ./gsb_content_pane_info =========================================== view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Initial commit gsb_content_pane_info.info | 4 +++ gsb_content_pane_info.module | 66 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_cmis =========================================== view commit - committer: GitHub, 3 weeks ago author: Greg Mercer, 3 weeks ago WP-7400 Only return true if logged into CAS and Drupal gsb_cmis.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6301 append the extension cmis filename gsb_cmis.module | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Removing watchdog statements. gsb_cmis.module | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5314: update the text and markup for case downloads. gsb_cmis.module | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5199 Modified the download button based on the access property to drive the download pages interaction. gsb_cmis.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915-2 Modified the gsb_cmis_check_all_auths() function to consider the cwoAccess settings gsb_cmis.module | 63 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 52 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915-2 Cleaned up the function gsb_cmis_getCaseAccess() gsb_cmis.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915-1 Changed gsb_cmis_node_view() to display a download button if the case has that access gsb_cmis.module | 79 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 62 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: update the markup for cas login. gsb_cmis.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4915 Changed gsb_cmis_check_all_auths to recognize when the user has logged in via cas or simplesaml. gsb_cmis.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915 Construct the next_url from the base_url and current_path gsb_cmis.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915 Adding authtype setting js/gsb_cmis.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915 Rough cut of initial changes for supporting simplesaml/cas login choice feature gsb_cmis.module | 341 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 272 insertions(+), 69 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4515 Changed name to have underscore instead of dash (ie. gsb-apps:nongsb_deny) gsb_cmis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4515 Added code to check for denied workgroup gsb_cmis.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago Removed start and end watchdog calls gsb_cmis.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3684 Added new function _gsb_cmis_getITTestfolderUUIDs gsb_cmis.module | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3684 Code to skip the ITTest folders gsb_cmis.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3684 Added new function _gsb_cmis_getITTestfolderUUIDs view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3684 Added new function _gsb_cmis_getITTestfolderUUIDs gsb_cmis.module | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3684 Code to skip the ITTest folders gsb_cmis.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3684 Set the repository name before call to getObjectByPath gsb_cmis.drush.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3684 Changed the name of the variable for the case alfresco folder. gsb_cmis.drush.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3684 Changes to support new ITTest folder on Alfresco gsb_cmis.drush.inc | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3614 Small changes for the text displayed if the user doesn't have access to the case. gsb_cmis.module | 58 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3602 Checking cmis exception for unfound object gsb_cmis.module | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 New close-window click event js/gsb_cmis.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 Removing some testing stuff gsb_cmis.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 Theming for the download page gsb_cmis.module | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 New close-window click event js/gsb_cmis.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 Removing some testing stuff gsb_cmis.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 Theming for the download page gsb_cmis.module | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3508: add wrapper for button. gsb_cmis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413-2 Fixed to use the $node_type from the foreach... ooops gsb_cmis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3413-2 Adding a download button for case and working paper gsb_cmis.module | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3542 Modified authenication to apply only to the Case content type gsb_cmis.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3415-1 Added check for gsb workgroups gsb_cmis.module | 84 ++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 46 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3415-1 Changes to add new simple saml authenication checking gsb_cmis.module | 36 +++++++++++++++++++++++++----------- js/gsb_cmis.js | 4 ++-- 2 files changed, 27 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413-1 Changed url for get-alfresco-doc js/gsb_cmis.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413-1 Added new function gsb_cmis_check_simplesaml_auth() gsb_cmis.module | 77 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413 Removed test of $node gsb_cmis.module | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413 Changed access to be opened. gsb_cmis.module | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 4 months ago WP-3413 Changed saml auth checking to just call simplesaml_auth_login_check() gsb_cmis.module | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3413 Added new function gsb_cmis_get_alfresco_doc() to stream docs gsb_cmis.info | 1 + gsb_cmis.module | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3413 Changed saml auth checking to just call simplesaml_auth_login_check() gsb_cmis.module | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 58 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3415 Changed saml auth checking to just call simplesaml_auth_login_check() gsb_cmis.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3415 Added permission hook for Access gsb_cmis_download_doc gsb_cmis.module | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Added an empty check for free_case value gsb_cmis.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3415 Added code to handle authorization checking before triggering download from Alfresco gsb_cmis.module | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- js/gsb_cmis.js | 12 +++++++ 2 files changed, 110 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3413 Added new function gsb_cmis_get_alfresco_doc() to stream docs gsb_cmis.info | 1 + gsb_cmis.module | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3197 Added watchdog statements related to the doc. gsb_cmis.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Adding testing code. gsb_cmis.drush.inc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_cmis.drush.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_cmis.module | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 added dt() gsb_cmis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Removing testing code. gsb_cmis.drush.inc | 39 --------------------------------------- 1 file changed, 39 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Removing testing code. gsb_cmis.module | 27 --------------------------- 1 file changed, 27 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changing to use gsb_cmis_log gsb_cmis.drush.inc | 4 ++++ gsb_cmis.module | 11 +++++++++++ 2 files changed, 15 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago Adding some testing code gsb_cmis.drush.inc | 35 +++++++++++++++++++++++++++++++++++ gsb_cmis.info | 7 +++++++ gsb_cmis.module | 42 +++++++++++++++++++++++++++--------------- 3 files changed, 69 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Code cleanup gsb_cmis.module | 133 -------------------------------------------------------- 1 file changed, 133 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Initial commit of changes related to import testing gsb_cmis.drush.inc | 9 ++- gsb_cmis.info | 7 ++ gsb_cmis.module | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 240 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Adding testing code. gsb_cmis.drush.inc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_cmis.drush.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_cmis.module | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago Merge branch 'WP-2606' of github.com:gsbitse/gsb_cmis into WP-2606 view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 added dt() gsb_cmis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Removing testing code. gsb_cmis.drush.inc | 39 --------------------------------------- 1 file changed, 39 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Removing testing code. gsb_cmis.module | 27 --------------------------- 1 file changed, 27 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changing to use gsb_cmis_log gsb_cmis.drush.inc | 4 ++++ gsb_cmis.module | 11 +++++++++++ 2 files changed, 15 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago Adding some testing code gsb_cmis.drush.inc | 35 +++++++++++++++++++++++++++++++++++ gsb_cmis.info | 7 +++++++ gsb_cmis.module | 42 +++++++++++++++++++++++++++--------------- 3 files changed, 69 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Code cleanup gsb_cmis.module | 133 -------------------------------------------------------- 1 file changed, 133 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Initial commit of changes related to import testing gsb_cmis.drush.inc | 9 ++- gsb_cmis.info | 7 ++ gsb_cmis.module | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 240 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Converting dash to underscore if passing in working-paper as the content type. gsb_cmis.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Changed the callback call to look up info based on content type. gsb_cmis.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2357 Changed drush_gsb_cmis_ct_import() to have the content type passed in gsb_cmis.drush.inc | 27 +++++++++++---------------- gsb_cmis.info | 4 ++-- 2 files changed, 13 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2357 Added support for importing working_papers ct gsb_cmis.drush.inc | 10 +++++++++- gsb_cmis.info | 7 +++++++ gsb_cmis.module | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Changed the example text gsb_cmis.drush.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Changed uuid from hard-coded to an argument for the drush command gsb_cmis.drush.inc | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 Initial commit for new repo gsb_cmis.drush.inc | 47 ++++++++++++++++++++++++++++++++++++++++++++++ gsb_cmis.info | 9 +++++++++ gsb_cmis.install | 18 ++++++++++++++++++ gsb_cmis.module | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 129 insertions(+) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_connecting_link =========================================== view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5431 Direct to current path if connecting via alumni login gsb_connecting_link.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Fixing a typo. gsb_connecting_link.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5333 Modified gsb_connecting_link_gsb_connecting_link_redirect_alter to call new function get_onesource_params() gsb_connecting_link.module | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago WP-5333: Add stub for an alter. gsb_connecting_link.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5189 Added new update to make redirects for all connecting links that have hyphens. gsb_connecting_link.install | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5140 Changed maxlength for destination field to be 255 (matching our schema). gsb_connecting_link.admin.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5140 Fixed typo in comment. gsb_connecting_link.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5140 Update gsb_connecting_link to convert aliases * to have hypens instead of underscores gsb_connecting_link.install | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3582: update message. gsb_connecting_link.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3339: Edit and delete links must pass the type. gsb_connecting_link.admin.inc | 4 ++-- gsb_connecting_link.module | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3331: Update the DB for the new primary key on {gsb_connecting_link}. gsb_connecting_link.install | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3331: Move type field to below name. gsb_connecting_link.admin.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3180: Connecting link alias validation must take the type into account. gsb_connecting_link.admin.inc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3180: Connecting links aliases are only unique within type. gsb_connecting_link.admin.inc | 2 +- gsb_connecting_link.install | 2 +- gsb_connecting_link.module | 7 +++++-- lib/GSBConnectingLink.php | 13 +++++++++++-- 4 files changed, 18 insertions(+), 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3067: Use plural keys for options map. lib/GSBConnectingLink.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3066: Adjust connecting link URLs to include the type. gsb_connecting_link.admin.inc | 3 +-- gsb_connecting_link.module | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2917: Fix typo in hook_permission(). gsb_connecting_link.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Minor clean-ups after demo. gsb_connecting_link.admin.inc | 6 ++++-- gsb_connecting_link.module | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add hook_permission. gsb_connecting_link.module | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Fix docs in JS. gsb_connecting_link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Make alias and destination into links on overview. gsb_connecting_link.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Clean up GSBConnectingLink lib/GSBConnectingLink.php | 52 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 13 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add actual redirect code. gsb_connecting_link.js | 21 +++++++++++++++++++ gsb_connecting_link.module | 50 ++++++++++++++++++++++++++++++++++++++++++++-- lib/GSBConnectingLink.php | 8 -------- 3 files changed, 69 insertions(+), 10 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add settings form. gsb_connecting_link.admin.inc | 27 ++++++++++++++++++++++++++- gsb_connecting_link.install | 1 + gsb_connecting_link.module | 13 +++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add in pager. gsb_connecting_link.admin.inc | 1 + lib/GSBConnectingLink.php | 1 + 2 files changed, 2 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add in variables. gsb_connecting_link.admin.inc | 3 ++- gsb_connecting_link.install | 8 ++++++++ lib/GSBConnectingLink.php | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Move admin callbacks to admin.inc gsb_connecting_link.admin.inc | 162 +++++++++++++++++++++++++++++++++++++++++ gsb_connecting_link.module | 165 +----------------------------------------- 2 files changed, 166 insertions(+), 161 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add docs lib/GSBConnectingLink.php | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Add validation. gsb_connecting_link.module | 28 +++++++++++++++++++++++++--- lib/GSBConnectingLink.php | 10 ++++++---- 2 files changed, 31 insertions(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Remove serial ID. gsb_connecting_link.install | 10 +--------- gsb_connecting_link.module | 8 ++++---- lib/GSBConnectingLink.php | 7 +++++-- 3 files changed, 10 insertions(+), 15 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Switch to using alias in loader. gsb_connecting_link.module | 21 ++++----------------- lib/GSBConnectingLink.php | 14 -------------- 2 files changed, 4 insertions(+), 31 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Write the admin UI. gsb_connecting_link.info | 1 + gsb_connecting_link.install | 58 ++++++++++++ gsb_connecting_link.module | 222 ++++++++++++++++++++++++++++++++++++++++++++ lib/GSBConnectingLink.php | 82 ++++++++++++++++ 4 files changed, 363 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago Initial commit gsb_connecting_link.info | 3 +++ gsb_connecting_link.module | 6 ++++++ 2 files changed, 9 insertions(+)
=========================================== ./pathauto_title_alias ===========================================
=========================================== ./gsb_cvent =========================================== view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5926 fix the cron function for single event import gsb_cvent.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5876 set _blank attribute for link during import gsb_cvent.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5862: Redo the logic for importing events. gsb_cvent.module | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago This reverts commit 03a2088831f595bc82b0c2604c87c9dcdbac1aaf. Revert "Adjust time that is stored to the event timezone." gsb_cvent.module | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Adjust time that is stored to the event timezone. gsb_cvent.module | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix the date passed to get updated and check link gsb_cvent.module | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 changed cron end time gsb_cvent.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix the cron gsb_cvent.module | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix the id gsb_cvent.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix taxonomy search for event category gsb_cvent.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 update the import logic and fix workbench access gsb_cvent.module | 123 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 69 insertions(+), 54 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 remove workbench code gsb_cvent.module | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix the program and workbench access gsb_cvent.module | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 modify the logic for importing cvents gsb_cvent.module | 103 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 79 insertions(+), 24 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix the import mapping and add cron gsb_cvent.module | 78 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 47 insertions(+), 31 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 fix fields to session gsb_cvent.module | 86 +++++++++++++++++++++++++++----------------------------- 1 file changed, 42 insertions(+), 44 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5645 fix the event category gsb_cvent.module | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5647 set workbench moderation to publish gsb_cvent.module | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5643 do a batch import for cvent gsb_cvent.module | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5643 fix to import sessions with event gsb_cvent.module | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5644 convert start end date to UTC and store gsb_cvent.module | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 add node save for new nodes gsb_cvent.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 remove the default address values gsb_cvent.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 fix the category and workbench access gsb_cvent.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 set default workbench access and default address 1, zipcode field gsb_cvent.module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 fix the import gsb_cvent.module | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 add region field gsb_cvent.module | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 get events with certain event types gsb_cvent.module | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 fix the import gsb_cvent.admin.inc | 30 ++++++++++++++++++++++++++++ gsb_cvent.info | 2 +- gsb_cvent.module | 57 ++++++++++++++++++++++++++++++++++------------------- 3 files changed, 68 insertions(+), 21 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 add cvent import module README.md | 3 +- gsb_cvent.info | 11 ++++ gsb_cvent.module | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 164 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_field_authors =========================================== view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5372 Removed label 'Faculty Authors' from the extra field gsb_feature_base_fields_faculty_authors gsb_field_authors.module | 10 ---------- 1 file changed, 10 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3604: Properly check status of faculty within field_authors. gsb_field_authors.module | 54 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3604: Properly check status of faculty within field_authors. gsb_field_authors.module | 54 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3589: Check status before displaying authors. gsb_field_authors.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3469: Set default Profile Visibility as Visible when pre-filling author from Faculty node. gsb_field_authors.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3347: Remove Featured option from publications. gsb_field_authors.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3332: FormObserve library was removed. gsb_field_authors_handler_field_profile_visibility.inc | 1 + js/gsb_field_authors.js | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3333: Remove manual resetting of value. js/gsb_field_authors.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3302: Ensure field author visibility is marked as saved. js/gsb_field_authors.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3302: Ensure field author visibility is marked as saved. js/gsb_field_authors.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3321: Additional authors field shouldn't be prepopulated. gsb_field_authors.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3230: Relabel Authors FC button labels. gsb_field_authors.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3211: If a parent node was specified, use that to prefill the authors information. gsb_field_authors.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_field_authors.module | 176 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3194: Profile visibility allowed values need to take non-field collection entities into account. gsb_field_authors.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3124: Each change to the visibility field should only trigger one request. gsb_field_authors.module | 12 ++++++++---- js/gsb_field_authors.js | 38 +++++++++++++++----------------------- 2 files changed, 23 insertions(+), 27 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3088: If the entity is not provided, assume it can have a "featured" value. gsb_field_authors.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3069: Pass the entity to the allowed values callback, and do not cache the results. gsb_field_authors.module | 4 +++- gsb_field_authors_handler_field_profile_visibility.inc | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3069: The entity may not exist or may not be a field collection, check first. gsb_field_authors.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3069 Added allowed option values function for profile visibility. gsb_field_authors.module | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3052: Update the visibility when the select list is changed. gsb_field_authors.module | 44 ++++++++++++++++++++++ ...ld_authors_handler_field_profile_visibility.inc | 40 ++++++++++++++++++++ js/gsb_field_authors.js | 41 ++++++++++++++++++++ 3 files changed, 125 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3052: Display a select list for visibility when toggled. ...ld_authors_handler_field_profile_visibility.inc | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3052: Lay groundwork for a custom visibility field handler. gsb_field_authors.info | 1 + gsb_field_authors.module | 19 +++++++ ...ld_authors_handler_field_profile_visibility.inc | 60 ++++++++++++++++++++++ 3 files changed, 80 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Initial commit gsb_field_authors.info | 5 +++++ 1 file changed, 5 insertions(+)
=========================================== ./gsb_url_shortener =========================================== view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5986 Changed order of fields to show destination first and then alias. gsb_url_shortener.admin.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5871 A small adjustment to the overview page to have the link path prefixed with 'r/' gsb_url_shortener.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5871 Switching to use drupal_http_build_query. gsb_url_shortener.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5871 Added referer query param to the goto destination url gsb_url_shortener.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5871 Changed title for the edit page gsb_url_shortener.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5871 Added destination url validation gsb_url_shortener.admin.inc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5871 Cleanup text and comments to use shortended instead of connecting gsb_url_shortener.admin.inc | 8 ++++---- lib/GSBUrlShortener.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5871 Adding new code for creating a redirect service gsb_url_shortener.admin.inc | 146 ++++++++++++++++++++++++++++++++++++++++++++ gsb_url_shortener.info | 5 ++ gsb_url_shortener.install | 37 +++++++++++ gsb_url_shortener.module | 123 +++++++++++++++++++++++++++++++++++++ lib/GSBUrlShortener.php | 113 ++++++++++++++++++++++++++++++++++ 5 files changed, 424 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_trim =========================================== view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3401: Use trim to strip just spaces. gsb_trim.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3401: Replace preg_replace with trim for the good. gsb_trim.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago Initial commit. README.md | 4 ++++ gsb_trim.info | 5 +++++ gsb_trim.module | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+)
=========================================== ./gsb_public_statistics =========================================== view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago adjust the title size gsb_public_statistics.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 add inline styling for table tags gsb_public_statistics.module | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 increase size of diff section header gsb_public_statistics.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 modification for getting diffs gsb_public_statistics.module | 72 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 58 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 modify the params for mail gsb_public_statistics.module | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 update uninstall hook gsb_public_statistics.install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 print the message in debug mode gsb_public_statistics.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 search the values in array gsb_public_statistics.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 implement diffs feature gsb_public_statistics.module | 56 +++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 modification to send html mail gsb_public_statistics.module | 87 +++++++++++++++++++++++--------------------- 1 file changed, 46 insertions(+), 41 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6329 minor updates gsb_public_statistics.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6329 new module sends statistics gsb_public_statistics.info | 5 ++ gsb_public_statistics.install | 20 +++++++ gsb_public_statistics.module | 122 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 147 insertions(+) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./resources =========================================== view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6827 Added error check to save(), which with throw an ajax error. resources.module | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6827 Added new try/catch block that writes to watchdog on an exception includes/resource_youtube.resources.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago WP-6251 Added code to support 'Mini' SoundCloud player. includes/resources.formatters.inc | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6251 Added code to support 'Mini' SoundCloud player. themes/resource_soundcloud.theme.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6251 Added code to support 'Mini' SoundCloud player. includes/resources.formatters.inc | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago Fix permissions for accessing the resources settings. resources.module | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago WP-5353: Bunch o changes to try to make things consistent. includes/ResourcesSoundCloudStreamWrapper.inc | 6 ++--- includes/handlers/ResourcesSoundCloudHandler.inc | 1 + includes/resource_soundcloud.resources.inc | 5 +--- includes/resources.formatters.inc | 30 ++++++++++++++---------- themes/resource-soundcloud.tpl.php | 12 ++++------ themes/resource_soundcloud.theme.inc | 13 ++++++---- 6 files changed, 35 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312-1 Added handling of Classic and Visual SoundCloud widgets includes/resources.formatters.inc | 78 ++++++++++++++++++++++++++++----------- 1 file changed, 56 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Adding check if artwork is null, then use default soundcloud.png includes/ResourcesSoundCloudStreamWrapper.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Name change to soundcloud_api includes/ResourcesSoundCloudStreamWrapper.inc | 2 +- includes/resource_soundcloud.resources.inc | 2 +- themes/resource_soundcloud.theme.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Adding support for new Resources SoundCloud includes/ResourcesSoundCloudStreamWrapper.inc | 66 +++++++++ includes/handlers/ResourcesSoundCloudHandler.inc | 56 ++++++++ includes/resource_soundcloud.resources.inc | 29 ++++ includes/resources.formatters.inc | 169 ++++++++++++++++++++++- resources.info | 2 + resources.module | 35 +++++ themes/resource-soundcloud.tpl.php | 27 ++++ themes/resource_soundcloud.theme.inc | 46 ++++++ 8 files changed, 429 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4414: increase tray height. css/resources.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4344: scroll horizontal. css/resources.css | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Changed the resources_browser_preview_view_mode to be a select listing the view modes includes/resources.admin.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Strip p tags if the resource is only surrounded by p tags. resources.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4314 Added config page changes to save the views modes per file type includes/resources.admin.inc | 29 ++++++++++++++++++++++++++++- resources.module | 4 ++++ 2 files changed, 32 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4314 Added config for setting the resources_browser_preview_view_mode includes/resources.admin.inc | 16 ++++++++++++++++ resources.module | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4065: batch one resource authoring. css/resources.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4065: resource authoring improvements. css/resources.css | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago Render Resources browser only for input fields that have at least one format avaiable with enabled resources_filter. resources.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4065: batch one resource authoring. css/resources.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4065: resource authoring improvements. css/resources.css | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Add Resources Migrate support. resources.migrate.inc | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Extract resources presave, validateion and saving into resources handler classes. includes/handlers/ResourcesEntityHandler.inc | 38 ++++++++++ includes/handlers/ResourcesLocalFileHandler.inc | 27 +++++++ includes/handlers/ResourcesTwitterHandler.inc | 58 +++++++++++++++ includes/handlers/ResourcesYoutubeHandler.inc | 56 ++++++++++++++ includes/resource_twitter.resources.inc | 71 +++--------------- includes/resource_youtube.resources.inc | 28 ------- includes/resources.overlay_form.inc | 99 ++++++++++--------------- resources.info | 4 + resources.module | 92 +++++++++++++++++++++-- 9 files changed, 317 insertions(+), 156 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Apply cache busting token for preview images in file edit form as well. includes/resources.overlay_form.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Allow file preview to display latest image after image file is replaced by busting cache. resources.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Remove custom twitter URL validation. We will rely on field validation instead. includes/resource_twitter.resources.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Add resources_edit_form_validate handler explicitly as it won't be added by drupal_prepare_form(). includes/resources.overlay_form.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Make preview thumbnail on edit form optional. includes/resources.overlay_form.inc | 9 +++++---- resources.module | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Change Add/Edit overlay title to contain resource type label. includes/resources.overlay_form.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Refactor Twitter URL parsing to be able to understand Embedded Widget URLs. includes/ResourcesTwitterStreamWrapper.inc | 19 +++++------ includes/resource_twitter.resources.inc | 51 ++++++++++++------------------ 2 files changed, 28 insertions(+), 42 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Add a way to validate resource forms. Add Twitter resource validation. includes/resource_twitter.resources.inc | 45 +++++++++++++++++++++++++++++++-- includes/resources.overlay_form.inc | 22 +++++++++++++++- resources.module | 1 + 3 files changed, 65 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Display resources with file_view instead of file_view_file. Remove unnecessary formatter. includes/resources.formatters.inc | 4 ---- resources.module | 23 +---------------------- 2 files changed, 1 insertion(+), 26 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Allows new resources to be preserved when submitting form for new node form. css/resources.css | 3 +- resources.module | 111 ++++++++++++++++++++++++++++++++---------------------- 2 files changed, 68 insertions(+), 46 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Hide resources_ids element in resources browser. css/resources.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Move browser attachment behaviour into after_build in order to have it even on cached forms. css/resources.css | 4 ++++ js/resources.js | 2 +- resources.module | 14 ++++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Hide resources_ids field from node form. css/resources.css | 80 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 38 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Add Resources browser functionality. Additional fixes for unique file URI. css/resources.css | 71 +++++++++++ includes/resources.overlay_form.inc | 8 -- js/resources-modal-helper.js | 3 +- js/resources.js | 82 +++++++++++- resources.module | 242 +++++++++++++++++++++++++++++------- themes/resources.theme.inc | 40 ++++++ 6 files changed, 392 insertions(+), 54 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Add missing formatters and theme includes. includes/resources.formatters.inc | 316 ++++++++++++++++++++++++++++++++++++++ themes/resources.theme.inc | 37 +++++ 2 files changed, 353 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Add generic formatters and stream wrappers. Add getters for resources info. Refactoring. includes/ResourcesEntityStreamWrapper.inc | 31 --- includes/ResourcesGenericResourceStreamWrapper.inc | 31 +++ includes/resource_twitter.resources.inc | 71 +----- includes/resource_youtube.resources.inc | 204 +----------------- includes/resources.admin.inc | 4 +- includes/resources.overlay_form.inc | 4 +- resources.info | 2 +- resources.install | 22 +- resources.module | 240 +++++++++++++++------ 9 files changed, 221 insertions(+), 388 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago Add generic entity stream wrapper and formatter to use in pull-quote resource. includes/ResourcesEntityStreamWrapper.inc | 31 ++++++++++++++++++++++++++++++ includes/resources.overlay_form.inc | 4 +++- resources.info | 1 + resources.module | 32 ++++++++++++++++++++++++++++++- 4 files changed, 66 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago Add Youtube resource. includes/resource_youtube.resources.inc | 359 ++++++++++++++++++++++++++++++++ includes/resources.overlay_form.inc | 6 + resources.info | 1 + resources.module | 61 ++++++ themes/resource-youtube-video.tpl.php | 27 +++ themes/resource_youtube.theme.inc | 118 +++++++++++ 6 files changed, 572 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Nid is only needed for new resources and add links. includes/resources.overlay_form.inc | 13 +++++++------ resources.module | 16 ++++++++++------ 2 files changed, 17 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago move formatters out of the hook_resoureces_type_info and into hook_file_formatter_info. resources.module | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Rearrange the settings form so it's one page. Use a callback to get resources form elements. includes/resource_twitter.resources.inc | 17 +++++++++ includes/resources.admin.inc | 65 +++++++++++++++++++++------------ resources.module | 20 ++-------- 3 files changed, 62 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Add configuration forms for resources to file types and twitter defaults. includes/resource_twitter.resources.inc | 3 +- includes/resources.admin.inc | 42 +++++++++++++++++ includes/resources.overlay_form.inc | 10 ++-- resources.module | 83 ++++++++++++++++++++++----------- 4 files changed, 105 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Move the overlay form from admin.inc to overlay_form.inc includes/resources.admin.inc | 547 ------------------------------------ includes/resources.overlay_form.inc | 547 ++++++++++++++++++++++++++++++++++++ resources.module | 6 +- 3 files changed, 550 insertions(+), 550 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Move assets into the files directory. resources.install | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Initial commit assets/application-twitter.png | Bin 0 -> 27331 bytes includes/ResourcesReadOnlyStreamWrapper.inc | 476 ++++++++++++++++++++++++ includes/ResourcesTwitterStreamWrapper.inc | 57 +++ includes/ResourcesYouTubeStreamWrapper.inc | 62 ++++ includes/resource_twitter.resources.inc | 156 ++++++++ includes/resources.admin.inc | 547 ++++++++++++++++++++++++++++ js/resources-modal-helper.js | 44 +++ js/resources.js | 157 ++++++++ resources.info | 9 + resources.install | 15 + resources.module | 396 ++++++++++++++++++++ 11 files changed, 1919 insertions(+)
=========================================== ./gsb_az_filter =========================================== view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6141 Added last_name char lookup and new function slideSlider() js/gsb_az_filter.js | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago Ensure disabled links are removed for shorter AZ bars. js/gsb_az_filter.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago Wrap the links in a container. gsb_az_filter.module | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago Exit early when no filters are configured. gsb_az_filter.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Use a display extender instead of hardcoding the view names. gsb_az_filter.info | 1 + gsb_az_filter.module | 45 +++---- gsb_az_filter.views.inc | 20 +++ ...az_filter_plugin_display_extender_az_filter.inc | 98 +++++++++++++++ js/gsb_az_filter.js | 140 +++++++++++---------- 5 files changed, 212 insertions(+), 92 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Switch selector and use disabled not enabled. gsb_az_filter.module | 2 +- js/gsb_az_filter.js | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Add JS for slider buttons. gsb_az_filter.module | 10 ++++----- js/gsb_az_filter.js | 61 +++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 62 insertions(+), 9 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Use theme_links, and clean-up gsb_az_filter.module | 77 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 23 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Write first version of the module. gsb_az_filter.module | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++ js/gsb_az_filter.js | 36 +++++++++++++++++++ 2 files changed, 134 insertions(+) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Initial commit. gsb_az_filter.info | 3 +++ 1 file changed, 3 insertions(+)
=========================================== ./gsb_fpp_customization =========================================== view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7309 Adjusted the approach for this to get around a js error js/gsb_fpp_customization.js | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7309 Added some crazy code here to re-show the reusable tab. js/gsb_fpp_customization.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6445 Added check to only save/update title if bundle is an image_cta gsb_fpp_customization.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6444 Adding condition to set the title if is is different that the admin title gsb_fpp_customization.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6399 Added code to set the admin_title and/or title during save of fpps. gsb_fpp_customization.module | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_fpp_customization.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6025 Added check for class before creating a new timer. Also bumped up the timer interval to 5 seconds. js/gsb_fpp_customization.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-5980 Changed check in _gsb_fpp_customization_remove_categories for uid 1 and administrator role gsb_fpp_customization.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5500 fix the permission for academic cp gsb_fpp_customization.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5542 Added new "Info" link for displaying Content Pane usage information gsb_fpp_customization.module | 71 +++++++++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago Fixed an issue where we were getting an error because the display_options were not set. gsb_fpp_customization.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4913 A little cleanup. gsb_fpp_customization.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4913 Added the 'FPP ID' column to the 'fieldable_pane_entities' listing view. gsb_fpp_customization.module | 45 ++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago WP-4753: Make fieldable panes go to elements. Sort the elements to alphabetical. gsb_fpp_customization.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4742 fix elements permissions gsb_fpp_customization.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4742 Move marketing and fix permissions gsb_fpp_customization.module | 69 ++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 37 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 permission fixes gsb_fpp_customization.module | 48 ++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 20 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 move few sections gsb_fpp_customization.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 re-order modal categories gsb_fpp_customization.module | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4614: Rename sections to section. Adjust reusable fields. gsb_fpp_customization.module | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4611: Rearrange fields on content pane edit form. Fix problem with class not removed on body when overlay is closed on save. gsb_fpp_customization.module | 67 ++++++++++++++++++++++++++++++++++++++++---- js/gsb_fpp_customization.js | 14 ++++----- 2 files changed, 67 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4612: Fix variable. gsb_fpp_customization.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove some more panopoly specific items. gsb_fpp_customization.module | 116 +------------------------------------------ 1 file changed, 2 insertions(+), 114 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove the extraneous cancel button. gsb_fpp_customization.module | 15 --------------- 1 file changed, 15 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Add body class when modal window is opened. js/gsb_fpp_customization.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Fix typo that hides our view for the listing page. gsb_fpp_customization.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_fpp_customization.install | 18 ------------------ gsb_fpp_customization.module | 12 ------------ 2 files changed, 30 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4418 Adding other category if user has marketing_admin role gsb_fpp_customization.module | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3913: Apply default category for FPP from entity only when it is set. gsb_fpp_customization.module | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3831: Use modal dismiss as a fallback and click Cancel button if it's there. This would preserve back to Add Content functionality. js/gsb_fpp_customization.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3831: Call Ctools modal dismiss to close overlay. js/gsb_fpp_customization.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3831: Use modal dismiss as a fallback and click Cancel button if it's there. This would preserve back to Add Content functionality. js/gsb_fpp_customization.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3831: Call Ctools modal dismiss to close overlay. js/gsb_fpp_customization.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3713 Added hook for panels_ipe_pane_links_alter to remove edit or delete buttons on panel panes of user doesn't have access on image_cta gsb_fpp_customization.module | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3709 Added bundle title for Homepage CTA gsb_fpp_customization.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-2301: Making FPP reusable will disable possibility to uncheck 'Make reusable' forever. gsb_fpp_customization.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 4 months ago Changed to use clone from github gsb_fpp_customization.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-2301: Making FPP reusable will disable possibility to uncheck 'Make reusable' forever. gsb_fpp_customization.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago Changed to use clone from github gsb_fpp_customization.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2476 Added new cloned view gsb_fieldable_pane_entities gsb_fpp_customization.features.inc | 12 +++ gsb_fpp_customization.info | 19 +--- gsb_fpp_customization.module | 21 ++++ gsb_fpp_customization.views_default.inc | 165 ++++++++++++++++++++++++++++++++ 4 files changed, 203 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 9 months ago Fixed up an warning where the fpid was not set for a new fpp gsb_fpp_customization.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Merge branch 'master' of github.com:gsbitse/gsb_fpp_customization view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2476 Added new cloned view gsb_fieldable_pane_entities gsb_fpp_customization.features.inc | 12 +++ gsb_fpp_customization.info | 19 +--- gsb_fpp_customization.module | 21 ++++ gsb_fpp_customization.views_default.inc | 165 ++++++++++++++++++++++++++++++++ 4 files changed, 203 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago Fixed up an warning where the fpid was not set for a new fpp gsb_fpp_customization.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_public_brochure_list =========================================== view commit - committer: Ayuta Padhi, 8 weeks ago author: Ayuta Padhi, 8 weeks ago WP-7313 Adjusted apower submission to reflect webform changes gsb_public_brochure_list.module | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7278 Reordered program ids sent to apower gsb_public_brochure_list.module | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7202 Added linkedin field gsb_public_brochure_list.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-6685 writing data to Apower from mailing list webform gsb_public_brochure_list.module | 57 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 54 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6877 fixed sort order gsb_public_brochure_list.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6756 modification to use new Apower api gsb_public_brochure_list.module | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6756 Brochure download implemented gsb_public_brochure_list.info | 5 ++ gsb_public_brochure_list.module | 166 ++++++++++++++++++++++++++++++++++++++++ js/gsb_public_brochure_list.js | 30 ++++++++ 3 files changed, 201 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_academic_year ===========================================
=========================================== ./gsb_agenda =========================================== view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2969: change apostrophe and capitalize h. gsb_agenda.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2823 Update the Full Schedule URL gsb_agenda.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago Initial commit README.md | 2 ++ gsb_agenda.info | 11 +++++++++++ gsb_agenda.install | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ gsb_agenda.module | 14 ++++++++++++++ 4 files changed, 76 insertions(+)
=========================================== ./feature_flag ===========================================
=========================================== ./gsb_section_autoconfig ===========================================
=========================================== ./gsb_public_custom_blocks =========================================== view commit - committer: Greg Mercer (GBear), 12 hours ago author: Greg Mercer (GBear), 12 hours ago WP-7500 New code for analytics related to brochure downloads js/ee_brochure_download.js | 38 ++++++++++++++++ plugins/content_types/ee_brochure_download.inc | 60 ++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) view commit - committer: Greg Mercer (GBear), 17 hours ago author: Greg Mercer (GBear), 17 hours ago WP-7563 Added the link_url to the template variables and rendered if not empty .../templates/gsb-public-custom-blocks-degree_programs.tpl.php | 6 +++++- plugins/content_types/degree_programs.inc | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 days ago author: Greg Mercer (GBear), 11 days ago WP-7533 Commenting out the Panel Pane for "Who should attend" plugins/content_types/program_who_should_attend.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 11 days ago author: Greg Mercer (GBear), 11 days ago WP-7533 Commenting out the Panel Pane for "Who should attend" plugins/content_types/program_who_should_attend.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7515 Removed code for gpcb_breadcrumbs custom block gsb_public_custom_blocks.module | 11 ----------- 1 file changed, 11 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7488 changed mini finder h1 plugins/content_types/mini_program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7488 fix for date picker not closing when clicked outside picker js/mini_program_finder.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7488 changed mini finder h1 plugins/content_types/mini_program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7488 fix for date picker not closing when clicked outside picker gsb_public_custom_blocks.module | 2 ++ js/mini_program_finder.js | 4 ++++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7416: update the map link class. map_link/templates/gsb-public-custom-blocks-map-link.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7448 updated H1 for mini finder plugins/content_types/mini_program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7446 Added date picker changes for mini finder js/mini_program_finder.js | 49 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7446 Added date picker changes for mini finder js/mini_program_finder.js | 49 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7450 Added new content pane for "Who Should Attend" .../content_types/program_who_should_attend.inc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7450 Added new content pane for "Who Should Attend" .../content_types/program_who_should_attend.inc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7409: rearrage button position. .../templates/gsb-public-custom-blocks-mini_program_finder.tpl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 6 weeks ago author: Ayuta Padhi, 6 weeks ago WP-7401 Removed Done and ClearAll buttons from minifinder js/mini_program_finder.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 mini finder date picker fix for today's date plugins/content_types/mini_program_finder.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 6 weeks ago author: Ayuta Padhi, 6 weeks ago WP-7343 changed link to detailed page for featured event plugins/content_types/featured_event.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 mini finder date picker fix for today's date plugins/content_types/mini_program_finder.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 Fix for mini finder data range plugins/content_types/mini_program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 Fix for mini finder data range plugins/content_types/mini_program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7195: do not print hero if there is not content. .../gsb-public-custom-blocks-hero_region.tpl.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7275 Added check for isMobile() and if true then dont add hero slideshow hero_region/hero_region.theme.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7275 Added check for isMobile() and if true then dont add hero slideshow hero_region/hero_region.theme.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7249: set two options for date range picker. js/mini_program_finder.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Ayuta Padhi, 2 months ago WP-7289 fix for date range dropdown gsb_public_custom_blocks.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7289 fix for date range dropdown gsb_public_custom_blocks.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7229 Removing some testing values. Ooops-sie. plugins/content_types/library_searchworks_form.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7229 Changed form to submit to new library form plugins/content_types/library_searchworks_form.inc | 31 +++++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7204: adjust markup. .../gsb-public-custom-blocks-mini_program_finder.tpl.php | 15 +++++---------- plugins/content_types/mini_program_finder.inc | 4 +++- 2 files changed, 8 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Adding support for slideshow rendering hero_region/hero_region.theme.inc | 18 +++++++++++++++++- .../gsb-public-custom-blocks-hero_region.tpl.php | 10 +++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7204: adjust markup. .../gsb-public-custom-blocks-mini_program_finder.tpl.php | 15 +++++---------- plugins/content_types/mini_program_finder.inc | 4 +++- 2 files changed, 8 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust markup. .../gsb-public-custom-blocks-mini_program_finder.tpl.php | 15 +++++---------- plugins/content_types/mini_program_finder.inc | 4 +++- 2 files changed, 8 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7153 renamed function plugins/content_types/degree_programs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7153 renamed function plugins/content_types/degree_programs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7153 added sorting logic for full-time degree program without stanford prefix plugins/content_types/degree_programs.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7153 added sorting logic for full-time degree program without stanford prefix plugins/content_types/degree_programs.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: change class name and add wrapper class. .../gsb-public-custom-blocks-need_more_information.tpl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7146 swiched mini finder key topics to all topics plugins/content_types/mini_program_finder.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7146 swiched mini finder key topics to all topics plugins/content_types/mini_program_finder.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7129 Bug fix for download zip file gsb_public_custom_blocks.module | 3 ++- plugins/content_types/ee_brochure_download.inc | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7129 Bug fix for download zip file gsb_public_custom_blocks.module | 2 ++ plugins/content_types/ee_brochure_download.inc | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago Fixing a warning hero_region/hero_region.theme.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Removing an unneeded include gsb_public_custom_blocks.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Removing an unneeded include gsb_public_custom_blocks.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Added need_more_information as a block ...lic-custom-blocks-need_more_information.tpl.php | 2 +- gsb_public_custom_blocks.module | 72 ++++++++++++++++++++++ hero_region/hero_region.theme.inc | 2 +- 3 files changed, 74 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Added need_more_information as a block ...lic-custom-blocks-need_more_information.tpl.php | 2 +- gsb_public_custom_blocks.module | 72 ++++++++++++++++++++++ hero_region/hero_region.theme.inc | 2 +- 3 files changed, 74 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7056 Added download zipfile button plugins/content_types/ee_brochure_download.inc | 34 +++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7056 Added download zipfile button plugins/content_types/ee_brochure_download.inc | 34 +++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7011 added header text .../templates/gsb-public-custom-blocks-degree_programs.tpl.php | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7011 added header text .../templates/gsb-public-custom-blocks-degree_programs.tpl.php | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7058 Adding hero region custom block gsb_public_custom_blocks.module | 11 +++++++++++ hero_region/hero_region.theme.inc | 18 ++++++++++++++++++ .../gsb-public-custom-blocks-hero_region.tpl.php | 6 ++++++ 3 files changed, 35 insertions(+) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7055 removed extra text from confirmation block plugins/content_types/ee_brochure_download.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-7031 Added condition not to display empty ctas .../gsb-public-custom-blocks-need_more_information.tpl.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-7011 Added GSB Full-time degree program custom block degree_programs/degree_programs.theme.inc | 8 ++++ ...sb-public-custom-blocks-degree_programs.tpl.php | 16 +++++++ gsb_public_custom_blocks.module | 7 ++- plugins/content_types/degree_programs.inc | 50 ++++++++++++++++++++++ 4 files changed, 79 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-7021 Removing block visibility functions. gsb_public_custom_blocks.module | 48 ----------------------------------------- 1 file changed, 48 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-7021 Removing block visibility functions. gsb_public_custom_blocks.module | 48 ----------------------------------------- 1 file changed, 48 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-7031 Added condition not to display empty ctas .../gsb-public-custom-blocks-need_more_information.tpl.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-7011 Added GSB Full-time degree program custom block degree_programs/degree_programs.theme.inc | 8 ++++ ...sb-public-custom-blocks-degree_programs.tpl.php | 16 +++++++ gsb_public_custom_blocks.module | 7 ++- plugins/content_types/degree_programs.inc | 50 ++++++++++++++++++++++ 4 files changed, 79 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Adam Moore, 4 months ago WP-6895: Add vmock pane. gsb_public_custom_blocks.module | 66 +++++++++++++++++++++++++++------- plugins/content_types/vmock_signup.inc | 24 +++++++++++++ 2 files changed, 78 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 4 months ago author: Adam Moore, 4 months ago WP-6895: Add vmock pane. gsb_public_custom_blocks.module | 66 +++++++++++++++++++++++++++------- plugins/content_types/vmock_signup.inc | 24 +++++++++++++ 2 files changed, 78 insertions(+), 12 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-7007 Adjusted mini finder action to use direct daterange url gsb_public_custom_blocks.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6974 update the type of request value plugins/content_types/library_contact_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-6732 Implementation of mini program finder gsb_public_custom_blocks.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6732 Changing to use path of multiple-select gsb_public_custom_blocks.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-6732 Implementation of mini program finder exec_ed/exec_ed.theme.inc | 4 +- ...ublic-custom-blocks-mini_program_finder.tpl.php | 11 ++ gsb_public_custom_blocks.module | 132 +++++++++++++++++++ js/mini_program_finder.js | 144 +++++++++++++++++++++ plugins/content_types/mini_program_finder.inc | 72 +++++++++++ 5 files changed, 362 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6732 Implementation of mini program finder exec_ed/exec_ed.theme.inc | 5 +- ...ublic-custom-blocks-mini_program_finder.tpl.php | 11 ++ gsb_public_custom_blocks.module | 133 +++++++++++++++++++ js/mini_program_finder.js | 144 +++++++++++++++++++++ plugins/content_types/mini_program_finder.inc | 72 +++++++++++ 5 files changed, 364 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6942 update the seed and exec-ed footer sign up message exec_ed/templates/gsb-public-custom-blocks-stay_informed.tpl.php | 2 +- seed/templates/gsb-public-custom-blocks-seed_stay_informed.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6956 Added a small exception for handling 'exec-ed/programs' gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6956 Added block visibility callbacks gsb_public_custom_blocks.module | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6956 Added a small exception for handling 'exec-ed/programs' gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6956 Added block visibility callbacks gsb_public_custom_blocks.module | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6878 Added new form submit handling plugins/content_types/library_faq_form.inc | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6851 Download brochure fix plugins/content_types/ee_brochure_download.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6756 fixed error plugins/content_types/ee_brochure_download.inc | 39 ++++++++++++++------------ 1 file changed, 21 insertions(+), 18 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6756 Added custom content for brochure download confirmation page plugins/content_types/ee_brochure_download.inc | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6785 updated the webform path seed/templates/gsb-public-custom-blocks-seed_stay_informed.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6785 Added seed stay informed custom block gsb_public_custom_blocks.module | 12 ++++++++++++ seed/seed.theme.inc | 3 +++ .../gsb-public-custom-blocks-seed_stay_informed.tpl.php | 12 ++++++++++++ 3 files changed, 27 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: add custom seed title. gsb_public_custom_blocks.module | 13 ++++++++++++- seed/seed.theme.inc | 8 ++++++++ seed/templates/gsb-public-custom-blocks-seed.tpl.php | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6458: add custom seed title. gsb_public_custom_blocks.module | 13 ++++++++++++- seed/seed.theme.inc | 8 ++++++++ seed/templates/gsb-public-custom-blocks-seed.tpl.php | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer, 5 months ago WP-6669 Small cleanup from previous commit plugins/content_types/need_more_information.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6669 Small cleanup from previous commit plugins/content_types/need_more_information.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6669 removed extra code plugins/content_types/need_more_information.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6669 Added need more information custom block application_finder/application_finder.theme.inc | 8 +++ ...lic-custom-blocks-need_more_information.tpl.php | 17 ++++++ gsb_public_custom_blocks.module | 60 ++++++++++++++++++++++ plugins/content_types/need_more_information.inc | 25 +++++++++ 4 files changed, 110 insertions(+) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6698 Added stay informed custom block exec_ed/exec_ed.theme.inc | 4 ++++ .../templates/gsb-public-custom-blocks-stay_informed.tpl.php | 12 ++++++++++++ gsb_public_custom_blocks.module | 11 +++++++++++ 3 files changed, 27 insertions(+) view commit - committer: Roopesh Naik, 6 months ago author: Roopesh Naik, 6 months ago WP-6622 fixed goto market link plugins/content_types/program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6420: add new custom block for exec ed title. exec_ed/exec_ed.theme.inc | 8 ++++++++ .../templates/gsb-public-custom-blocks-exec_ed.tpl.php | 1 + gsb_public_custom_blocks.module | 17 ++++++++++++++--- 3 files changed, 23 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6316 Removing ' Program' from being concatenated to section name gsb_public_custom_blocks.module | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6231 remove commencement chute plugin plugins/content_types/commencement_social_feed.inc | 20 -------------------- 1 file changed, 20 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6233 Another small change requested by Jenny plugins/content_types/salesform_cgriform.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6233 A small change requested by Jenny plugins/content_types/salesform_cgriform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6233 Adding new input fields - Alumni checkbox and Sunetid text. plugins/content_types/salesform_cgriform.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Changing the prerender function for building tabs to work with the upgraded field_group module gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago WP-5904 Added call to new function gsb_custom_section_title_get_sections_separate_paths gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5904 Added call to new function gsb_custom_section_title_get_sections_separate_paths gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5691 Address display fixed plugins/content_types/featured_event.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5691 Country fixed plugins/content_types/featured_event.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5691 WP-5735 Fixed the country display and title path plugins/content_types/featured_event.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5691 & WP-5689 Fixed Featured event country display and removed empty box for no featured event plugins/content_types/featured_event.inc | 107 +++++++++++++++++-------------- 1 file changed, 59 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5689 Bug fix not to display date for no featured event plugins/content_types/featured_event.inc | 56 +++++++++++++++++--------------- 1 file changed, 30 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5523 Fixed the location for featured event(WP-5614) plugins/content_types/featured_event.inc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago Fixing up a merge conflict issue from the last set of commits. plugins/content_types/featured_event.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5523 Added link to event detail page plugins/content_types/featured_event.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5524: update markup. plugins/content_types/featured_event.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5543 Added featured event plugin plugins/content_types/featured_event.inc | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5543 Added featured event plugin gsb_public_custom_blocks.module | 11 ----------- 1 file changed, 11 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5510 modified the search header and text plugins/content_types/library_faq_form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5691 Address display fixed plugins/content_types/featured_event.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5691 Country fixed plugins/content_types/featured_event.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5691 WP-5735 Fixed the country display and title path plugins/content_types/featured_event.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5691 & WP-5689 Fixed Featured event country display and removed empty box for no featured event plugins/content_types/featured_event.inc | 107 +++++++++++++++++-------------- 1 file changed, 59 insertions(+), 48 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5689 Bug fix not to display date for no featured event plugins/content_types/featured_event.inc | 56 +++++++++++++++++--------------- 1 file changed, 30 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 Cleaning up the form/html structure plugins/content_types/salesform_cgriform.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 Cleaning up the form/html structure plugins/content_types/salesform_cgriform.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Merge branch 'WP-5583-3' into release-5.09 view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 Affiliation moved above title and reduced the number of options in salutation plugins/content_types/salesform_cgriform.inc | 57 ++++------------------------ 1 file changed, 8 insertions(+), 49 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Resolving merge conflicts view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 178 ++++++++++++++++++++------- 1 file changed, 131 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 Correcting a few of the ids used in the form, to be set back to once they were. plugins/content_types/salesform_cgriform.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form plugins/content_types/salesform_cgriform.inc | 178 ++++++++++++++++++++------- 1 file changed, 131 insertions(+), 47 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5523 Fixed the location for featured event(WP-5614) plugins/content_types/featured_event.inc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Fixing up a merge conflict issue from the last set of commits. plugins/content_types/featured_event.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5523 Added link to event detail page plugins/content_types/featured_event.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5523 Added link to event detail page plugins/content_types/featured_event.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5524: update markup. plugins/content_types/featured_event.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5543 Added featured event plugin plugins/content_types/featured_event.inc | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5543 Added featured event plugin gsb_public_custom_blocks.module | 11 ----------- 1 file changed, 11 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5510 modified the search header and text plugins/content_types/library_faq_form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Removed most recent change. Looks like the form already had the owner hidden field. plugins/content_types/salesform_cgriform.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Adding owner as a hidden field. plugins/content_types/salesform_cgriform.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago Removed breaks from labels. plugins/content_types/salesform_cgriform.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago Add owner to cgri form. plugins/content_types/salesform_cgriform.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Update salesform_cgriform.inc plugins/content_types/salesform_cgriform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Added js for checking required fields plugins/content_types/salesform_cgriform.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago Updating with new field ids from Marlen plugins/content_types/salesform_cgriform.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago Make changes to cgri form according to vivek. plugins/content_types/salesform_cgriform.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5277 update the CGRI form plugins/content_types/salesform_cgriform.inc | 78 ++++++++++++++++------------ 1 file changed, 45 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5133: Add more spacing. plugins/content_types/salesform_cgriform.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5133: Clean up style of form. plugins/content_types/salesform_cgriform.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5133 change the return path plugins/content_types/salesform_cgriform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5133 update admin title plugins/content_types/salesform_cgriform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5133 add CGRI form plugins/content_types/salesform_cgriform.inc | 64 ++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5136 Added update to delete older (no longer in use) taxonomy terms for GIP Programs. gsb_public_custom_blocks.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago Fix typo in function name. plugins/content_types/salesform_webform.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5053 Added a test if we don't get the salesform_webform_vars plugins/content_types/salesform_webform.inc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5053 Added isset test. plugins/content_types/salesform_webform.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4954 rectify program finder global text plugins/content_types/program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4954 update the text plugins/content_types/program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4954 update program finder plugins/content_types/program_finder.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4770 update program finder plugin for EPEL plugins/content_types/program_finder.inc | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename and recat items plugins/content_types/homepage_social_feed.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 category fixes plugins/content_types/homepage_social_feed.inc | 2 +- plugins/content_types/program_finder.inc | 2 +- plugins/content_types/program_links.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 moved this commit to WP-4736-1 plugins/content_types/homepage_social_feed.inc | 2 +- plugins/content_types/program_finder.inc | 2 +- plugins/content_types/program_links.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 delete items from modal window gsb_public_custom_blocks.module | 21 +-------------------- .../gsb-public-custom-blocks-virtual-tour.tpl.php | 4 ---- virtual_tour/virtual_tour.theme.inc | 8 -------- 3 files changed, 1 insertion(+), 32 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recategorize items - multiple items plugins/content_types/homepage_social_feed.inc | 2 +- plugins/content_types/program_finder.inc | 2 +- plugins/content_types/program_links.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recategorize items - A-Z Last Name Filter plugins/content_types/lastname_az_links.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items gsb_public_custom_blocks.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename and reassign - different modal items plugins/content_types/bookmarklet_link.inc | 4 ++-- plugins/content_types/commencement_social_feed.inc | 4 ++-- plugins/content_types/cta_around_globe_map.inc | 4 ++-- plugins/content_types/library_chat_form.inc | 4 ++-- plugins/content_types/library_contact_form.inc | 4 ++-- plugins/content_types/library_faq_form.inc | 4 ++-- plugins/content_types/library_searchworks_form.inc | 4 ++-- plugins/content_types/rethink_form_email.inc | 4 ++-- plugins/content_types/salesform_webform.inc | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items gsb_public_custom_blocks.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4589 remove unused items about_campus/about_campus.theme.inc | 8 -- .../gsb-public-custom-blocks-about-campus.tpl.php | 4 - gsb_public_custom_blocks.module | 40 ---------- plugins/content_types/e_newsletters_list.inc | 27 ------- plugins/content_types/media_toolkit.inc | 50 ------------ plugins/content_types/rethink_form.inc | 88 ---------------------- rethink/rethink.theme.inc | 8 -- .../gsb-public-custom-blocks-rethink.tpl.php | 5 -- 8 files changed, 230 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4416 Changing lead link to be /exed/lead/ plugins/content_types/program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4589 removed CTA GSB around the Globe and World around_globe/around_globe.theme.inc | 8 ------- .../gsb-public-custom-blocks-around-globe.tpl.php | 7 ------ gsb_public_custom_blocks.info | 7 ++++++ gsb_public_custom_blocks.module | 12 ----------- plugins/content_types/cta_around_globe.inc | 25 ---------------------- 5 files changed, 7 insertions(+), 52 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4416 Changing lead link to be /exed/lead/ plugins/content_types/program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4589 remove unused items about_campus/about_campus.theme.inc | 8 -- .../gsb-public-custom-blocks-about-campus.tpl.php | 4 - gsb_public_custom_blocks.module | 40 ---------- plugins/content_types/e_newsletters_list.inc | 27 ------- plugins/content_types/media_toolkit.inc | 50 ------------ plugins/content_types/rethink_form.inc | 88 ---------------------- rethink/rethink.theme.inc | 8 -- .../gsb-public-custom-blocks-rethink.tpl.php | 5 -- 8 files changed, 230 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4416 Changing to use one paragraph for Stanford Innovation and Entre section plugins/content_types/program_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4416 Changing LEAD Cert and Stanford Innovation and Entre Program Finder text plugins/content_types/program_finder.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4589 removed CTA GSB around the Globe and World around_globe/around_globe.theme.inc | 8 ------- .../gsb-public-custom-blocks-around-globe.tpl.php | 7 ------ gsb_public_custom_blocks.info | 7 ++++++ gsb_public_custom_blocks.module | 12 ----------- plugins/content_types/cta_around_globe.inc | 25 ---------------------- 5 files changed, 7 insertions(+), 52 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4491: change class names and add wrappers. .../gsb-public-custom-blocks-enews-signup.tpl.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4442 Changed text from ReThink to Email enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4438 Removing code that is now handle in the responsive open handling gsb_public_custom_blocks.module | 1 - insights_search/js/insights_search.js | 26 -------------------------- 2 files changed, 27 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4413: Fix insights search button. .../templates/gsb-public-custom-blocks-insights-search.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4393 adjust the form search field .../templates/gsb-public-custom-blocks-insights-search.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4393 set the form to get .../templates/gsb-public-custom-blocks-insights-search.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4214: Change text from Follow Us to Follow Stanford Business. follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4141: updat search markup. .../templates/gsb-public-custom-blocks-insights-search.tpl.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Fix missing span tag. insights/templates/gsb-public-custom-blocks-insights.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4153: add back word business and change markup. insights/templates/gsb-public-custom-blocks-insights.tpl.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago WP-4153 Adding new mobile-insights block gsb_public_custom_blocks.module | 12 ++++++++++++ mobile_insights/mobile-insights.theme.inc | 8 ++++++++ .../gsb-public-custom-blocks-mobile-insights.tpl.php | 3 +++ 3 files changed, 23 insertions(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4153: add back word business and change markup. insights/templates/gsb-public-custom-blocks-insights.tpl.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4183: update markup. insights/templates/gsb-public-custom-blocks-insights.tpl.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4153 Adding new mobile-insights block gsb_public_custom_blocks.module | 12 ++++++++++++ mobile_insights/mobile-insights.theme.inc | 8 ++++++++ .../gsb-public-custom-blocks-mobile-insights.tpl.php | 3 +++ 3 files changed, 23 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4170 A little cleanup of tabs to spaces insights_search/js/insights_search.js | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4170 New insights search block gsb_public_custom_blocks.module | 13 +++++++++++ insights_search/insights_search.theme.inc | 8 +++++++ insights_search/js/insights_search.js | 27 ++++++++++++++++++++++ ...sb-public-custom-blocks-insights-search.tpl.php | 7 ++++++ 4 files changed, 55 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago WP-4156 Removed unneeded alter gsb_public_custom_blocks.module | 14 -------------- 1 file changed, 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4156 Added new Insights block gsb_public_custom_blocks.module | 12 ++++++++++++ insights/insights.theme.inc | 8 ++++++++ insights/templates/gsb-public-custom-blocks-insights.tpl.php | 3 +++ 3 files changed, 23 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago WP-4106 Added code to also modify 'Insight Topics Program' titles gsb_public_custom_blocks.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago WP-4106 Added code to also modify 'Insight Topics Program' titles gsb_public_custom_blocks.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago WP-4106 Added hook_block_view_alter to modify the Insights block title. gsb_public_custom_blocks.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Changed to use form variables from a call to variable_get plugins/content_types/salesform_webform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Changed to use form variables from a call to variable_get plugins/content_types/salesform_webform.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Changed to use form variables from a call to variable_get plugins/content_types/salesform_webform.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Changed to use form variables from a call to variable_get plugins/content_types/salesform_webform.inc | 40 +++++++++++++++++++---------- 1 file changed, 27 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Changed to use form variables from a call to variable_get plugins/content_types/library_contact_form.inc | 235 +++++++++++++------------ 1 file changed, 123 insertions(+), 112 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4078: Move Rethink signup form to it's own module. gsb_public_custom_blocks.module | 80 ----------------------------------------- 1 file changed, 80 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3997: Update markup for mailchimp form. gsb_public_custom_blocks.module | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3996: Check for mailchimp module before rendering Signup form. Allow list id customization via variables. gsb_public_custom_blocks.module | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3996: Add insights signup form (mailchimp). gsb_public_custom_blocks.module | 79 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3996: Check for mailchimp module before rendering Signup form. Allow list id customization via variables. gsb_public_custom_blocks.module | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3996: Add insights signup form (mailchimp). gsb_public_custom_blocks.module | 79 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3958: Remove mailchimp css. plugins/content_types/rethink_form_email.inc | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3958 update mail chimp email form plugins/content_types/rethink_form_email.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago WP-3800 update drop values plugins/content_types/library_contact_form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3716: update twitter handle link. plugins/content_types/homepage_social_feed.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3652: Change library search form action url. plugins/content_types/library_searchworks_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3530 add rethink form email plugins/content_types/rethink_form_email.inc | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3652: Change library search form action url. plugins/content_types/library_searchworks_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3579 added sample embed code in plugin plugins/content_types/commencement_social_feed.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3530 add rethink form email plugins/content_types/rethink_form_email.inc | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3439 remove unknown option plugins/content_types/library_contact_form.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3336: remove empty italic tag. virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3271: Attach tweetfeed code to social_feed. plugins/content_types/homepage_social_feed.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3292 GIP program values editable gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++ plugins/content_types/salesform_webform.inc | 5 +++- 2 files changed, 44 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago This reverts commit d62f1de74dacada6fff589538e17aa603db09981. Revert "WP-3292 GIP program values editable" gsb_public_custom_blocks.install | 40 ----------------------------- plugins/content_types/salesform_webform.inc | 5 +--- 2 files changed, 1 insertion(+), 44 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3349 update form url for how do i find block plugins/content_types/library_faq_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3292 GIP program values editable gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++ plugins/content_types/salesform_webform.inc | 5 +++- 2 files changed, 44 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3338 Update affiliation list plugins/content_types/library_contact_form.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3308: Add translation. plugins/content_types/bookmarklet_link.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3308: Add quotes to link and fix indentation. plugins/content_types/bookmarklet_link.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3308 add the bookmarklet link plugins/content_types/bookmarklet_link.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3307 replace Sloan with MSx plugins/content_types/library_contact_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago This reverts commit d62f1de74dacada6fff589538e17aa603db09981. Revert "WP-3292 GIP program values editable" gsb_public_custom_blocks.install | 40 ----------------------------- plugins/content_types/salesform_webform.inc | 5 +--- 2 files changed, 1 insertion(+), 44 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3336: remove empty italic tag. virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3271: Attach tweetfeed code to social_feed. plugins/content_types/homepage_social_feed.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3349 update form url for how do i find block plugins/content_types/library_faq_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3292 GIP program values editable gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++ plugins/content_types/salesform_webform.inc | 5 +++- 2 files changed, 44 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3349 update form url for how do i find block plugins/content_types/library_faq_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3292 GIP program values editable gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++ plugins/content_types/salesform_webform.inc | 5 +++- 2 files changed, 44 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3338 Update affiliation list plugins/content_types/library_contact_form.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Merge branch 'WP-3308' into release-3.5 view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3308: Add translation. plugins/content_types/bookmarklet_link.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3308: Add quotes to link and fix indentation. plugins/content_types/bookmarklet_link.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3307 replace Sloan with MSx plugins/content_types/library_contact_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3308 add the bookmarklet link plugins/content_types/bookmarklet_link.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3307 replace Sloan with MSx plugins/content_types/library_contact_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3196 Update the library chat url plugins/content_types/library_chat_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3196 Update the library chat url plugins/content_types/library_chat_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3189: Fix missing quotes in gip contact form. plugins/content_types/salesform_webform.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3082: change apostrophe. plugins/content_types/library_searchworks_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3028 get programs from taxonomy gsb_public_custom_blocks.install | 35 +++++++++++++++++++++++++++++ plugins/content_types/salesform_webform.inc | 27 +++++++++++++--------- 2 files changed, 51 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2961: change markup and preview thumbnail. images/rethink.jpg | Bin 37611 -> 22772 bytes .../gsb-public-custom-blocks-rethink.tpl.php | 13 +++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3028 get programs from taxonomy gsb_public_custom_blocks.install | 35 +++++++++++++++++++++++++++++ plugins/content_types/salesform_webform.inc | 27 +++++++++++++--------- 2 files changed, 51 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Add new id to around the globe map. js/cta_around_globe_map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2961: change markup and preview thumbnail. images/rethink.jpg | Bin 37611 -> 22772 bytes .../gsb-public-custom-blocks-rethink.tpl.php | 13 +++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947L add wrapper to fix input and submit alignment. plugins/content_types/library_searchworks_form.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947: indentation for clearer changes. plugins/content_types/library_searchworks_form.inc | 64 ++++++++++++++-------- 1 file changed, 40 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947: change class names. plugins/content_types/library_searchworks_form.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2912 update for opening in new window plugins/content_types/library_searchworks_form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2912 update for opening in new window plugins/content_types/library_searchworks_form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2911 updated to open in new window plugins/content_types/library_faq_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2889: close div. plugins/content_types/library_searchworks_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: change file extension. gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: add conducting research custom cta. conducting_research/conducting_research.theme.inc | 8 ++++++++ ...sb-public-custom-blocks-conducting-research.tpl.php | 4 ++++ gsb_public_custom_blocks.module | 13 +++++++++++++ images/library-conducting-research.png | Bin 0 -> 149461 bytes 4 files changed, 25 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: change file extension. gsb_public_custom_blocks.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2813 update class name plugins/content_types/library_searchworks_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2813 adding javascript plugins/content_types/library_searchworks_form.inc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2813 adding the searchworks block plugins/content_types/library_searchworks_form.inc | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2813 update class name plugins/content_types/library_searchworks_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2813 adding javascript plugins/content_types/library_searchworks_form.inc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2813 adding the searchworks block plugins/content_types/library_searchworks_form.inc | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: add conducting research custom cta. conducting_research/conducting_research.theme.inc | 8 ++++++++ ...sb-public-custom-blocks-conducting-research.tpl.php | 4 ++++ gsb_public_custom_blocks.module | 13 +++++++++++++ images/library-conducting-research.png | Bin 0 -> 149461 bytes 4 files changed, 25 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2861 Changed url per Naveens request plugins/content_types/library_chat_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2861 added tags plugins/content_types/library_chat_form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2834 updated text plugins/content_types/library_faq_form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2800 adding the chat form for library plugins/content_types/library_chat_form.inc | 31 +++++++++++++++++------------ 1 file changed, 18 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2800 adding the library chat content pane plugins/content_types/library_chat_form.inc | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2800 adding the chat form for library plugins/content_types/library_chat_form.inc | 31 +++++++++++++++++------------ 1 file changed, 18 insertions(+), 13 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2798 Add the div tags for theming plugins/content_types/library_faq_form.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2800 adding the library chat content pane plugins/content_types/library_chat_form.inc | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2798 Add library FAQ search form plugins/content_types/library_faq_form.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2689 updated the return url and field adjust plugins/content_types/library_contact_form.inc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2689 added the tags for theming plugins/content_types/library_contact_form.inc | 70 ++++++-------------------- 1 file changed, 14 insertions(+), 56 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2689 Add the library contact form plugins/content_types/library_contact_form.inc | 170 +++++++++++++++++++++++++ 1 file changed, 170 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2402 Added Santiago plugins/content_types/salesform_webform.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2402 Added Santiago plugins/content_types/salesform_webform.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2702 Added Santiago. plugins/content_types/salesform_webform.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2702 Changed the list of options plugins/content_types/salesform_webform.inc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2702 Changed the list of options plugins/content_types/salesform_webform.inc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Delete how 8d5ce how 8d5ce | 742 -------------------------------------------------------------- 1 file changed, 742 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2472: update icons and twitter feed. .../gsb-public-custom-blocks-follow-us.tpl.php | 16 ++++------ plugins/content_types/homepage_social_feed.inc | 37 ++++++++++++---------- 2 files changed, 27 insertions(+), 26 deletions(-) view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago WP-2491 update newsletter header plugins/content_types/e_newsletters_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2472: update icons and twitter feed. .../gsb-public-custom-blocks-follow-us.tpl.php | 16 ++++------ plugins/content_types/homepage_social_feed.inc | 37 ++++++++++++---------- 2 files changed, 27 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago WP-2282 change list to show 5 records plugins/content_types/e_newsletters_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago WP-2282 change list to show 5 records plugins/content_types/e_newsletters_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago WP-2282 display past enewsletters on rethink form plugins/content_types/e_newsletters_list.inc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago WP-2282 display past enewsletters on rethink form plugins/content_types/e_newsletters_list.inc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 9 months ago WP-2398: Removed space between Stanford and Biz in twitter handle plugins/content_types/homepage_social_feed.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2398: Removed space between Stanford and Biz in twitter handle plugins/content_types/homepage_social_feed.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2330:updated the Enews block and revert back the changes for Rethink block enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 ++-- rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: hgupta, 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2330: Updated the title and text for rethink block rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
=========================================== ./alumni_cas_auth =========================================== view commit - committer: GitHub, 3 weeks ago author: Greg Mercer, 3 weeks ago WP-7400 If not gsb_alum then after showing access denied - we don't want to attempt to load user and finalize login alumni_cas_auth.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6160 fix the watchdog error alumni_cas_auth.module | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5235 Removing watchdog statements alumni_cas_auth.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5235 Trimming the returned data. alumni_cas_auth.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Added use of new api key. alumni_cas_auth.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5235 Changing param to be usreid alumni_cas_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5235 Changing param to be usrid alumni_cas_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5235 Added some watchdog statements for debugging alumni_cas_auth.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5235 Fixed a typo in the variable being tested. alumni_cas_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-5235 Added check and call to deny access alumni_cas_auth.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-5235 Removing watchdog statements alumni_cas_auth.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5235 Added new function _alumni_cas_auth_is_user_gsb_alum - with testing watchdogs alumni_cas_auth.module | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5275 Removed console.log debugging messages. js/alumni_cas_auth.js | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5229 Added check for alumnipg role in alumni_cas_auth_login() alumni_cas_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5231 Removed set message for logout alumni_cas_auth.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5230 Adding check for drupal login before logging out the drupal user and destroying their session alumni_cas_auth.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5216 Added set messages for cas login and logout alumni_cas_auth.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915 Changed test for .cas-login - which was working incorrectly js/alumni_cas_auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4857 Switched check for loginState to use 'CAS' js/alumni_cas_auth.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4857 Changed to use the getLoginType ajax call. js/alumni_cas_auth.js | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4857 Changed hook_init to now pass the cas getLoginType url. alumni_cas_auth.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4857 Temporary approach for handling the login interaction checking. Still working with Donald on some final details. js/alumni_cas_auth.js | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4765 Added 'Successfully logged in' green message alumni_cas_auth.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 A little code cleanup. alumni_cas_auth.module | 94 +++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 58 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 A little code cleanup. alumni_cas_user.inc | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 Show/hide the login and logout links depending on the user's authentication state. js/alumni_cas_auth.js | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 A little change in our approach to handling the cas login alumni_cas_user.inc | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 A little change in our approach to handling the cas login alumni_cas_auth.module | 61 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 55 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 Changes to look for the cas-login before taking action. js/alumni_cas_auth.js | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4741 Adding new javascript for checking if user has been cas authd js/alumni_cas_auth.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4741 Adding new handling for login/logout links. alumni_cas_auth.module | 95 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 74 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4712 Modified login process to fit into new restricted pages functionality alumni_cas_auth.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4712 Changed to use the new user name after the drupal user is created alumni_cas_auth.module | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4712 Changed to use the new user name after the drupal user is created alumni_cas_auth.module | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4712 Modified login process to fit into new restricted pages functionality alumni_cas_auth.module | 61 +++++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Corrected system variable used for the private files base path alumni_cas_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Added code change for forcing login for private files alumni_cas_auth.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Add handling of private files alumni_cas_auth.admin.inc | 21 +++++++++++++++++++++ alumni_cas_auth.module | 24 +++++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4712 Modified login process to fit into new restricted pages functionality alumni_cas_auth.module | 61 +++++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4698 Filling in a little more of the user info details. alumni_cas_auth.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Changes related to creating new drupal users. alumni_cas_auth.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Changes related to creating new drupal users. alumni_cas_auth.module | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Added some watchdog statements for testing. alumni_cas_auth.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Added code to check path and force login if required alumni_cas_auth.module | 63 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Adding admin settings form alumni_cas_auth.admin.inc | 113 ++++++++++++++++++++++++++++++++++++++++++++++ alumni_cas_auth.module | 34 +++++++++++++- 2 files changed, 146 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Added call for data_url alumni_cas_auth.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Added new function _alumni_cas_auth_get_user_name() alumni_cas_auth.module | 9 +++++++++ alumni_cas_user.inc | 22 +++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4634 A small code cleanup change. alumni_cas_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Cleanup to remove watchdog calls alumni_cas_auth.module | 16 ---------------- alumni_cas_user.inc | 19 ------------------- 2 files changed, 35 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Some changes after intial testing alumni_cas_auth.module | 55 ++++++++++++++++++++++++-------------------------- alumni_cas_user.inc | 29 ++++++++++++++++++-------- 2 files changed, 47 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Initial version of code alumni_cas_auth.module | 78 +++++++++++++++++++++++++------------------------- alumni_cas_user.inc | 32 ++++++++++----------- 2 files changed, 55 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4634 Initial version of code alumni_cas_auth.info | 5 +++ alumni_cas_auth.module | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ alumni_cas_user.inc | 46 ++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_robots =========================================== view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago Need to disable the per site settings due to caching issues. gsb_robots.module | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago Try adding drupal_exit. gsb_robots.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago Remove line of code that is causing robots.txt to be gzipped twice. gsb_robots.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago Initial Commit. gsb_robots.admin.inc | 24 +++++++++++++++++++++ gsb_robots.info | 5 +++++ gsb_robots.module | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+)
=========================================== ./gsb_panels_ipe_overrides ===========================================
=========================================== ./gsb_migrate =========================================== view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5605 Upgrading migrate from 2.7 -> 2.8 gsb_migrate.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4795: Upgrade migrate to 2.7 and migrate_d2d to 2.1 gsb_migrate.make | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4795: Upgrade migrate_d2d module. gsb_migrate.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4258: Fix Offsite School Story publication date format. Update CSVs with new data. base.inc | 4 + data/announcement.csv | 184 +- data/idea_story.csv | 4917 +++++++++++++++++++++++++----------------------- offsite_idea_story.inc | 2 +- resources.inc | 3 +- 5 files changed, 2670 insertions(+), 2440 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4328: Add new data to CSV. data/offsite_idea_story.csv | 70 ++++++++++++++++++++++++++++++++++++------- data/offsite_school_story.csv | 18 +++++++---- 2 files changed, 72 insertions(+), 16 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4256: Fix doubleencoded URLs. base.inc | 2 +- data/idea_story.csv | 8 +-- data/school_story.csv | 164 ++++++++++++++++++++++++------------------------- idea_story.inc | 8 ++- offsite_idea_story.inc | 6 +- resources.inc | 3 + school_story.inc | 9 ++- 7 files changed, 109 insertions(+), 91 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4258: Add new Offsite Idea Story CSV data. data/offsite_idea_story.csv | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4304: Add Alt field mapping for Resource Image migration. resources.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4257: Add PR Contact field mapping. school_story.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4257: Actually add Ranking and Offsite School Story migration data. data/offsite_school_story.csv | 6 ++++ data/ranking.csv | 66 +++++++++++++++++++++++++++++++++++++++++++ ranking.inc | 65 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 137 insertions(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4257: Fix Offsite Idea Story date whitespace. offsite_idea_story.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4257: Add Ranking migration. gsb_migrate.info | 1 + gsb_migrate.module | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4164: Import Rankings from CSV. gsb_migrate.info | 1 + gsb_migrate.module | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4254: Fix Idea Story migration. Add School Story and Announcement real data CSV. data/announcement.csv | 1108 ++++++++++++++++++++++++++++++++++++-- data/idea_story.csv | 353 +++++++----- data/school_story.csv | 1434 ++++++++++++++++++++++++++++++++++++++++++++++--- idea_story.inc | 30 +- resources.inc | 1 + school_story.inc | 6 +- 6 files changed, 2669 insertions(+), 263 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4255: Add Announcement migration CSV and class. announcement.inc | 8 ++++ data/announcement.csv | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++ gsb_migrate.module | 2 +- 3 files changed, 131 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4255: Add Announcement migration CSV and class. announcement.inc | 8 ++++ data/announcement.csv | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++ gsb_migrate.module | 2 +- 3 files changed, 131 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4255: Added Announcements migration. gsb_migrate.module | 38 ++++++++++++++++++++++++++++++++++++++ resources.inc | 2 ++ 2 files changed, 40 insertions(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4255: Added Announcements migration. gsb_migrate.module | 38 ++++++++++++++++++++++++++++++++++++++ resources.inc | 2 ++ 2 files changed, 40 insertions(+) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4254: Fix Byline CSV by removing header row. data/idea_story_byline.csv | 734 ++++++++++++++++++++++++++++++++++-- data/idea_story_related_content.csv | 23 -- data/idea_story_related_faculty.csv | 23 -- idea_story.inc | 18 +- school_story.inc | 18 +- 5 files changed, 710 insertions(+), 106 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4254: Change date format for rethink_date field. idea_story.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4254: Add imgur URL preparations to Image resource migration. idea_story.inc | 11 ++++++----- resources.inc | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4254: Added School Story and Offsite Idea Story migrations. Refactored all the things. base.inc | 325 +- data/idea_story.csv | 11118 +++++++++++++++++++++++++++++++++++++++++- data/offsite_idea_story.csv | 6 + data/school_story.csv | 103 + field_collection.inc | 178 + gsb_migrate.info | 7 +- gsb_migrate.module | 103 +- idea_story.inc | 463 +- offsite_idea_story.inc | 96 + resources.inc | 190 + school_story.inc | 183 + 11 files changed, 12152 insertions(+), 620 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4146: Add Related Faculty, Rethink, Business Journal mapping and create redirects. base.inc | 12 +++ data/idea_story.csv | 158 ++++++++++++++++++++++++++++++++++++ data/idea_story_related.csv | 23 ------ data/idea_story_related_content.csv | 23 ++++++ data/idea_story_related_faculty.csv | 23 ++++++ gsb_migrate.module | 8 +- idea_story.inc | 95 +++++++++++++++++++++- 7 files changed, 316 insertions(+), 26 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4160: Add Idea Story twitter resources migration. data/idea_story.csv | 158 ---------------------------------------------------- gsb_migrate.module | 20 +++---- idea_story.inc | 59 ++++++++++++++++++++ 3 files changed, 68 insertions(+), 169 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4160: Add Images, Youtube, Callout migration classes. gsb_migrate.make | 5 +- gsb_migrate.module | 12 +++++ idea_story.inc | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 141 insertions(+), 8 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4079: Add a fix for imgur image URLs. Add stubs to solve chicken-egg proglem with Related Story field. gsb_migrate.module | 6 ++++ idea_story.inc | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4079: Add idea story migration classes and data. data/idea_story.csv | 158 +++++++++++++++++++++ data/idea_story_byline.csv | 39 ++++++ data/idea_story_related.csv | 23 ++++ gsb_migrate.info | 1 + gsb_migrate.module | 21 ++- idea_story.inc | 328 ++++++++++++++++++++++++++++++++++++++++++++ node.inc | 1 - 7 files changed, 568 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3580 Class for migrating in new Working Papers from supplied spreadsheet data/working_paper_items.csv | 625 +++++++++++++++++++++++++++++++++++++++++++ gsb_migrate.module | 8 +- node.inc | 312 +++++++++++++++++++++ 3 files changed, 944 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago Media Item migration adjustments to reflect new date field changes. data/media_item.csv | 1348 ++++++++++++++++++++++----------------------------- node.inc | 48 +- 2 files changed, 603 insertions(+), 793 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3316 Added new class GSBWorkingPaperOtherAuthorsMigration node.inc | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3316 Added register for GSBWorkingPaperOtherAuthorsMigration gsb_migrate.module | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3316 Data for the Workin' Paper Other Authors migration data/working_paper_other_authors.csv | 405 +++++++++++++++++++++++++++++++++++ 1 file changed, 405 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago Media Item migration adjustments to reflect new date field changes. data/media_item.csv | 1348 ++++++++++++++++++++++----------------------------- gsb_migrate.module | 3 +- node.inc | 48 +- 3 files changed, 604 insertions(+), 795 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-3209: Add Media Item migration class. data/media_item.csv | 774 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gsb_migrate.module | 21 ++ node.inc | 99 +++++++ 3 files changed, 894 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2644: Handle multiple terms for Category field. node.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2644: Add Business Websites migration. data/business_sites.csv | 925 +++++++++++++++++++++++++++++++++++++ data/business_sites_categories.csv | 80 ++++ gsb_migrate.module | 14 + node.inc | 55 +++ taxonomy.inc | 31 +- 5 files changed, 1104 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2815: Add mapping for Publication URL. node.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2569: Update year field date format. Update source CSV files. data/publication-authors.csv | 191 ----------------- data/publication.csv | 481 ++----------------------------------------- node.inc | 8 +- 3 files changed, 13 insertions(+), 667 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2771 Adjusted code that saves the year published date to save just 'Y' node.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2771 Adjusted code that saves the year published date to save just 'Y' node.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2771 Adjusted code that saves the year published date to save just 'Y' node.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2569: Never generate authors.csv on test/prod environment. node.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2771 Adjusted code that saves the year published date to save just 'Y' node.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2569: Fix GSBPublicationAuthors migration. Add latest csv source. data/publication-authors.csv | 1912 ++++++++++++++++----------------- data/publication.csv | 2434 +++++++++++++++++++----------------------- node.inc | 41 +- 3 files changed, 2075 insertions(+), 2312 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2569: Add Publication CT migration class. Add Publication authors migration. data/publication-authors.csv | 1072 ++++++++++++++++++++++++++++++++++ data/publication.csv | 1321 ++++++++++++++++++++++++++++++++++++++++++ gsb_migrate.module | 16 + node.inc | 251 ++++++++ 4 files changed, 2660 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WN-2563: Move Book authors migration into a separate migration to avoid problems with workbench messing status field on complete() method. gsb_migrate.module | 8 ++++ node.inc | 110 ++++++++++++++++++++++++++++++++++------------------- 2 files changed, 79 insertions(+), 39 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2563: Adjust authors field name according to recent changes. node.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Add In The News migration class. gsb_migrate.module | 8 ++++++++ node.inc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Book migration - strip tags from title. Map authors. Fix year mapping. node.inc | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Add Book CT migration. gsb_migrate.module | 8 ++++++++ node.inc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Enable Migrate D2D in hook_install. Give migrate permissions to admin. gsb_migrate.info | 2 -- gsb_migrate.install | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Handle academic title muliple lines inputs as separate titles. node.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Add debugging for faculty CV migration. node.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Fix legacy site URL to use www, it's in case www is causing the issue with not migrated PDFs. node.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago WN-2393: Implement separate migrations for Insert and Update for Faculty Migration. Fix CV migration, email and phone rules, decode html entites, strip some tags. base.inc | 1 + gsb_migrate.module | 51 ++++++++++++++++-- node.inc | 156 ++++++++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 180 insertions(+), 28 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Add Migrate UI and Migrate D2D UI as a dependency. gsb_migrate.info | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Fix for Acad Areas terms migration. taxonomy.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Remove dpm. gsb_migrate.admin.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Allow migration connection to be configured in backend. gsb_migrate.admin.inc | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ gsb_migrate.module | 24 ++++++++++++++++++ 2 files changed, 92 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Add CV and Awards and Honors field mappings. node.inc | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago WP-2394: Add more field mappings for Faculty migration. gsb_migrate.info | 2 +- gsb_migrate.module | 27 +++++++++++++++++++ node.inc | 77 +++++++++++++++++++++++++++++++++++++++++++++++++----- taxonomy.inc | 36 +++++++++++++++++++++++++ 4 files changed, 135 insertions(+), 7 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Add make file to pull migrate suite. gsb_migrate.make | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Add field mappings. node.inc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Add support for multivalued field collections. base.inc | 119 +++++++++++++++++++++++++++++++++++++ gsb_migrate.info | 2 + gsb_migrate.migrate.inc | 23 -------- gsb_migrate.module | 24 +++++++- node.inc | 153 +++++------------------------------------------- 5 files changed, 159 insertions(+), 162 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago Refactor Faculty migration to use migrate_d2d framework. Add field collection sources support. gsb_migrate.module | 45 +++++++++ node.inc | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 312 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago Rename gsb_migrate.migrate.inc.php and remove PHP extension. gsb_migrate.migrate.inc | 23 +++++++++++++++++++++++ gsb_migrate.migrate.inc.php | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago Add GSB Migrate module. README.md | 4 +++- gsb_migrate.info | 9 +++++++++ gsb_migrate.migrate.inc.php | 23 ++++++++++++++++++++++ gsb_migrate.module | 7 +++++++ node.inc | 47 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 89 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_image_fpp =========================================== view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago WP-6772 fix the formatter gsb_feature_image_fpp.ds.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago WP-6772 update the image fpp image field formatter to new formatter gsb_feature_image_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago WP-6772 add new field formatter for image fpp gsb_feature_image_fpp.module | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago WP-6693 add text equivalent fields and create new code field gsb_feature_image_fpp.ds.inc | 61 +++++++- gsb_feature_image_fpp.features.field_instance.inc | 167 +++++++++++++++++++++- gsb_feature_image_fpp.info | 4 + 3 files changed, 227 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_image_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6045 add optional url to image fpp gsb_feature_image_fpp.features.field_instance.inc | 66 ++++++++++++++++++++++- gsb_feature_image_fpp.info | 2 + 2 files changed, 66 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field gsb_feature_image_fpp.features.field_instance.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4940: add figure wrapper, reduce markup. gsb_feature_image_fpp.ds.inc | 10 ++-------- gsb_feature_image_fpp.features.field_instance.inc | 13 +++++-------- gsb_feature_image_fpp.info | 1 - 3 files changed, 7 insertions(+), 17 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4940 Add caption field to image fpp gsb_feature_image_fpp.ds.inc | 91 ++++++++++++++++++++++ gsb_feature_image_fpp.features.field_instance.inc | 93 +++++++++++++++++++++++ gsb_feature_image_fpp.features.inc | 3 + gsb_feature_image_fpp.info | 7 ++ 4 files changed, 194 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4718 remove the field_file_single_public from image fpp gsb_feature_image_fpp.features.field_instance.inc | 76 ++--------------------- gsb_feature_image_fpp.info | 1 - 2 files changed, 5 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_image_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4455 Removed required for field_image_single_public gsb_feature_image_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4455 Added field field_image_single_public to the fpp gsb_feature_image_fpp.features.field_instance.inc | 75 +++++++++++++++++++++-- gsb_feature_image_fpp.info | 3 + 2 files changed, 74 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4455 Changing widget from media to image gsb_feature_image_fpp.features.field_instance.inc | 6 ++++-- gsb_feature_image_fpp.info | 1 + 2 files changed, 5 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_house_ads_fpp =========================================== view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7520 Applied 310px image style to House Ad image gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +- gsb_feature_house_ads_fpp.info | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6090: link image to url used for title. gsb_feature_house_ads_fpp.features.field_instance.inc | 14 +++++++------- gsb_feature_house_ads_fpp.info | 1 + gsb_feature_house_ads_fpp.strongarm.inc | 3 +++ 3 files changed, 11 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5878: update house ad layout. gsb_feature_house_ads_fpp.ds.inc | 7 ++++--- gsb_feature_house_ads_fpp.features.field_instance.inc | 13 ++++++++----- gsb_feature_house_ads_fpp.strongarm.inc | 9 +++++++++ 3 files changed, 21 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...ature_house_ads_fpp.features.field_instance.inc | 52 +++++++++++----------- 1 file changed, 25 insertions(+), 27 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - house ad gsb_feature_house_ads_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text for image field gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4216: update house ad display. gsb_feature_house_ads_fpp.ds.inc | 47 ++++++++++++++++++++-- ...ature_house_ads_fpp.features.field_instance.inc | 40 +++--------------- gsb_feature_house_ads_fpp.strongarm.inc | 2 +- 3 files changed, 50 insertions(+), 39 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-3954 add new house ads superhead field ...ature_house_ads_fpp.features.field_instance.inc | 166 ++++++++++----------- gsb_feature_house_ads_fpp.info | 2 +- 2 files changed, 83 insertions(+), 85 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-3954 removed unused functions gsb_feature_house_ads_fpp.module | 20 -------------------- 1 file changed, 20 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-3954 modify house ads fpp ...ature_house_ads_fpp.features.field_instance.inc | 133 ++++++++++++++------- gsb_feature_house_ads_fpp.info | 2 +- gsb_feature_house_ads_fpp.strongarm.inc | 2 +- 3 files changed, 93 insertions(+), 44 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3651: update the house ad layout. gsb_feature_house_ads_fpp.ds.inc | 17 +++++++++++------ gsb_feature_house_ads_fpp.features.field_instance.inc | 9 +++++++++ gsb_feature_house_ads_fpp.strongarm.inc | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3651: update the house ad layout. gsb_feature_house_ads_fpp.ds.inc | 17 +++++++++++------ gsb_feature_house_ads_fpp.features.field_instance.inc | 9 +++++++++ gsb_feature_house_ads_fpp.strongarm.inc | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago Fixed up a warning error. Added a check for field_house_ads_style. gsb_feature_house_ads_fpp.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_all_research_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Enabled ajax at view level gsb_feature_all_research_display.info | 2 +- gsb_feature_all_research_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Roopesh Naik, 9 months ago WP-6202 check for empty for form fields gsb_feature_all_research_display.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6202 check for empty for form fields gsb_feature_all_research_display.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_all_research_display.module | 11 +++++++++-- gsb_feature_all_research_display.views_default.inc | 15 +++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6111 Changed sorting order for month and day to descending gsb_feature_all_research_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6120 fix for show and hide for research focus area gsb_feature_all_research_display.module | 5 +++-- js/gsb_feature_all_research_display.js | 12 ++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6111 Added year month and day to sort criteria gsb_feature_all_research_display.views_default.inc | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6047 Fixed the sorting order,added sort by title in asc order gsb_feature_all_research_display.info | 2 +- gsb_feature_all_research_display.views_default.inc | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_all_research_display.info | 2 +- gsb_feature_all_research_display.views_default.inc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5982 adding css class to only publication form. gsb_feature_all_research_display.module | 2 -- js/gsb_align_exposed_markup.js | 14 +++++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5951: change labels. gsb_feature_all_research_display.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5957 Adjusted markup around search field gsb_feature_all_research_display.module | 43 ++++++++++++++++++++++----------- js/gsb_align_exposed_markup.js | 12 +++++++++ 2 files changed, 41 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5982 adding css class to only publication form. gsb_feature_all_research_display.module | 2 -- js/gsb_align_exposed_markup.js | 14 +++++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5982 adding css class to only publication form. gsb_feature_all_research_display.module | 2 -- js/gsb_align_exposed_markup.js | 14 +++++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5951: change labels. gsb_feature_all_research_display.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5957 Adjusted markup around search field gsb_feature_all_research_display.module | 43 ++++++++++++++++++++++----------- js/gsb_align_exposed_markup.js | 12 +++++++++ 2 files changed, 41 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5951: change labels. gsb_feature_all_research_display.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer, 11 months ago WP-5950 Changing identifier back to be field_search_field_value gsb_feature_all_research_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5950 Fixed adding a class array gsb_feature_all_research_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5950 removed ajax action from search field and changed the labels gsb_feature_all_research_display.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5949 Added validation to clear checked publications when exposed filter is checked gsb_feature_all_research_display.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 Fixed circle topic states gsb_feature_all_research_display.module | 23 ++++++++++--- js/gsb_feature_all_research_display.js | 58 +++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5922: update search key. gsb_feature_all_research_display.module | 1 - gsb_feature_all_research_display.views_default.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 modified authoring form options to hidden gsb_feature_all_research_display.module | 15 ++++----- js/gsb_feature_all_research_display.js | 55 +++++++++++++++++++++------------ 2 files changed, 43 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 Added condition for collapsible fieldset gsb_feature_all_research_display.module | 9 +++------ gsb_feature_all_research_display.views_default.inc | 2 +- js/gsb_feature_all_research_display.js | 3 --- 3 files changed, 4 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 All research display listing gsb_feature_all_research_display.module | 42 ++++++++++++++++++++++++++++----- js/gsb_feature_all_research_display.js | 37 +++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 All research listing with special filter gsb_feature_all_research_display.module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-5950 Changing identifier back to be field_search_field_value gsb_feature_all_research_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5950 Fixed adding a class array gsb_feature_all_research_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5950 Fixed adding a class array gsb_feature_all_research_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5950 removed ajax action from search field and changed the labels gsb_feature_all_research_display.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5949 Added validation to clear checked publications when exposed filter is checked gsb_feature_all_research_display.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5950 removed ajax action from search field and changed the labels gsb_feature_all_research_display.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5949 Added validation to clear checked publications when exposed filter is checked gsb_feature_all_research_display.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 Fixed circle topic states gsb_feature_all_research_display.module | 23 ++++++++++--- js/gsb_feature_all_research_display.js | 58 +++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 Fixed circle topic states gsb_feature_all_research_display.module | 23 ++++++++++--- js/gsb_feature_all_research_display.js | 58 +++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5922: update search key. gsb_feature_all_research_display.module | 1 - gsb_feature_all_research_display.views_default.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 modified authoring form options to hidden gsb_feature_all_research_display.module | 15 ++++----- js/gsb_feature_all_research_display.js | 55 +++++++++++++++++++++------------ 2 files changed, 43 insertions(+), 27 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 Added condition for collapsible fieldset gsb_feature_all_research_display.module | 9 +++------ gsb_feature_all_research_display.views_default.inc | 2 +- js/gsb_feature_all_research_display.js | 3 --- 3 files changed, 4 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 All research display listing gsb_feature_all_research_display.module | 42 ++++++++++++++++++++++++++++----- js/gsb_feature_all_research_display.js | 37 +++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5868 All research listing with special filter gsb_feature_all_research_display.module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Removed typo. gsb_feature_all_research_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Removed typo. gsb_feature_all_research_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5868 All Publications after adding feature gsb_feature_all_research_display.features.inc | 12 + gsb_feature_all_research_display.views_default.inc | 845 +++++++++++++++++++++ 2 files changed, 857 insertions(+) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5868 All Publications after adding feature gsb_feature_all_research_display.info | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5868 All Publication with special filter gsb_feature_all_research_display.info | 5 +++ gsb_feature_all_research_display.module | 62 +++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_alumni_ct =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting. gsb_feature_alumni_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6041 Added field group classes gsb_feature_alumni_ct.ds.inc | 2 ++ gsb_feature_alumni_ct.field_group.inc | 8 +++++--- gsb_feature_alumni_ct.strongarm.inc | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: update alumni name with program. gsb_feature_alumni_ct.ds.inc | 28 ++++------------------ gsb_feature_alumni_ct.features.field_instance.inc | 29 ++++++++++------------- gsb_feature_alumni_ct.field_group.inc | 2 +- 3 files changed, 18 insertions(+), 41 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: link alumni image to profile in related. gsb_feature_alumni_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5081: update custom field. gsb_feature_alumni_ct.ds.inc | 4 ++-- gsb_feature_alumni_ct.info | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_alumni_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field gsb_feature_alumni_ct.features.field_instance.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5081: update custom field. gsb_feature_alumni_ct.ds.inc | 4 ++-- gsb_feature_alumni_ct.features.field_instance.inc | 2 ++ gsb_feature_alumni_ct.info | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: export ds setting for new view mode. gsb_feature_alumni_ct.ds.inc | 67 +++++++++++++++++++ gsb_feature_alumni_ct.features.field_instance.inc | 78 +++++++++++++++++++++++ gsb_feature_alumni_ct.info | 5 +- gsb_feature_alumni_ct.strongarm.inc | 9 +++ 4 files changed, 158 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: Update the people fpp view mode wrapper. gsb_feature_alumni_ct.ds.inc | 14 +++++++--- gsb_feature_alumni_ct.features.field_instance.inc | 12 ++++----- gsb_feature_alumni_ct.field_group.inc | 32 +++++++++++++++++++++++ gsb_feature_alumni_ct.info | 3 ++- 4 files changed, 50 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: alumni people fpp settings. gsb_feature_alumni_ct.ds.inc | 106 +++++++++++++++++++--- gsb_feature_alumni_ct.features.field_instance.inc | 86 ++++++++++++++++++ gsb_feature_alumni_ct.info | 3 + gsb_feature_alumni_ct.strongarm.inc | 2 +- 4 files changed, 185 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4683: configure alumni display. gsb_feature_alumni_ct.ds.inc | 315 ++++++++++++++++++++++ gsb_feature_alumni_ct.features.field_instance.inc | 64 +++-- gsb_feature_alumni_ct.features.inc | 6 + gsb_feature_alumni_ct.field_group.inc | 110 ++++++++ gsb_feature_alumni_ct.info | 14 +- 5 files changed, 473 insertions(+), 36 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4683: configure alumni display. gsb_feature_alumni_ct.ds.inc | 315 ++++++++++++++++++++++ gsb_feature_alumni_ct.features.field_instance.inc | 64 +++-- gsb_feature_alumni_ct.features.inc | 6 + gsb_feature_alumni_ct.field_group.inc | 110 ++++++++ gsb_feature_alumni_ct.info | 15 +- 5 files changed, 474 insertions(+), 36 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4624 Add pattern code in feature for alumni ct gsb_feature_alumni_ct.info | 1 + gsb_feature_alumni_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4624 fix workbench access gsb_feature_alumni_ct.info | 3 +++ gsb_feature_alumni_ct.strongarm.inc | 14 ++++++++++++++ 2 files changed, 17 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4624 update for alumni ct gsb_feature_alumni_ct.features.inc | 32 +++++++ gsb_feature_alumni_ct.info | 13 +++ gsb_feature_alumni_ct.module | 4 +- gsb_feature_alumni_ct.strongarm.inc | 165 ++++++++++++++++++++++++++++++++++++ 4 files changed, 213 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4624 directory link field in new window gsb_feature_alumni_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4624 update field settings gsb_feature_alumni_ct.features.field_instance.inc | 22 +++++++++++++++------- gsb_feature_alumni_ct.info | 1 + 2 files changed, 16 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4624 add alumni content type gsb_feature_alumni_ct.features.field_instance.inc | 1128 +++++++++++++++++++++ gsb_feature_alumni_ct.info | 26 + gsb_feature_alumni_ct.module | 5 + 3 files changed, 1159 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_msx_fellows_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Enabled ajax at view level gsb_feature_msx_fellows_display.info | 2 +- gsb_feature_msx_fellows_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6230: add submit button and remove class. gsb_feature_msx_fellows_display.views_default.inc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6229 Added new a-z bar, search,states etc gsb_feature_msx_fellows_display.info | 3 +- gsb_feature_msx_fellows_display.module | 15 +- gsb_feature_msx_fellows_display.views_default.inc | 307 +++++++++++++++++++++- images/MSx_fellows.png | Bin 4 files changed, 320 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5733 Adding new regions to the filter for msx_fellows list view gsb_feature_msx_fellows_display.views_default.inc | 290 ++++++++++++++++++++++ 1 file changed, 290 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - MSx Fellows gsb_feature_msx_fellows_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - msx fellow gsb_feature_msx_fellows_display.views_default.inc | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_program_panelized_page_ct =========================================== view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7380 Adjusted how we build the fifth page title used by metatags gsb_feature_program_panelized_page_ct.module | 42 +++++++++++++--------------- 1 file changed, 20 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7380 Added handle of fifth page tiles to match the other ppp pages gsb_feature_program_panelized_page_ct.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7380 Added new token node:ppp-url-args gsb_feature_program_panelized_page_ct.module | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7327 Added H1 to faculty program panelized page gsb_feature_program_panelized_page_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7139 Changing text for the Participant Profile title gsb_feature_program_panelized_page_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7139 Changing page title based on PPP type gsb_feature_program_panelized_page_ct.module | 43 +++++++++++++++++++--------- 1 file changed, 29 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6973 Added alter to adjust title for curriculum, faculty and participant ppp pages. gsb_feature_program_panelized_page_ct.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6973 Added alter to adjust title for curriculum, faculty and participant ppp pages. gsb_feature_program_panelized_page_ct.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6973 Added alter to adjust title for curriculum, faculty and participant ppp pages. gsb_feature_program_panelized_page_ct.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6845 Changed layout from gsb-full-bleed-landing-page to gsb-full-bleed-page gsb_feature_program_panelized_page_ct.panelizer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6813 Pane changes related to the previous commit and its layout changes gsb_feature_program_panelized_page_ct.info | 4 +- ...feature_program_panelized_page_ct.panelizer.inc | 56 +--------------------- 2 files changed, 3 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6813 Changing the layout to be gsb-full-bleed-landing-page gsb_feature_program_panelized_page_ct.info | 2 +- gsb_feature_program_panelized_page_ct.panelizer.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6739 Added panelizer strongarm settings gsb_feature_program_panelized_page_ct.info | 8 +++-- ...feature_program_panelized_page_ct.panelizer.inc | 2 +- ...feature_program_panelized_page_ct.strongarm.inc | 41 ++++++++++++++++++++++ 3 files changed, 48 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6520 Set GSB widescreen as the default layout gsb_feature_program_panelized_page_ct.features.inc | 3 + gsb_feature_program_panelized_page_ct.info | 5 +- ...feature_program_panelized_page_ct.panelizer.inc | 101 +++++++++++++++++++++ 3 files changed, 108 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6337 Adding panelized setting for the ct gsb_feature_program_panelized_page_ct.info | 4 + ...feature_program_panelized_page_ct.strongarm.inc | 173 +++++++++++++++++++++ 2 files changed, 177 insertions(+) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6337 Initial commit for the Program Panelized Page CT ...m_panelized_page_ct.features.field_instance.inc | 68 ++++++++++++++++ gsb_feature_program_panelized_page_ct.features.inc | 32 ++++++++ gsb_feature_program_panelized_page_ct.info | 21 +++++ gsb_feature_program_panelized_page_ct.module | 7 ++ ...feature_program_panelized_page_ct.strongarm.inc | 95 ++++++++++++++++++++++ 5 files changed, 223 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_workbench =========================================== view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3681 Added test for empty gsb_feature_workbench.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3498 remove filter which shows only published content gsb_feature_workbench.views_default.inc | 5 ----- 1 file changed, 5 deletions(-)
=========================================== ./gsb_feature_offsite_school_story_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6089: update image to link to offsite link. ...ite_school_story_ct.features.field_instance.inc | 42 +++++++++++----------- gsb_feature_offsite_school_story_ct.info | 1 + 2 files changed, 22 insertions(+), 21 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrappers. gsb_feature_offsite_school_story_ct.ds.inc | 1 + ...ature_offsite_school_story_ct.features.field_instance.inc | 6 ++++++ gsb_feature_offsite_school_story_ct.field_group.inc | 12 ++++++++---- gsb_feature_offsite_school_story_ct.info | 1 + gsb_feature_offsite_school_story_ct.strongarm.inc | 7 +++++++ 5 files changed, 23 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5947: update field order. gsb_feature_offsite_school_story_ct.ds.inc | 22 +++++++++++----------- ...ite_school_story_ct.features.field_instance.inc | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5851: add pipe to source. gsb_feature_offsite_school_story_ct.ds.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5588: update date format. gsb_feature_offsite_school_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: configure compact and expanded view modes. gsb_feature_offsite_school_story_ct.ds.inc | 241 +++++++++++++++++++++ ...ite_school_story_ct.features.field_instance.inc | 201 ++++++++++++++++- ...feature_offsite_school_story_ct.field_group.inc | 64 ++++++ gsb_feature_offsite_school_story_ct.info | 6 + gsb_feature_offsite_school_story_ct.strongarm.inc | 15 ++ 5 files changed, 524 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_offsite_school_story_ct.info | 6 +++--- gsb_feature_offsite_school_story_ct.strongarm.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update the help text for image field ...ite_school_story_ct.features.field_instance.inc | 25 ++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4631 clear program field based on alumni mention gsb_feature_offsite_school_story_ct.module | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: italic source and media icon. gsb_feature_offsite_school_story_ct.ds.inc | 20 +++++++++++++++----- ...fsite_school_story_ct.features.field_instance.inc | 9 +++------ gsb_feature_offsite_school_story_ct.info | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_offsite_school_story_ct.ds.inc | 75 ++++++++++++++++++++ ...ite_school_story_ct.features.field_instance.inc | 81 ++++++++++++++++++++++ gsb_feature_offsite_school_story_ct.info | 3 + gsb_feature_offsite_school_story_ct.strongarm.inc | 9 +++ 4 files changed, 168 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4694 made program field mandate for offsite school story gsb_feature_offsite_school_story_ct.module | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mention for offsite school story gsb_feature_offsite_school_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single ...fsite_school_story_ct.features.field_instance.inc | 20 ++++++++++---------- gsb_feature_offsite_school_story_ct.field_group.inc | 2 +- gsb_feature_offsite_school_story_ct.info | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4532 update alumni mention section gsb_feature_offsite_school_story_ct.features.field_instance.inc | 8 ++++---- gsb_feature_offsite_school_story_ct.field_group.inc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy for offsite school story ct ...ite_school_story_ct.features.field_instance.inc | 4 +- ...feature_offsite_school_story_ct.field_group.inc | 82 +++++++++++++++++++++- gsb_feature_offsite_school_story_ct.info | 7 +- 3 files changed, 88 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4525 : Enable workbench moderation. gsb_feature_offsite_school_story_ct.info | 4 ++-- gsb_feature_offsite_school_story_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4378: Add Alt Text field to key image. gsb_feature_offsite_school_story_ct.features.field_instance.inc | 2 +- gsb_feature_offsite_school_story_ct.info | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4396: update the field group. gsb_feature_offsite_school_story_ct.ds.inc | 26 +++++++++++----------- ...feature_offsite_school_story_ct.field_group.inc | 22 +++++++++++++++++- 2 files changed, 34 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4361 update key image field gsb_feature_offsite_school_story_ct.features.field_instance.inc | 2 +- gsb_feature_offsite_school_story_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4310: export display update to pub source. gsb_feature_offsite_school_story_ct.ds.inc | 14 ++++++++++---- gsb_feature_offsite_school_story_ct.features.inc | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: teaser display settings. gsb_feature_offsite_school_story_ct.ds.inc | 139 +++++++++++++++++++++ ...ite_school_story_ct.features.field_instance.inc | 77 ++++++++---- ...feature_offsite_school_story_ct.field_group.inc | 16 ++- gsb_feature_offsite_school_story_ct.info | 3 + 4 files changed, 206 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4052: Add ability to create revisions and disable preview. gsb_feature_offsite_school_story_ct.info | 4 +++- gsb_feature_offsite_school_story_ct.strongarm.inc | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: export news listing display settings. gsb_feature_offsite_school_story_ct.ds.inc | 141 +++++++++++++++++++++ ...ite_school_story_ct.features.field_instance.inc | 95 ++++++++++++++ ...feature_offsite_school_story_ct.field_group.inc | 32 +++++ gsb_feature_offsite_school_story_ct.info | 3 + gsb_feature_offsite_school_story_ct.strongarm.inc | 2 +- 5 files changed, 272 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4185: export related to idea story. gsb_feature_offsite_school_story_ct.ds.inc | 117 +++++++++++++++++++++ ...ite_school_story_ct.features.field_instance.inc | 87 +++++++++++++++ gsb_feature_offsite_school_story_ct.features.inc | 3 + gsb_feature_offsite_school_story_ct.info | 4 + gsb_feature_offsite_school_story_ct.strongarm.inc | 63 ++++++++++- 5 files changed, 273 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3975 Added search field ...ite_school_story_ct.features.field_instance.inc | 61 ++++++++++++++++++++++ gsb_feature_offsite_school_story_ct.info | 2 + 2 files changed, 63 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Added field_related_faculty ...ite_school_story_ct.features.field_instance.inc | 107 +++++++++++---------- ...feature_offsite_school_story_ct.field_group.inc | 2 +- gsb_feature_offsite_school_story_ct.info | 2 +- gsb_feature_offsite_school_story_ct.strongarm.inc | 6 +- 4 files changed, 59 insertions(+), 58 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3986 Reordering of fields, and added form alter ...ite_school_story_ct.features.field_instance.inc | 28 ++++++++++++---------- ...feature_offsite_school_story_ct.field_group.inc | 2 +- gsb_feature_offsite_school_story_ct.module | 17 +++++++++++++ gsb_feature_offsite_school_story_ct.strongarm.inc | 4 ++-- 4 files changed, 36 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3986 Adding the new content type ...ite_school_story_ct.features.field_instance.inc | 693 +++++++++++++++++++++ gsb_feature_offsite_school_story_ct.features.inc | 34 + ...feature_offsite_school_story_ct.field_group.inc | 42 ++ gsb_feature_offsite_school_story_ct.info | 42 ++ gsb_feature_offsite_school_story_ct.module | 7 + gsb_feature_offsite_school_story_ct.strongarm.inc | 91 +++ 6 files changed, 909 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_video =========================================== view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_video.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3651: change video fpp layout. gsb_feature_video.ds.inc | 47 +++++++++++++++++++++++---- gsb_feature_video.features.field_instance.inc | 40 +++++------------------ 2 files changed, 48 insertions(+), 39 deletions(-)
=========================================== ./gsb_feature_people_fpp =========================================== view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6093 Added link to the image gsb_feature_people_fpp.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6174 add code for container class gsb_feature_people_fpp.module | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-6028 Added test if person_ref has been deleted gsb_feature_people_fpp.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5827: move staff title into other wrapper. gsb_feature_people_fpp.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5336 Added test for staff bundle, since the field_staff_item is only on staff ct gsb_feature_people_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5318: move the staff title into the other wrapper. gsb_feature_people_fpp.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 update the title display for people fpp gsb_feature_people_fpp.module | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 allow authors to selet title gsb_feature_people_fpp.module | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 link the staff profiles gsb_feature_people_fpp.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5203 check if referenced entity is empty gsb_feature_people_fpp.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4946 Link PhD and MSx to profiles gsb_feature_people_fpp.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4792: alumnus program degree should be part of link. gsb_feature_people_fpp.module | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4682: add wrappers to fields. gsb_feature_people_fpp.module | 57 +++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4682: link the alumni name. gsb_feature_people_fpp.module | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4682: add wrappers to fields. gsb_feature_people_fpp.module | 57 +++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4682: link the alumni name. gsb_feature_people_fpp.module | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4748 people fpp labels changes gsb_feature_people_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4684 swap position fields gsb_feature_people_fpp.module | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4684 map alumni related fields in people fpp gsb_feature_people_fpp.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - People: Name gsb_feature_people_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4684 swap position fields gsb_feature_people_fpp.module | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4684 map alumni related fields in people fpp gsb_feature_people_fpp.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - people fpp gsb_feature_people_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_people_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3669: Rename fields to show label and remove maxlength gsb_feature_people_fpp.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3669: Rename field labels for People FPP. gsb_feature_people_fpp.features.field_instance.inc | 18 ++++++++++++------ gsb_feature_people_fpp.info | 6 ++++++ 2 files changed, 18 insertions(+), 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3656: People FPP needs to respect visibility. gsb_feature_people_fpp.features.field_instance.inc | 6 +----- gsb_feature_people_fpp.module | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3552: Make the faculty name a link. gsb_feature_people_fpp.module | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3552: update markup. gsb_feature_people_fpp.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3618: Remove EVA and DS settings. gsb_feature_people_fpp.ds.inc | 133 --------------------- gsb_feature_people_fpp.features.field_instance.inc | 20 ++-- gsb_feature_people_fpp.info | 7 -- gsb_feature_people_fpp.strongarm.inc | 26 +--- gsb_feature_people_fpp.views_default.inc | 83 ------------- 5 files changed, 8 insertions(+), 261 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3618: Remove old people FPP approach. gsb_feature_people_fpp.module | 92 ------------------------------------------- 1 file changed, 92 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3618: Add new people FPP approach. gsb_feature_people_fpp.module | 115 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3351: Adjust field_person_field_visibility specific code. Move field from FC to People FPP. gsb_feature_people_fpp.features.field_instance.inc | 52 ++++++++++++++++++++++ gsb_feature_people_fpp.info | 10 +---- gsb_feature_people_fpp.module | 3 +- 3 files changed, 56 insertions(+), 9 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3551: Add People FPP preprocess for field collection. gsb_feature_people_fpp.ds.inc | 8 +- gsb_feature_people_fpp.features.field_instance.inc | 66 +++-------- gsb_feature_people_fpp.module | 51 +++++++++ gsb_feature_people_fpp.strongarm.inc | 14 ++- gsb_feature_people_fpp.views_default.inc | 121 ++++----------------- 5 files changed, 109 insertions(+), 151 deletions(-)
=========================================== ./gsb_feature_simplesaml ===========================================
=========================================== ./gsb_feature_alumni_reunion_session_ct =========================================== view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_alumni_reunion_session_ct.features.field_instance.inc | 1 + gsb_feature_alumni_reunion_session_ct.strongarm.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4773 removed the registration field title gsb_feature_alumni_reunion_session_ct.features.field_instance.inc | 2 +- gsb_feature_alumni_reunion_session_ct.info | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4749 alter title label gsb_feature_alumni_reunion_session_ct.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4749 add alumni reunion session ct ..._reunion_session_ct.features.field_instance.inc | 88 ++++++++++++++++++++ gsb_feature_alumni_reunion_session_ct.features.inc | 32 ++++++++ gsb_feature_alumni_reunion_session_ct.info | 22 +++++ gsb_feature_alumni_reunion_session_ct.module | 7 ++ ...feature_alumni_reunion_session_ct.strongarm.inc | 93 ++++++++++++++++++++++ 5 files changed, 242 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_topic_teaser_fpp =========================================== view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Insights: Topic Teaser gsb_feature_topic_teaser_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - topic teaser gsb_feature_topic_teaser_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_topic_teaser_fpp.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4193: export topic teaser display. ...ure_topic_teaser_fpp.features.defaultconfig.inc | 64 ++++++++++++++++++++++ gsb_feature_topic_teaser_fpp.features.inc | 3 + gsb_feature_topic_teaser_fpp.info | 5 ++ gsb_feature_topic_teaser_fpp.strongarm.inc | 53 ++++++++++++++++++ 4 files changed, 125 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4193: topic teaser display settings gsb_feature_topic_teaser_fpp.ds.inc | 89 ++++++++++++++++++++++ ...re_topic_teaser_fpp.features.field_instance.inc | 9 ++- gsb_feature_topic_teaser_fpp.features.inc | 14 ++++ gsb_feature_topic_teaser_fpp.info | 5 ++ gsb_feature_topic_teaser_fpp.module | 4 +- 5 files changed, 116 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3955 Removing use of hs_lite on field_topic in Topic Teaser FPP gsb_feature_topic_teaser_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-3955 add fields to topic teaser fpp ...re_topic_teaser_fpp.features.field_instance.inc | 146 +++++++++++++++++++++ gsb_feature_topic_teaser_fpp.info | 8 +- 2 files changed, 153 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-3955 add new topic teaser fpp gsb_feature_topic_teaser_fpp.info | 7 +++++++ gsb_feature_topic_teaser_fpp.module | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_publication_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6271 Turned ajax on at view level gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.module | 17 +++++++++++++++++ gsb_feature_publication_display.views_default.inc | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.views_default.inc | 34 +++++++++++++++++++---- 2 files changed, 29 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: We can use a parameter to not sanitize the title. See WP-5749. gsb_feature_publication_display.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. gsb_feature_publication_display.module | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_publication_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view display errors gsb_feature_publication_display.views_default.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5670 modified view to use entity reference to fix view mode issue gsb_feature_publication_display.info | 3 ++- gsb_feature_publication_display.views_default.inc | 8 +------- 2 files changed, 3 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Removed Display link and Display Comment checkboxes gsb_feature_publication_display.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5640 Fixed the field order.WP-5608 Fixed the view mode. gsb_feature_publication_display.info | 4 ++-- gsb_feature_publication_display.module | 13 ++++++++----- gsb_feature_publication_display.views_default.inc | 11 ++++++++--- 3 files changed, 18 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Added view display mode-compact and expanded gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.module | 17 +++ gsb_feature_publication_display.views_default.inc | 166 ++++++++++++++++++++-- 3 files changed, 173 insertions(+), 12 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5481 add view no result message gsb_feature_publication_display.views_default.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5479 fix the operator to AND for view filter gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 fix the view settings gsb_feature_publication_display.views_default.inc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 add circle to publication list gsb_feature_publication_display.views_default.inc | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_publication_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 fix the view settings gsb_feature_publication_display.views_default.inc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 add circle to publication list gsb_feature_publication_display.views_default.inc | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5476 Small adjustment is the weights for title and url fields gsb_feature_publication_display.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_publication_display.module | 45 +++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove See All footer gsb_feature_publication_display.views_default.inc | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5321 remove filter condition for Journal Article gsb_feature_publication_display.views_default.inc | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Publications:Multiple Criteria gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Publications gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - publications listing gsb_feature_publication_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - publications gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_publication_display.install | 18 ------------------ 1 file changed, 18 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4535 add exposed keywords field to publication cp gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.views_default.inc | 61 +++++++++++++++++++++-- 2 files changed, 57 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4530 help text for publication faculty author field gsb_feature_publication_display.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3814: Remove field_region_tid filter from Publication Filters view display. gsb_feature_publication_display.views_default.inc | 48 ----------------------- 1 file changed, 48 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3814 add region of interest to publications cp gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.views_default.inc | 118 +++++++++++++++------- 2 files changed, 84 insertions(+), 36 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3802 Added new exposed filter for publication_type gsb_feature_publication_display.info | 4 +- gsb_feature_publication_display.views_default.inc | 48 ++++++++++++++++++++++- 2 files changed, 49 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3626: Fix soring for Publication Filters view to match Publication Listing view. gsb_feature_publication_display.views_default.inc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3664: Add a modal delete link to views. gsb_feature_publication_display.views_default.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3626: Fix soring for Publication Filters view to match Publication Listing view. gsb_feature_publication_display.views_default.inc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3463: Publication listing should be filtered by journal article. gsb_feature_publication_display.views_default.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3464: Adjust titles of EVAs. gsb_feature_publication_display.views_default.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3464: Add Book chapters and Other publications EVAs. gsb_feature_publication_display.views_default.inc | 605 +++++++++++++++++++++- 1 file changed, 603 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3476: Fix missing 'a' in button label. gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.views_default.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3476: Change "Create new publication" button to "Create new journal article, book chapter, other". gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3442: Switch EVA show_on to single value. gsb_feature_publication_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3421: Remove messages header. gsb_feature_publication_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update publications eva/ gsb_feature_publication_display.views_default.inc | 86 +++++++++++------------ 1 file changed, 42 insertions(+), 44 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3346: Remove featured EVA. gsb_feature_publication_display.views_default.inc | 291 ---------------------- 1 file changed, 291 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3165: add field labels to eva. gsb_feature_publication_display.views_default.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-3123: Modify Faculty publications EVA to display Visible publications only, excluding Featured. Featured are displayed in a separate EVA. gsb_feature_publication_display.views_default.inc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: Remove table-level sort to respect sort handlers. gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: List EVA views by publication date. gsb_feature_publication_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3130: Unlink titles in EVA forms. gsb_feature_publication_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3089: change title to featured journals. gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3089: change title to featured journals. gsb_feature_publication_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3084: Add empty text to publication form EVA. gsb_feature_publication_display.views_default.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3089 Added new EVA Field Featured publication list gsb_feature_publication_display.views_default.inc | 291 ++++++++++++++++++++++ 1 file changed, 291 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3088: Add featured as a filter. gsb_feature_publication_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3088:Add support for visibiltiy in detail page of faculty. gsb_feature_publication_display.views_default.inc | 28 +++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2986: Allow the faculty member to set the visibilty. gsb_feature_publication_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3053: Adjust views for new options. gsb_feature_publication_display.info | 4 +- gsb_feature_publication_display.views_default.inc | 87 +++++++++++------------ 2 files changed, 43 insertions(+), 48 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2979 Added new view EVA Field Form gsb_feature_publication_display.views_default.inc | 167 ++++++++++++++++++++++ 1 file changed, 167 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2892: Only show unique records. gsb_feature_publication_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2900: Add month and day to sort. gsb_feature_publication_display.info | 2 +- gsb_feature_publication_display.views_default.inc | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2848: Publications pane exposed form adjustments. gsb_feature_publication_display.views_default.inc | 61 +++-------------------- 1 file changed, 6 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2837 Changed the help text, and cleaned up the order of the filter fields. gsb_feature_publication_display.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2802: Add Publications Listing views pane. gsb_feature_publication_display.info | 1 + gsb_feature_publication_display.views_default.inc | 265 ++++++++++++++++++++++ 2 files changed, 266 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2802: Add Publications Listing views pane. gsb_feature_publication_display.info | 1 + gsb_feature_publication_display.views_default.inc | 265 ++++++++++++++++++++++ 2 files changed, 266 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2825: rewrite fields to fix punctuation. gsb_feature_publication_display.views_default.inc | 82 ++++++++++++++++++++--- 1 file changed, 71 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: remove pager. gsb_feature_publication_display.views_default.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: switch view mode, add footer and class. gsb_feature_publication_display.views_default.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: remove pager. gsb_feature_publication_display.views_default.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2819 Removed first and last name non-faculty exposed filters gsb_feature_publication_display.views_default.inc | 98 ----------------------- 1 file changed, 98 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2827 Removed first and last name non-faculty exposed filters gsb_feature_publication_display.views_default.inc | 98 ----------------------- 1 file changed, 98 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2827 Override the dang Panopoly Magic'ness gsb_feature_publication_display.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2827 Altered the widget_title prefix to be 'Block Title' gsb_feature_publication_display.module | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: switch view mode, add footer and class. gsb_feature_publication_display.views_default.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2820 Change node filter to allow for a list of node ids gsb_feature_publication_display.views_default.inc | 72 ++++++++--------------- 1 file changed, 25 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2820 Added distinct for publication content pane gsb_feature_publication_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2795 Added sorting on pub year, month, and day gsb_feature_publication_display.views_default.inc | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2795 Added new Publications Content Pane gsb_feature_publication_display.info | 4 + gsb_feature_publication_display.views_default.inc | 511 ++++++++++++++++++++++ 2 files changed, 515 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2795 Added sorting on pub year, month, and day gsb_feature_publication_display.views_default.inc | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2793: update publication eva fields. gsb_feature_publication_display.views_default.inc | 111 +++++++++++++++++----- 1 file changed, 87 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2795 Added new Publications Content Pane gsb_feature_publication_display.info | 4 + gsb_feature_publication_display.views_default.inc | 511 ++++++++++++++++++++++ 2 files changed, 515 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2756: Remove load_more-based pager. gsb_feature_publication_display.info | 1 - gsb_feature_publication_display.views_default.inc | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2756: Add EVA view for publications gsb_feature_publication_display.features.inc | 12 +- gsb_feature_publication_display.info | 14 +- gsb_feature_publication_display.module | 10 - gsb_feature_publication_display.pages_default.inc | 161 ----- gsb_feature_publication_display.views_default.inc | 688 ++++++---------------- 5 files changed, 169 insertions(+), 716 deletions(-)
=========================================== ./gsb_feature_file_types =========================================== view commit - committer: Roopesh Naik, 5 months ago author: Roopesh Naik, 5 months ago WP-6693 move text equivalent code and update the text equivalent code field gsb_feature_file_types.ds.inc | 2 +- gsb_feature_file_types.module | 48 ------------------------------------------- 2 files changed, 1 insertion(+), 49 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago WP-6251 Add new view modes: 1_2_width_mini, 1_3_width_mini and full_width_mini gsb_feature_file_types.file_default_displays.inc | 767 +++++++++++++++++++++-- gsb_feature_file_types.info | 60 ++ 2 files changed, 784 insertions(+), 43 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago WP-6251 Add new view modes: 1_2_width_mini, 1_3_width_mini and full_width_mini gsb_feature_file_types.ds.inc | 27 +++++++++++++ gsb_feature_file_types.features.field_instance.inc | 45 ++++++++++++++++++++++ gsb_feature_file_types.file_default_displays.inc | 3 ++ gsb_feature_file_types.info | 3 ++ gsb_feature_file_types.strongarm.inc | 21 ++++++++++ 5 files changed, 99 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6065: configure the header display. gsb_feature_file_types.features.field_instance.inc | 33 ++++++++++++++-------- gsb_feature_file_types.strongarm.inc | 6 ++-- 2 files changed, 24 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6064 Adding header field file-resource_soundcloud-field_title gsb_feature_file_types.features.field_instance.inc | 147 ++++++++++++++++++++- gsb_feature_file_types.info | 1 + gsb_feature_file_types.strongarm.inc | 10 +- 3 files changed, 151 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5856 Changed image link to nothing gsb_feature_file_types.file_default_displays.inc | 2 +- gsb_feature_file_types.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5656: use figure and figcaption. gsb_feature_file_types.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5656 Replaced Div tags with span tags to fix the image float and text display gsb_feature_file_types.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5407 remove the extra p tag gsb_feature_file_types.ds.inc | 48 ++++--------------------------------------- 1 file changed, 4 insertions(+), 44 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5427 fix the view mode config gsb_feature_file_types.features.field_instance.inc | 4 +- gsb_feature_file_types.file_default_displays.inc | 226 +++++++++++++++++++++ gsb_feature_file_types.info | 20 ++ 3 files changed, 249 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5337 add image alt text gsb_feature_file_types.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 set field visibility for 1/2 width gsb_feature_file_types.features.field_instance.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago WP-5344: Set visibility for text equivalent field and link. gsb_feature_file_types.ds.inc | 60 ++++++++++++++-- gsb_feature_file_types.features.field_instance.inc | 84 +++++++++++++++------- gsb_feature_file_types.info | 2 +- 3 files changed, 117 insertions(+), 29 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 fix the rendering of the field gsb_feature_file_types.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 run the value through markdown filter gsb_feature_file_types.ds.inc | 38 ++++++-------------------------------- gsb_feature_file_types.module | 3 ++- 2 files changed, 8 insertions(+), 33 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 make link conditional for view modes gsb_feature_file_types.ds.inc | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 remove text format duplicate gsb_feature_file_types.features.filter.inc | 20 -------------------- gsb_feature_file_types.info | 1 - 2 files changed, 21 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 add functions to generate clean output for text eq gsb_feature_file_types.module | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 update the markup filters gsb_feature_file_types.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 add field and text format for text eq gsb_feature_file_types.ds.inc | 9 +- gsb_feature_file_types.features.field_instance.inc | 133 ++++++++++++++++++++- gsb_feature_file_types.features.filter.inc | 20 ++++ gsb_feature_file_types.info | 2 + gsb_feature_file_types.strongarm.inc | 11 +- 5 files changed, 168 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5345: add text equivalent custom field. gsb_feature_file_types.ds.inc | 95 ++++++++++++++++++++-- gsb_feature_file_types.features.field_instance.inc | 31 ++++--- gsb_feature_file_types.info | 1 + gsb_feature_file_types.strongarm.inc | 8 +- 4 files changed, 106 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago WP-5353: Update file types with new settings. gsb_feature_file_types.ds.inc | 9 + gsb_feature_file_types.features.field_instance.inc | 6 + gsb_feature_file_types.file_default_displays.inc | 472 ++++++++++++++++++++- gsb_feature_file_types.info | 46 +- gsb_feature_file_types.strongarm.inc | 7 + 5 files changed, 532 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Saving new settings for Classic and Visual SoundClound widget file types gsb_feature_file_types.file_default_displays.inc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Adding the preview view mode gsb_feature_file_types.file_default_displays.inc | 224 +++++++++++++++++++++++ gsb_feature_file_types.info | 20 ++ 2 files changed, 244 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Adding preview mode to display on overlay add and delete dialogs gsb_feature_file_types.features.field_instance.inc | 9 +++++++++ gsb_feature_file_types.strongarm.inc | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Adding new file type for soundcloud gsb_feature_file_types.features.field_instance.inc | 120 ++++ gsb_feature_file_types.file_default_displays.inc | 664 +++++++++++++++++++++ gsb_feature_file_types.file_type.inc | 9 + gsb_feature_file_types.info | 63 ++ gsb_feature_file_types.strongarm.inc | 95 +++ 5 files changed, 951 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5265: ds settings for sidebar resource. gsb_feature_file_types.ds.inc | 251 +++++++++++++++++++-- gsb_feature_file_types.features.field_instance.inc | 20 +- gsb_feature_file_types.strongarm.inc | 2 +- 3 files changed, 245 insertions(+), 28 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5281 enabled the resource icon gsb_feature_file_types.file_default_displays.inc | 407 +++++++++++++++++++++++ gsb_feature_file_types.info | 37 +++ 2 files changed, 444 insertions(+) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 add p tag for body field gsb_feature_file_types.ds.inc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 add the image and title field gsb_feature_file_types.ds.inc | 223 +++++++++++++++++- gsb_feature_file_types.features.field_instance.inc | 257 ++++++++++++++++++++- gsb_feature_file_types.info | 9 + gsb_feature_file_types.strongarm.inc | 20 +- 4 files changed, 493 insertions(+), 16 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 update the field for sidebar resource gsb_feature_file_types.ds.inc | 12 +- gsb_feature_file_types.features.field_instance.inc | 251 +++++++++------------ gsb_feature_file_types.info | 1 - gsb_feature_file_types.strongarm.inc | 16 +- 4 files changed, 132 insertions(+), 148 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 add the fields to sidebar resource gsb_feature_file_types.features.field_instance.inc | 567 ++++++++++++++++++++- gsb_feature_file_types.info | 7 + gsb_feature_file_types.strongarm.inc | 15 +- 3 files changed, 587 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 add a new resource type gsb_feature_file_types.ds.inc | 28 ++++++++ gsb_feature_file_types.features.field_instance.inc | 1 + gsb_feature_file_types.file_type.inc | 9 +++ gsb_feature_file_types.info | 6 +- gsb_feature_file_types.strongarm.inc | 78 ++++++++++++++++++++++ 5 files changed, 121 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for resource image gsb_feature_file_types.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-4543 change checkboxes to select list media center gsb_feature_file_types.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-4543 change checkboxes to select list media center gsb_feature_file_types.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-4975 fix the image size gsb_feature_file_types.file_default_displays.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4449 update field quote author gsb_feature_file_types.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4368 Adding new text formatter for image caption - image_resource_caption gsb_feature_file_types.features.filter.inc | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4368 Adding new text formatter for image caption - image_resource_caption gsb_feature_file_types.features.field_instance.inc | 12 ++++++++---- gsb_feature_file_types.info | 2 ++ 2 files changed, 10 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4368 change the formatter for image caption gsb_feature_file_types.features.field_instance.inc | 4 ++-- gsb_feature_file_types.info | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Setting the image styles for each of the resource images gsb_feature_file_types.file_default_displays.inc | 612 +++++++++++++++++++++++ gsb_feature_file_types.info | 55 ++ 2 files changed, 667 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Setting the image styles for each of the resource images gsb_feature_file_types.features.field_instance.inc | 6 ++++ gsb_feature_file_types.file_default_displays.inc | 40 ++++++++++++++++++++++ gsb_feature_file_types.info | 4 +++ 3 files changed, 50 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4314 Adding new file type resource_browser_preview gsb_feature_file_types.ds.inc | 9 ++++++ gsb_feature_file_types.features.field_instance.inc | 36 +++++++++++++++++++++ gsb_feature_file_types.info | 1 + gsb_feature_file_types.strongarm.inc | 37 ++++++++++++++++++++++ 4 files changed, 83 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4316 Added test for empty when checking for the bundle gsb_feature_file_types.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4316 Added code to set the class for callout-quotes gsb_feature_file_types.features.field_instance.inc | 6 +++++- gsb_feature_file_types.module | 23 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4304: Change caption field to plain text for Resources Image. gsb_feature_file_types.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4304: Change caption field to plain text for Resources Image. gsb_feature_file_types.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4316 Added test for empty when checking for the bundle gsb_feature_file_types.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4316 Added code to set the class for callout-quotes gsb_feature_file_types.features.field_instance.inc | 6 +++++- gsb_feature_file_types.module | 23 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4304: Add Alt text to image resource gsb_feature_file_types.features.field_instance.inc | 107 +++++++++++++++++++++ gsb_feature_file_types.info | 1 + 2 files changed, 108 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4202: Use resources_video_image_popup for 1/3 youtube videos. gsb_feature_file_types.file_default_displays.inc | 12 +++++++++++- gsb_feature_file_types.info | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4304: Add Alt text to image resource gsb_feature_file_types.features.field_instance.inc | 107 +++++++++++++++++++++ gsb_feature_file_types.info | 1 + 2 files changed, 108 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4202: Add view modes to resource_youtube. gsb_feature_file_types.features.field_instance.inc | 18 + gsb_feature_file_types.file_default_displays.inc | 746 ++++++++++++++++++++- gsb_feature_file_types.info | 71 +- gsb_feature_file_types.strongarm.inc | 21 + 4 files changed, 852 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago Fixed type in last commit. gsb_feature_file_types.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4246 Added a little empty checkin to avoid errors we were getting when recreating a feature. gsb_feature_file_types.module | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3993: export image display settings. gsb_feature_file_types.ds.inc | 212 ++++++++++++++++++++++++++++++++++++++++++ gsb_feature_file_types.info | 8 ++ 2 files changed, 220 insertions(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3993: export display suite settings. gsb_feature_file_types.ds.inc | 84 +++++++++++++++++++++++++++++++++++++++++++ gsb_feature_file_types.info | 2 ++ 2 files changed, 86 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4089: Add Resource Image view modes. gsb_feature_file_types.ds.inc | 27 +++++++++++++++++++++++++++ gsb_feature_file_types.info | 3 +++ 2 files changed, 30 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4077: Make Twitter URL and Callout fields required. gsb_feature_file_types.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years ago WP-4069: Add field_body and field_click_to_expand for Resource Image file type. gsb_feature_file_types.features.field_instance.inc | 199 +++++++++++++++++++++ gsb_feature_file_types.info | 2 + 2 files changed, 201 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4069: Add field_body and field_click_to_expand for Resource Image file type. gsb_feature_file_types.features.field_instance.inc | 199 +++++++++++++++++++++ gsb_feature_file_types.info | 2 + 2 files changed, 201 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years ago WP-4069: Switch image formatter to image_enlarge for resources image file type. gsb_feature_file_types.file_default_displays.inc | 39 ++++++++++++++++++++++-- gsb_feature_file_types.info | 3 ++ 2 files changed, 39 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4069: Switch image formatter to image_enlarge for resources image file type. gsb_feature_file_types.file_default_displays.inc | 39 ++++++++++++++++++++++-- gsb_feature_file_types.info | 3 ++ 2 files changed, 39 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4020: Remove Widget ID field from twitter resource file type. gsb_feature_file_types.features.field_instance.inc | 65 +--------------------- gsb_feature_file_types.info | 1 - gsb_feature_file_types.strongarm.inc | 9 +++ 3 files changed, 12 insertions(+), 63 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-3993: Add Resource Image view modes for 1/2, 1/3 and full-width images. gsb_feature_file_types.file_default_displays.inc | 37 +++++++++++++++++++-- gsb_feature_file_types.info | 7 ++++ gsb_feature_file_types.strongarm.inc | 42 ++++++++++++++++++++++-- 3 files changed, 82 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3944: Add bundle settings for resource file types. gsb_feature_file_types.info | 4 + gsb_feature_file_types.strongarm.inc | 255 +++++++++++++++++++++++++++++++++++ 2 files changed, 259 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3944: Add resources file types. gsb_feature_file_types.features.field_instance.inc | 356 +++++++++++++++++++++ gsb_feature_file_types.file_default_displays.inc | 102 +++++- gsb_feature_file_types.file_type.inc | 54 ++++ gsb_feature_file_types.info | 18 ++ 4 files changed, 525 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3861: Update features and remove overrides. gsb_feature_file_types.features.features_overrides.inc | 18 ------------------ gsb_feature_file_types.file_default_displays.inc | 17 ++++++++++++++--- gsb_feature_file_types.info | 2 +- 3 files changed, 15 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3845: Add updated file types. gsb_feature_file_types.features.field_instance.inc | 16 + gsb_feature_file_types.features.inc | 26 -- gsb_feature_file_types.file_default_displays.inc | 465 +++++++++++++++++++-- gsb_feature_file_types.info | 45 +- 4 files changed, 497 insertions(+), 55 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3747: Remove legacy file_image formatter that became hidden (by Media team) and creates problems with invisible settings. gsb_feature_file_types.file_default_displays.inc | 164 ----------------------- gsb_feature_file_types.info | 14 -- 2 files changed, 178 deletions(-) view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago WP-2336 Fix dptych video image style gsb_feature_file_types.file_default_displays.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_publication_ct =========================================== view commit - committer: Greg Mercer (GBear), 34 hours ago author: Greg Mercer (GBear), 34 hours ago WP-7556 Added new option for publication_type - "Core Concept" gsb_feature_publication_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. ...ture_publication_ct.features.field_instance.inc | 59 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 2 +- 2 files changed, 31 insertions(+), 30 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-5913: update teaser and featured card with pub info. gsb_feature_publication_ct.ds.inc | 198 +++++++++++++++-- ...ture_publication_ct.features.field_instance.inc | 238 +++++++++++++-------- gsb_feature_publication_ct.field_group.inc | 136 +++++++++++- gsb_feature_publication_ct.info | 4 + gsb_feature_publication_ct.strongarm.inc | 4 +- 5 files changed, 466 insertions(+), 114 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrappers. ...ture_publication_ct.features.field_instance.inc | 7 ++----- gsb_feature_publication_ct.field_group.inc | 24 +++++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago More field group related changes gsb_feature_publication_ct.ds.inc | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago Removed class field-group-fieldset gsb_feature_publication_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago Changed formatter from collapsible to open gsb_feature_publication_ct.field_group.inc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Adding classes for group_wrapper_published field group gsb_feature_publication_ct.field_group.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6027 Added classes for published and links field groups gsb_feature_publication_ct.field_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6027 Adding classes to the compact and expanded ds views modes gsb_feature_publication_ct.ds.inc | 18 +++++++++--------- gsb_feature_publication_ct.field_group.inc | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago Re-exporting group-wrapper-topics and group-wrapper-commas gsb_feature_publication_ct.ds.inc | 88 +++++++++++----------- ...ture_publication_ct.features.field_instance.inc | 36 +++++---- gsb_feature_publication_ct.field_group.inc | 31 +++++--- gsb_feature_publication_ct.strongarm.inc | 8 +- 4 files changed, 92 insertions(+), 71 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_publication_ct.ds.inc | 68 +++++++++--------- ...ture_publication_ct.features.field_instance.inc | 80 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 68 +++++++++++++++++- gsb_feature_publication_ct.info | 2 + gsb_feature_publication_ct.strongarm.inc | 4 +- 5 files changed, 146 insertions(+), 76 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add additional class. gsb_feature_publication_ct.ds.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add publication type. gsb_feature_publication_ct.ds.inc | 90 +++++++++++++------- ...ture_publication_ct.features.field_instance.inc | 96 ++++++++++++---------- gsb_feature_publication_ct.field_group.inc | 4 +- gsb_feature_publication_ct.strongarm.inc | 4 +- 4 files changed, 116 insertions(+), 78 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Changing circle topic to use hs-lite gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Adding invisible states and changing help text ...eature_publication_ct.features.field_instance.inc | 4 ++-- gsb_feature_publication_ct.module | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Adding new field field_circle_topics ...ture_publication_ct.features.field_instance.inc | 83 ++++++++++++++++++++++ gsb_feature_publication_ct.field_group.inc | 1 + gsb_feature_publication_ct.info | 2 + 3 files changed, 86 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5863 Set the publication_type options to only a specific set of values. gsb_feature_publication_ct.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_publication_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5453: configure compact, expanded, update commas across content type. gsb_feature_publication_ct.ds.inc | 456 +++++++++++++++++---- ...ture_publication_ct.features.field_instance.inc | 274 +++++++++---- gsb_feature_publication_ct.field_group.inc | 226 +++++++++- gsb_feature_publication_ct.info | 8 + gsb_feature_publication_ct.strongarm.inc | 4 +- 5 files changed, 784 insertions(+), 184 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Adding compact and expanded view modes gsb_feature_publication_ct.ds.inc | 60 +++- ...ture_publication_ct.features.field_instance.inc | 340 ++++++++++++++++++++- gsb_feature_publication_ct.field_group.inc | 6 +- gsb_feature_publication_ct.info | 3 + gsb_feature_publication_ct.strongarm.inc | 14 + 5 files changed, 409 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update comma. gsb_feature_publication_ct.ds.inc | 2 +- gsb_feature_publication_ct.features.field_instance.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: update publication teaser. gsb_feature_publication_ct.ds.inc | 8 +++- ...ture_publication_ct.features.field_instance.inc | 54 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 7 +-- gsb_feature_publication_ct.strongarm.inc | 2 +- 4 files changed, 37 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5423 Allowed user to open links in new window gsb_feature_publication_ct.features.field_instance.inc | 2 +- gsb_feature_publication_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move the files field inside related block gsb_feature_publication_ct.features.field_instance.inc | 2 +- gsb_feature_publication_ct.field_group.inc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5385 enable description for JABCO gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update comma. gsb_feature_publication_ct.ds.inc | 2 +- gsb_feature_publication_ct.features.field_instance.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago Merge remote-tracking branch 'origin/WP-5423' into release-5.05 view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5423 Allowed user to open links in new window gsb_feature_publication_ct.features.field_instance.inc | 2 +- gsb_feature_publication_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move the files field inside related block gsb_feature_publication_ct.features.field_instance.inc | 2 +- gsb_feature_publication_ct.field_group.inc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5385 enable description for JABCO gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: update publication teaser. gsb_feature_publication_ct.ds.inc | 8 +++- ...ture_publication_ct.features.field_instance.inc | 54 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 7 +-- gsb_feature_publication_ct.strongarm.inc | 2 +- 4 files changed, 37 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Updating label for field_person_ref_unlimited gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5372 Added gsb_feature_base_fields_faculty_authors under the Related right side bar gsb_feature_publication_ct.ds.inc | 64 +++++++++++----------- ...ture_publication_ct.features.field_instance.inc | 10 ++-- gsb_feature_publication_ct.field_group.inc | 3 +- gsb_feature_publication_ct.strongarm.inc | 4 +- 4 files changed, 42 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5364 Added new file extensions for field_file_unlimited_public gsb_feature_publication_ct.features.field_instance.inc | 2 +- gsb_feature_publication_ct.info | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5364 Added new file extensions for field_file_unlimited_public gsb_feature_publication_ct.features.field_instance.inc | 2 +- gsb_feature_publication_ct.info | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: configure related sidebar for JABCO detail pages. gsb_feature_publication_ct.ds.inc | 161 +++++++++++++++++---- ...ture_publication_ct.features.field_instance.inc | 70 ++++----- gsb_feature_publication_ct.field_group.inc | 38 ++++- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 28 +++- 5 files changed, 228 insertions(+), 70 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5308 add related content fields ...ture_publication_ct.features.field_instance.inc | 414 +++++++++++++++++++++ gsb_feature_publication_ct.field_group.inc | 34 +- gsb_feature_publication_ct.info | 6 + gsb_feature_publication_ct.strongarm.inc | 2 +- 4 files changed, 453 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_publication_ct.features.field_instance.inc | 1 + gsb_feature_publication_ct.info | 6 +++--- gsb_feature_publication_ct.strongarm.inc | 7 +++++++ 3 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field ...ture_publication_ct.features.field_instance.inc | 73 ---------------------- gsb_feature_publication_ct.info | 7 +-- 2 files changed, 3 insertions(+), 77 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4737: update date fields. gsb_feature_publication_ct.ds.inc | 126 ++------------------------------------ gsb_feature_publication_ct.info | 1 + 2 files changed, 7 insertions(+), 120 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mention for publication ct gsb_feature_publication_ct.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single ...ture_publication_ct.features.field_instance.inc | 32 ++++++++++++---------- gsb_feature_publication_ct.field_group.inc | 6 ++-- gsb_feature_publication_ct.info | 2 +- gsb_feature_publication_ct.strongarm.inc | 4 +-- 4 files changed, 24 insertions(+), 20 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 update group regions of interest gsb_feature_publication_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 add field group info gsb_feature_publication_ct.field_group.inc | 135 +++++++++++++++++++++++++++++ gsb_feature_publication_ct.info | 5 ++ 2 files changed, 140 insertions(+) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy for JABCO ...eature_publication_ct.features.field_instance.inc | 10 +++++----- gsb_feature_publication_ct.field_group.inc | 20 +++++++------------- gsb_feature_publication_ct.info | 2 +- 3 files changed, 13 insertions(+), 19 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4521 remove taxonomy from jabco ct ...ture_publication_ct.features.field_instance.inc | 186 --------------------- gsb_feature_publication_ct.info | 6 +- 2 files changed, 2 insertions(+), 190 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4518 Changes related to using filefield_paths module ...feature_publication_ct.features.field_instance.inc | 19 +++++++++++++++++++ gsb_feature_publication_ct.features.inc | 1 + gsb_feature_publication_ct.info | 1 + 3 files changed, 21 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4045: add spaces and comma to date. gsb_feature_publication_ct.ds.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to jabco. gsb_feature_publication_ct.ds.inc | 103 +++++++++++++-------- ...ture_publication_ct.features.field_instance.inc | 2 +- 2 files changed, 66 insertions(+), 39 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to jabco. gsb_feature_publication_ct.ds.inc | 103 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4046: add date wrapper. gsb_feature_publication_ct.field_group.inc | 33 ++++++++++++++++++++++++++++++ gsb_feature_publication_ct.info | 1 + 2 files changed, 34 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4045: add spaces and comma to date. gsb_feature_publication_ct.ds.inc | 3 ++- gsb_feature_publication_ct.features.field_instance.inc | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update publication related content display. gsb_feature_publication_ct.ds.inc | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to jabco. gsb_feature_publication_ct.ds.inc | 103 ++++++++++++ ...ture_publication_ct.features.field_instance.inc | 174 +++++++++++++++++++++ gsb_feature_publication_ct.info | 2 + gsb_feature_publication_ct.strongarm.inc | 7 + 4 files changed, 286 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4099 Added field_region_of_interest to search field gsb_feature_publication_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-3818: Remove region and salutation fields. ...ture_publication_ct.features.field_instance.inc | 159 --------------------- gsb_feature_publication_ct.info | 1 - 2 files changed, 160 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4046: add date wrapper. ...ture_publication_ct.features.field_instance.inc | 12 ++++++++ gsb_feature_publication_ct.field_group.inc | 33 ++++++++++++++++++++++ gsb_feature_publication_ct.info | 1 + 3 files changed, 46 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4045: add spaces and comma to date. gsb_feature_publication_ct.ds.inc | 3 ++- gsb_feature_publication_ct.features.field_instance.inc | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4030: Remove old alumni mention fields validation. gsb_feature_publication_ct.module | 45 --------------------------------------- 1 file changed, 45 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4030: Remove old alumni mention fields validation. gsb_feature_publication_ct.module | 45 --------------------------------------- 1 file changed, 45 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4030: Remove old alumni mention fields validation. gsb_feature_publication_ct.module | 45 --------------------------------------- 1 file changed, 45 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update publication related content display. gsb_feature_publication_ct.ds.inc | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Modify Alumni Story fields in Publication CT. ...ture_publication_ct.features.field_instance.inc | 313 +-------------------- gsb_feature_publication_ct.field_group.inc | 41 +-- gsb_feature_publication_ct.info | 6 - 3 files changed, 13 insertions(+), 347 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add region of interest to jabco ...ture_publication_ct.features.field_instance.inc | 63 +++++++++++++++++++++- gsb_feature_publication_ct.field_group.inc | 1 + gsb_feature_publication_ct.info | 3 ++ 3 files changed, 65 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update publication related content display. gsb_feature_publication_ct.ds.inc | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Modify Alumni Story fields in Publication CT. ...ture_publication_ct.features.field_instance.inc | 289 +-------------------- gsb_feature_publication_ct.field_group.inc | 41 +-- gsb_feature_publication_ct.info | 6 - 3 files changed, 13 insertions(+), 323 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related to idea story view mode to JABCO. gsb_feature_publication_ct.ds.inc | 73 ++++++++ ...ture_publication_ct.features.field_instance.inc | 191 +++++++++++++++++++++ gsb_feature_publication_ct.info | 2 + gsb_feature_publication_ct.strongarm.inc | 7 + 4 files changed, 273 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to jabco. gsb_feature_publication_ct.ds.inc | 103 ++++++++++ ...ture_publication_ct.features.field_instance.inc | 210 +++++++++++++++++++++ gsb_feature_publication_ct.info | 2 + gsb_feature_publication_ct.strongarm.inc | 7 + 4 files changed, 322 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add region of interest to jabco ...ture_publication_ct.features.field_instance.inc | 63 +++++++++++++++++++++- gsb_feature_publication_ct.field_group.inc | 1 + gsb_feature_publication_ct.info | 3 ++ 3 files changed, 65 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Modify Alumni Story fields in Publication CT. ...ture_publication_ct.features.field_instance.inc | 356 +-------------------- gsb_feature_publication_ct.field_group.inc | 41 +-- gsb_feature_publication_ct.info | 6 - 3 files changed, 13 insertions(+), 390 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to jabco. gsb_feature_publication_ct.ds.inc | 103 ++++++ ...ture_publication_ct.features.field_instance.inc | 401 +++++++++++++++++++++ gsb_feature_publication_ct.info | 2 + gsb_feature_publication_ct.strongarm.inc | 14 + 4 files changed, 520 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add field region of interest to Jabco gsb_feature_publication_ct.features.field_base.inc | 48 +++++++++++++++++ ...ture_publication_ct.features.field_instance.inc | 63 +++++++++++++++++++++- gsb_feature_publication_ct.features.taxonomy.inc | 21 ++++++++ gsb_feature_publication_ct.field_group.inc | 1 + gsb_feature_publication_ct.info | 7 ++- 5 files changed, 136 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related to idea story view mode to JABCO. gsb_feature_publication_ct.ds.inc | 73 ++++++++ ...ture_publication_ct.features.field_instance.inc | 191 +++++++++++++++++++++ gsb_feature_publication_ct.info | 2 + gsb_feature_publication_ct.strongarm.inc | 7 + 4 files changed, 273 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3818 remove region field from feature ...ture_publication_ct.features.field_instance.inc | 81 ---------------------- gsb_feature_publication_ct.info | 3 +- 2 files changed, 1 insertion(+), 83 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add region of interest to JABCO ...ture_publication_ct.features.field_instance.inc | 56 +++++++++++++++++++++- gsb_feature_publication_ct.field_group.inc | 1 + gsb_feature_publication_ct.info | 3 +- 3 files changed, 57 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. ...ture_publication_ct.features.field_instance.inc | 30 ++++++++++++++++++++++ gsb_feature_publication_ct.info | 4 +-- 2 files changed, 32 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3609 Added search fields gsb_feature_publication_ct.features.field_instance.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3609 Added search fields gsb_feature_publication_ct.features.field_instance.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3606 Changed node presave to only add academic areas if there are none set gsb_feature_publication_ct.module | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3619: change download field type. gsb_feature_publication_ct.ds.inc | 18 +++++++++--------- gsb_feature_publication_ct.features.field_instance.inc | 12 +++++------- 2 files changed, 14 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3568 Changed help text to match document gsb_feature_publication_ct.features.field_instance.inc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3549 Moved Publication Type selector above Article Title gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- gsb_feature_publication_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3460 update the publication ct gsb_feature_publication_ct.features.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3460 rename publications ct gsb_feature_publication_ct.features.inc | 4 ++-- gsb_feature_publication_ct.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3460 update the publication ct gsb_feature_publication_ct.features.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3462: Hide/show fields in form depending on type chosen gsb_feature_publication_ct.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3461: Create Publication Type radiobox Field ...ture_publication_ct.features.field_instance.inc | 82 +++++++++++++++++++--- gsb_feature_publication_ct.field_group.inc | 8 +-- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 6 +- 4 files changed, 81 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3470 move pdf field above abstract gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- gsb_feature_publication_ct.field_group.inc | 8 ++++---- gsb_feature_publication_ct.strongarm.inc | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3485: Make month default to none. gsb_feature_publication_ct.features.field_instance.inc | 6 +----- gsb_feature_publication_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Remove help text for Publication CT. gsb_feature_publication_ct.module | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3470 move pdf field above abstract gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- gsb_feature_publication_ct.field_group.inc | 8 ++++---- gsb_feature_publication_ct.info | 2 +- gsb_feature_publication_ct.strongarm.inc | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3460 rename publications ct gsb_feature_publication_ct.features.inc | 4 ++-- gsb_feature_publication_ct.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3394: update field order. gsb_feature_publication_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3394: update field order. gsb_feature_publication_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3435: add wysiwyg class. gsb_feature_publication_ct.ds.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3400: Allow formatting in abstract field inside of publications. gsb_feature_publication_ct.features.field_instance.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3400: Allow formatting in abstract field inside of publications. gsb_feature_publication_ct.features.field_instance.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3394: update field group wrapper. gsb_feature_publication_ct.field_group.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3394: change field order. gsb_feature_publication_ct.field_group.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update publication view modes. gsb_feature_publication_ct.ds.inc | 87 +++++++++++----------- ...ture_publication_ct.features.field_instance.inc | 39 +++++----- gsb_feature_publication_ct.field_group.inc | 22 +++--- 3 files changed, 77 insertions(+), 71 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3337 Removing field_pub_date_month ...ture_publication_ct.features.field_instance.inc | 73 +--------------------- gsb_feature_publication_ct.info | 1 - 2 files changed, 1 insertion(+), 73 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added field_month ...ture_publication_ct.features.field_instance.inc | 148 ++++++++++----------- gsb_feature_publication_ct.field_group.inc | 7 +- gsb_feature_publication_ct.info | 2 +- gsb_feature_publication_ct.strongarm.inc | 6 +- 4 files changed, 76 insertions(+), 87 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. gsb_feature_publication_ct.features.field_instance.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. ...eature_publication_ct.features.field_instance.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3163-1 Label and help text changes ...ture_publication_ct.features.field_instance.inc | 149 +++++++++++++-------- gsb_feature_publication_ct.features.inc | 2 +- gsb_feature_publication_ct.field_group.inc | 20 +-- gsb_feature_publication_ct.module | 7 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 116 insertions(+), 64 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3230: Relabel Author add/remove buttons. gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3230: Relabel Author add/remove buttons. ...ture_publication_ct.features.field_instance.inc | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3229: Rename Authors field label to Authors & Co-Authors in Publication CT. ...ture_publication_ct.features.field_instance.inc | 68 +++++++++++++++++++++- 1 file changed, 66 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3165: update labels on detail, listing and view content pane. gsb_feature_publication_ct.ds.inc | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-2963: Remove second asterisk on Publication Year. gsb_feature_publication_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3267: Add publication date field. ...ture_publication_ct.features.field_instance.inc | 87 ++++++++++++++++++++-- gsb_feature_publication_ct.field_group.inc | 8 +- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 8 +- 4 files changed, 89 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3204: Move faculty role specific code to gsb_faculty_role.module. gsb_feature_publication_ct.module | 18 ------------------ 1 file changed, 18 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3204: Move faculty role specific code to gsb_faculty_role.module. gsb_feature_publication_ct.module | 18 ------------------ 1 file changed, 18 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_feature_publication_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3163 More form cleanup. New field labels ...ture_publication_ct.features.field_instance.inc | 28 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 7 +++--- 2 files changed, 18 insertions(+), 17 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3128: Hide specific fields on the publications form for faculty role. gsb_feature_publication_ct.module | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3113: Publication fields Volume, Issue, and Pages are now 12 characters wide. gsb_feature_publication_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. README.md | 0 gsb_feature_publication_ct.ds.inc | 0 ...ture_publication_ct.features.field_instance.inc | 73 +++++++++++++++++++--- gsb_feature_publication_ct.features.inc | 0 gsb_feature_publication_ct.field_group.inc | 8 +-- gsb_feature_publication_ct.info | 5 +- gsb_feature_publication_ct.module | 0 gsb_feature_publication_ct.strongarm.inc | 6 +- 8 files changed, 74 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3163 Added a little bit more help text gsb_feature_publication_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3163 Rearranged fields and add help text ...ture_publication_ct.features.field_instance.inc | 105 +++++++++++---------- gsb_feature_publication_ct.field_group.inc | 8 +- gsb_feature_publication_ct.strongarm.inc | 8 +- 3 files changed, 63 insertions(+), 58 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2989 Moved some of form alter to be handled in the base field. gsb_feature_publication_ct.module | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Added test of node type to be publication. gsb_feature_publication_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Added hook for presave node. gsb_feature_publication_ct.module | 96 +++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Cleaning up the code after testing. gsb_feature_publication_ct.module | 103 +++----------------------------------- 1 file changed, 8 insertions(+), 95 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Small changes related to testing results. gsb_feature_publication_ct.module | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Initial checkin for this, just to save off my work so far. gsb_feature_publication_ct.module | 146 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Added test of node type to be publication. gsb_feature_publication_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Added hook for presave node. gsb_feature_publication_ct.module | 96 +++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2956: add comma separation. gsb_feature_publication_ct.ds.inc | 35 ++++++++--------- ...ture_publication_ct.features.field_instance.inc | 10 ++--- gsb_feature_publication_ct.field_group.inc | 45 +++++++++++++++++----- gsb_feature_publication_ct.info | 1 + 4 files changed, 59 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Cleaning up the code after testing. gsb_feature_publication_ct.module | 103 +++----------------------------------- 1 file changed, 8 insertions(+), 95 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Small changes related to testing results. gsb_feature_publication_ct.module | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2919 Initial checkin for this, just to save off my work so far. gsb_feature_publication_ct.module | 146 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2930: Enforce per-view mode settings for extra fields on publications. gsb_feature_publication_ct.strongarm.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2906: add comma separation. gsb_feature_publication_ct.features.field_instance.inc | 5 +++-- gsb_feature_publication_ct.strongarm.inc | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2871: add new field group to displays. gsb_feature_publication_ct.ds.inc | 84 +++++++------- ...ture_publication_ct.features.field_instance.inc | 54 ++++----- gsb_feature_publication_ct.field_group.inc | 127 +++++++++++++++++++-- gsb_feature_publication_ct.info | 3 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 194 insertions(+), 76 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2862: Add Authors field to searchable fields. ...ture_publication_ct.features.field_instance.inc | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2871: add new field group to displays. gsb_feature_publication_ct.ds.inc | 84 +++++++------- ...ture_publication_ct.features.field_instance.inc | 54 ++++----- gsb_feature_publication_ct.field_group.inc | 127 +++++++++++++++++++-- gsb_feature_publication_ct.info | 3 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 194 insertions(+), 76 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2870 Removed workbench section field gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2870 Removed workbench section field gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2862: Add Authors field to searchable fields. ...ture_publication_ct.features.field_instance.inc | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2840: Change Publication URL Alias pattern. gsb_feature_publication_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2831-1 Attempt to remove the group_publication_details field group gsb_feature_publication_ct.ds.inc | 20 +++++++------------- gsb_feature_publication_ct.field_group.inc | 1 - 2 files changed, 7 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2831-1 Attempt to remove the group_publication_details field group gsb_feature_publication_ct.ds.inc | 102 ++++++------- ...ture_publication_ct.features.field_instance.inc | 126 ++++++++-------- gsb_feature_publication_ct.field_group.inc | 160 +++------------------ gsb_feature_publication_ct.info | 7 +- gsb_feature_publication_ct.strongarm.inc | 17 ++- 5 files changed, 148 insertions(+), 264 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2839: add wrapper for featured journals. gsb_feature_publication_ct.ds.inc | 24 +++++++------ ...ture_publication_ct.features.field_instance.inc | 40 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 36 +++++++++++++++++-- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 69 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2839: add wrapper for featured journals. gsb_feature_publication_ct.ds.inc | 24 +++++++------ ...ture_publication_ct.features.field_instance.inc | 40 +++++++++++----------- gsb_feature_publication_ct.field_group.inc | 36 +++++++++++++++++-- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 69 insertions(+), 34 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2731: Make Alumni Mentioned checkboxes as hardcoded markup to avoid states.js bug. gsb_feature_publication_ct.module | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2790: update listing settings. gsb_feature_publication_ct.ds.inc | 40 ++++++++++++++++++---- ...ture_publication_ct.features.field_instance.inc | 10 ++---- 2 files changed, 36 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2790: update listing settings. gsb_feature_publication_ct.ds.inc | 40 ++++++++++++++++++---- ...ture_publication_ct.features.field_instance.inc | 10 ++---- 2 files changed, 36 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2831 Changed to set data to an empty array gsb_feature_publication_ct.field_group.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: add convert to month. gsb_feature_publication_ct.ds.inc | 24 ++++++++++++++++++---- ...ture_publication_ct.features.field_instance.inc | 20 ++++++------------ gsb_feature_publication_ct.field_group.inc | 5 +---- gsb_feature_publication_ct.strongarm.inc | 4 ++++ 4 files changed, 31 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: add convert to month. gsb_feature_publication_ct.ds.inc | 24 ++++++++++++++++++---- ...ture_publication_ct.features.field_instance.inc | 20 ++++++------------ gsb_feature_publication_ct.field_group.inc | 5 +---- gsb_feature_publication_ct.strongarm.inc | 4 ++++ 4 files changed, 31 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: add wrapper for document links. gsb_feature_publication_ct.ds.inc | 36 ++++++++++++---------- ...ture_publication_ct.features.field_instance.inc | 34 ++++++++++---------- gsb_feature_publication_ct.field_group.inc | 34 +++++++++++++++++++- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 71 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: change wrapper and add authors. gsb_feature_publication_ct.ds.inc | 40 +++++++++++----------- ...ture_publication_ct.features.field_instance.inc | 38 ++++++++++---------- gsb_feature_publication_ct.field_group.inc | 28 +++++++++++++++ gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 69 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: add faculty authors on right. gsb_feature_publication_ct.ds.inc | 38 ++++++++++++---------- ...ture_publication_ct.features.field_instance.inc | 34 +++++++++---------- gsb_feature_publication_ct.strongarm.inc | 9 ++++- 3 files changed, 46 insertions(+), 35 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: link authors and include by label on detail. gsb_feature_publication_ct.ds.inc | 2 ++ gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: export publication display suite config. gsb_feature_publication_ct.ds.inc | 537 +++++++++++--- ...ture_publication_ct.features.field_instance.inc | 803 +++++++++++++++------ gsb_feature_publication_ct.field_group.inc | 152 ++-- gsb_feature_publication_ct.info | 11 +- gsb_feature_publication_ct.strongarm.inc | 51 +- 5 files changed, 1163 insertions(+), 391 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: add wrapper for document links. gsb_feature_publication_ct.ds.inc | 36 ++++++++++++---------- ...ture_publication_ct.features.field_instance.inc | 34 ++++++++++---------- gsb_feature_publication_ct.field_group.inc | 34 +++++++++++++++++++- gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 71 insertions(+), 36 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: change wrapper and add authors. gsb_feature_publication_ct.ds.inc | 40 +++++++++++----------- ...ture_publication_ct.features.field_instance.inc | 38 ++++++++++---------- gsb_feature_publication_ct.field_group.inc | 28 +++++++++++++++ gsb_feature_publication_ct.info | 1 + gsb_feature_publication_ct.strongarm.inc | 2 +- 5 files changed, 69 insertions(+), 40 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: add faculty authors on right. gsb_feature_publication_ct.ds.inc | 38 ++++++++++++---------- ...ture_publication_ct.features.field_instance.inc | 34 +++++++++---------- gsb_feature_publication_ct.strongarm.inc | 9 ++++- 3 files changed, 46 insertions(+), 35 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2822: Opt into the gsb_feature_base_fields_faculty_authors display. gsb_feature_publication_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: link authors and include by label on detail. gsb_feature_publication_ct.ds.inc | 2 ++ gsb_feature_publication_ct.features.field_instance.inc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2791: export publication display suite config. gsb_feature_publication_ct.ds.inc | 537 +++++++++++--- ...ture_publication_ct.features.field_instance.inc | 803 +++++++++++++++------ gsb_feature_publication_ct.field_group.inc | 152 ++-- gsb_feature_publication_ct.info | 11 +- gsb_feature_publication_ct.strongarm.inc | 51 +- 5 files changed, 1163 insertions(+), 391 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2822: Opt into the gsb_feature_base_fields_faculty_authors display. gsb_feature_publication_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2775: Add asterisk for Publication Date Year field. gsb_feature_publication_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2761: Change Publication Date Month/Day to Month and Day separate fields. Rearrange taxonomy fields. README.md | 0 gsb_feature_publication_ct.ds.inc | 0 ...ture_publication_ct.features.field_instance.inc | 113 +++++++--- gsb_feature_publication_ct.features.inc | 2 +- gsb_feature_publication_ct.field_group.inc | 230 ++------------------- gsb_feature_publication_ct.info | 10 +- gsb_feature_publication_ct.strongarm.inc | 4 +- 7 files changed, 109 insertions(+), 250 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2760: Show/Hide behaviour for Alumni Story in Publication CT. gsb_feature_publication_ct.module | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2761: Change Publication Date Month/Day to Month and Day separate fields. Rearrange taxonomy fields. README.md | 0 gsb_feature_publication_ct.ds.inc | 0 ...ture_publication_ct.features.field_instance.inc | 113 +++++++--- gsb_feature_publication_ct.features.inc | 2 +- gsb_feature_publication_ct.field_group.inc | 230 ++------------------- gsb_feature_publication_ct.info | 10 +- gsb_feature_publication_ct.strongarm.inc | 4 +- 7 files changed, 109 insertions(+), 250 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2568: Add Form adjustments and validations for Publication CT. Change publication ct title field label. gsb_feature_publication_ct.features.inc | 2 +- gsb_feature_publication_ct.module | 82 ++++++++++++++++++++++++++++----- 2 files changed, 72 insertions(+), 12 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2568: Rebuild Publication CT according to new specs. Replace fields and rearrange edit form. ...ture_publication_ct.features.field_instance.inc | 1200 +++++++++----------- gsb_feature_publication_ct.features.inc | 5 +- gsb_feature_publication_ct.field_group.inc | 368 ++++++ gsb_feature_publication_ct.info | 49 +- gsb_feature_publication_ct.strongarm.inc | 54 +- 5 files changed, 950 insertions(+), 726 deletions(-)
=========================================== ./gsb_feature_course_ct =========================================== view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add better formats settings. gsb_feature_course_ct.features.field_instance.inc | 48 +++++++++++++++++++++++ gsb_feature_course_ct.info | 3 +- 2 files changed, 50 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field gsb_feature_course_ct.features.field_instance.inc | 55 ++++++++++++++++++++--- gsb_feature_course_ct.info | 5 ++- gsb_feature_course_ct.strongarm.inc | 8 ++-- 3 files changed, 56 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Removed testing code. gsb_feature_course_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Fixed an issue with the _gsb_feature_course_ct_check_filter() function gsb_feature_course_ct.module | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 A little code cleanup. Light dusting. gsb_feature_course_ct.admin.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 A little code cleanup. Light dusting. gsb_feature_course_ct.module | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Removed commented out code from validate function. gsb_feature_course_ct.admin.inc | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Added handling of starred course codes for filtering. gsb_feature_course_ct.admin.inc | 123 ++++++++++++++++++++++++++++++++++------ 1 file changed, 107 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Changed Course Filter checking to handle stared course codes. gsb_feature_course_ct.module | 46 +++++++++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Removed testing code. gsb_feature_course_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Moving the admin course filtering to .admin.inc file. gsb_feature_course_ct.module | 339 ++----------------------------------------- 1 file changed, 9 insertions(+), 330 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Splitting out into a separate file from the .module file. gsb_feature_course_ct.admin.inc | 334 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 334 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Removed testing code. gsb_feature_course_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 A few more small changes. gsb_feature_course_ct.module | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Added new permission 'administer course filters' gsb_feature_course_ct.module | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Added redirect and error message on invalid url for edit and delete gsb_feature_course_ct.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Added validation of url args for edit and delete gsb_feature_course_ct.module | 138 +++++++++++++++++++++++++++++++------------ 1 file changed, 100 insertions(+), 38 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 More code cleanup. gsb_feature_course_ct.module | 50 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Some small code changes. gsb_feature_course_ct.module | 90 +++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 60 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2879 Adding code to configure filtering and apply filtering during import gsb_feature_course_ct.module | 303 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 301 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2729 Adjusted the node lookup to use code, subject, and year. gsb_feature_course_ct.module | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2729 Check for sections before saving the entity ids for instructors. gsb_feature_course_ct.module | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2729 Changed handling that converts sunet_ids to entity_ids gsb_feature_course_ct.module | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2572-3 Small change in the import handling for sunetid gsb_feature_course_ct.module | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2572 updating the description field to full html gsb_feature_course_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2572 created module to import courses gsb_feature_course_ct.module | 144 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2572-3 Small change in the import handling for sunetid gsb_feature_course_ct.module | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2572 updating the description field to full html gsb_feature_course_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2572 updated the module for course gsb_feature_course_ct.features.field_instance.inc | 209 ++++++++++++++-------- gsb_feature_course_ct.features.inc | 4 +- gsb_feature_course_ct.info | 37 ++-- gsb_feature_course_ct.strongarm.inc | 42 +++-- 4 files changed, 183 insertions(+), 109 deletions(-) view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago WP-2572 created module to import courses gsb_feature_course_ct.module | 146 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 145 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Redo content type. gsb_feature_course_ct.features.field_instance.inc | 209 ++++++++++++++-------- gsb_feature_course_ct.features.inc | 4 +- gsb_feature_course_ct.info | 37 ++-- gsb_feature_course_ct.module | 2 +- gsb_feature_course_ct.strongarm.inc | 39 ++-- 5 files changed, 178 insertions(+), 113 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Remove workbench section. gsb_feature_course_ct.info | 4 +++- gsb_feature_course_ct.strongarm.inc | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2572-2 New course ct gsb_feature_course_ct.features.field_instance.inc | 332 ++++++++++++++++++++++ gsb_feature_course_ct.features.inc | 31 ++ gsb_feature_course_ct.info | 27 ++ gsb_feature_course_ct.module | 7 + gsb_feature_course_ct.strongarm.inc | 78 +++++ 5 files changed, 475 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_mega_menu =========================================== view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7178: adjust the position of the mega menu pane. css/megamenu_styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6855: make adjustment for ee and seed. css/megamenu_styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6855: make adjustment for ee and seed. css/megamenu_styles.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6829: adjust minipanel hover placement for seed and ee. css/megamenu_styles.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6706: adjust position of megamenu. css/megamenu_styles.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6485: update dropdown position. css/megamenu_styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6420: update pane position. css/megamenu_styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5693: update megamenu pane css. css/megamenu_styles.css | 39 ++++++--------------------------------- 1 file changed, 6 insertions(+), 33 deletions(-)
=========================================== ./gsb_feature_faculty_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Enabled ajax at view level gsb_feature_faculty_display.info | 2 +- gsb_feature_faculty_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_faculty_display.info | 2 +- gsb_feature_faculty_display.module | 17 ++ gsb_feature_faculty_display.views_default.inc | 223 ++++++++++++++++++++++++++ 3 files changed, 241 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_faculty_display.info | 2 +- gsb_feature_faculty_display.views_default.inc | 61 +++++++++++++++++++++++---- 2 files changed, 54 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5648: update faculty list display. gsb_feature_faculty_display.views_default.inc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_faculty_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_faculty_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view display errors gsb_feature_faculty_display.views_default.inc | 144 ++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_faculty_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_faculty_display.module | 46 ++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Faculty:Multiple Criteria gsb_feature_faculty_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Faculty gsb_feature_faculty_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - faculty list gsb_feature_faculty_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - faculty by criteria gsb_feature_faculty_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_faculty_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4309 fix the pager for faculty listing gsb_feature_faculty_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3700: remove faculty by id or tag. gsb_feature_faculty_display.info | 2 +- gsb_feature_faculty_display.views_default.inc | 152 -------------------------- images/faculty-by-id-or-tag.jpg | Bin 3 files changed, 1 insertion(+), 153 deletions(-) view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago WP-3743 add help text for faculty by criteria fpp gsb_feature_faculty_display.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3714 Changed label to read: 'Centers, Initiatives, and Institutes' gsb_feature_faculty_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3678 Added sort for rank options gsb_feature_faculty_display.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3576: update separator markup. gsb_feature_faculty_display.views_default.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-2920: Add filters and fields to faculty-by-criteria. gsb_feature_faculty_display.module | 6 --- gsb_feature_faculty_display.views_default.inc | 73 ++++++++++++++++++++++----- 2 files changed, 60 insertions(+), 19 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2650: Remove custom exposed filter code. gsb_feature_faculty_display.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Remove OR filter logic, just use AND. gsb_feature_faculty_display.views_default.inc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Move term filters to secondary section. gsb_feature_faculty_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Specify last name as an AZ filter. gsb_feature_faculty_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Do not used exposed form as a block. gsb_feature_faculty_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Update view to spec. gsb_feature_faculty_display.views_default.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Add last name search. gsb_feature_faculty_display.views_default.inc | 82 +++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Move filters below search. gsb_feature_faculty_display.views_default.inc | 48 +++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Remove old faculty profile page. gsb_feature_faculty_display.features.inc | 9 -- gsb_feature_faculty_display.info | 3 - gsb_feature_faculty_display.pages_default.inc | 182 -------------------------- 3 files changed, 194 deletions(-)
=========================================== ./gsb_feature_act_display =========================================== view commit - committer: Ayuta Padhi, 9 days ago author: Ayuta Padhi, 9 days ago WP-7479 Added search field and exposed project status to completed and recuiting act listing gsb_feature_act_display.module | 3 +- gsb_feature_act_display.views_default.inc | 311 ++++++++++++++++++++++++++++-- 2 files changed, 302 insertions(+), 12 deletions(-) view commit - committer: GitHub, 7 weeks ago author: Greg Mercer, 7 weeks ago WP-7366 Removing this previous change. We have decided that it is not needed. gsb_feature_act_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7366 Added reset_button to ACT listing view filters gsb_feature_act_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 8 weeks ago author: Ayuta Padhi, 8 weeks ago WP-7106 Added filter states to ACT listing gsb_feature_act_display.info | 1 - gsb_feature_act_display.module | 11 +- gsb_feature_act_display.views_default.inc | 260 +++++++++++++++++++++++------- 3 files changed, 213 insertions(+), 59 deletions(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5932 change condition to AND gsb_feature_act_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_act_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_act_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide errors for view gsb_feature_act_display.views_default.inc | 321 +++++++++++++++++++++++++++++- 1 file changed, 318 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_act_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5476 Small adjustment is the weights for title and url fields gsb_feature_act_display.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_act_display.module | 45 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5182 update the empty message for recruiting projects gsb_feature_act_display.views_default.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4821 Hiding the two fields used to construct the multiple value lists gsb_feature_act_display.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4821 Changed view to listing multiple taxonomy fields using global custom fields gsb_feature_act_display.views_default.inc | 49 +++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5022 One more text change for this. gsb_feature_act_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5022 Changed text for 'no items'. gsb_feature_act_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5022 add no results text for ACT lists gsb_feature_act_display.views_default.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5035 rename modal window title for ACT Projects gsb_feature_act_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4982: update label output. gsb_feature_act_display.views_default.inc | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: use fields instead of display suite, always show title. gsb_feature_act_display.info | 1 - gsb_feature_act_display.module | 1 + gsb_feature_act_display.views_default.inc | 33 +++++++++++++++++++------------ 3 files changed, 21 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4962 remove pager and show all items for recruiting gsb_feature_act_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4962 remove pager and show all items for recruiting gsb_feature_act_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: change to display suite. gsb_feature_act_display.info | 2 +- gsb_feature_act_display.views_default.inc | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4860: update view listings to use display suite. gsb_feature_act_display.info | 2 +- gsb_feature_act_display.views_default.inc | 30 ++++++++++++++++++++++++++---- 2 files changed, 27 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4917 fix to retain node ids gsb_feature_act_display.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4917 Fix the fields to display state issue gsb_feature_act_display.module | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4899 modify the view for ACT project gsb_feature_act_display.module | 9 ++++++++- gsb_feature_act_display.views_default.inc | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4899 update the ACT filter view gsb_feature_act_display.module | 1 - gsb_feature_act_display.views_default.inc | 1 - 2 files changed, 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4899 update the ACT filter view gsb_feature_act_display.views_default.inc | 15 --------------- 1 file changed, 15 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4899 update the ACT filter view gsb_feature_act_display.info | 3 +- gsb_feature_act_display.module | 18 +++- gsb_feature_act_display.views_default.inc | 133 ++++++++++++++++++++++++------ 3 files changed, 127 insertions(+), 27 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4899 add customizable cp for ACT Project gsb_feature_act_display.info | 5 +- gsb_feature_act_display.views_default.inc | 341 ++++++++++++++++++++++++++++++ 2 files changed, 344 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4809 update the act project lists view gsb_feature_act_display.info | 2 + gsb_feature_act_display.module | 7 + gsb_feature_act_display.views_default.inc | 941 ++++++++++++++++++++++++++++-- 3 files changed, 906 insertions(+), 44 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4809 add new view for ACT Project Lists gsb_feature_act_display.features.inc | 12 ++ gsb_feature_act_display.info | 12 ++ gsb_feature_act_display.module | 7 + gsb_feature_act_display.views_default.inc | 229 ++++++++++++++++++++++++++++++ 4 files changed, 260 insertions(+) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_spotlight =========================================== view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6580: update field group. gsb_feature_spotlight.field_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_spotlight.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6042 Adding field group classes gsb_feature_spotlight.features.field_instance.inc | 1 + gsb_feature_spotlight.field_group.inc | 9 ++++++++- gsb_feature_spotlight.info | 1 + gsb_feature_spotlight.strongarm.inc | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5878: update spotlight layout. gsb_feature_spotlight.ds.inc | 89 +++++++++++++++++++---- gsb_feature_spotlight.features.field_instance.inc | 32 +++++--- gsb_feature_spotlight.strongarm.inc | 11 ++- 3 files changed, 105 insertions(+), 27 deletions(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5872 remove slash check from trim function gsb_feature_spotlight.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update the help text gsb_feature_spotlight.features.field_instance.inc | 36 +++++++++++++++++++++-- 1 file changed, 33 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_spotlight.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4561 Change the label for 'Other' Spotlights to be just 'Spotlight' gsb_feature_spotlight.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4561 Change the label for 'Other' Spotlights to be just 'Spotlight' gsb_feature_spotlight.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4561 Change the label for 'Other' Spotlights to be just 'Spotlight' gsb_feature_spotlight.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3651: update spotlight layout. gsb_feature_spotlight.ds.inc | 58 ++++----- gsb_feature_spotlight.features.field_instance.inc | 137 ++++++---------------- gsb_feature_spotlight.strongarm.inc | 2 +- 3 files changed, 65 insertions(+), 132 deletions(-)
=========================================== ./gsb_feature_event_ct =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting. gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6086: link image to content. gsb_feature_event_ct.features.field_instance.inc | 64 ++++++++++++------------ 1 file changed, 32 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrapper. gsb_feature_event_ct.field_group.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrapper. gsb_feature_event_ct.field_group.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6142: remove suffix setting from dek. gsb_feature_event_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6071: link image to content. gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6032: update event ct display time zone fields. gsb_feature_event_ct.ds.inc | 31 ++++++++++++----- gsb_feature_event_ct.features.field_instance.inc | 43 +++++++++++++----------- gsb_feature_event_ct.field_group.inc | 6 ++-- 3 files changed, 49 insertions(+), 31 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6032: update speed setting. gsb_feature_event_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-5992 Fixed conditional show and hide of vertical tabs js/gsb_feature_event_ct.js | 50 ++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 28 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5992 Fixed conditional show and hide of vertical tabs js/gsb_feature_event_ct.js | 50 ++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6012 Added test for field_event_location gsb_feature_event_ct.panelizer.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6012 Recreating the Date wrapper field group gsb_feature_event_ct.ds.inc | 6 +++--- gsb_feature_event_ct.field_group.inc | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6012 Recreating the Date wrapper field group gsb_feature_event_ct.ds.inc | 37 ++++++------------- gsb_feature_event_ct.features.field_instance.inc | 45 +++++++++++------------- gsb_feature_event_ct.field_group.inc | 23 +++++++++++- 3 files changed, 54 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago WP-5992: Fix missing field group. gsb_feature_event_ct.features.field_instance.inc | 11 +++++- gsb_feature_event_ct.field_group.inc | 47 ++++++++++++++++++------ gsb_feature_event_ct.info | 6 +-- gsb_feature_event_ct.strongarm.inc | 6 +-- 4 files changed, 51 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_event_ct.ds.inc | 24 +++++++------ gsb_feature_event_ct.field_group.inc | 70 +++++++++++++++++++++++------------- gsb_feature_event_ct.info | 2 ++ gsb_feature_event_ct.strongarm.inc | 4 +-- 4 files changed, 63 insertions(+), 37 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5956: set conditions for title to use URL. gsb_feature_event_ct.ds.inc | 243 ++++++++++---- gsb_feature_event_ct.features.field_instance.inc | 386 +++++++++-------------- gsb_feature_event_ct.field_group.inc | 25 +- gsb_feature_event_ct.strongarm.inc | 8 +- 4 files changed, 329 insertions(+), 333 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5837: set condition on registration date. gsb_feature_event_ct.features.field_instance.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5855: remove smart trim settings from dek. gsb_feature_event_ct.features.field_instance.inc | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5836: update url and title settings. gsb_feature_event_ct.ds.inc | 74 ++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 106 ++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 4 +- 3 files changed, 124 insertions(+), 60 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5855: remove smart trim settings from dek. gsb_feature_event_ct.features.field_instance.inc | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5837: set condition on registration date. gsb_feature_event_ct.features.field_instance.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5847 speaker url fix js/gsb_feature_event_ct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5847 clear fields based on speaker type js/gsb_feature_event_ct.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing dependency on date_ical gsb_feature_event_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_event_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5799: change the location heading. gsb_feature_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5577: update the registration time zone display. gsb_feature_event_ct.ds.inc | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5772: add condition to event title in main list based on url field. gsb_feature_event_ct.ds.inc | 37 +++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 53 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 62 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5577 add formatter gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5773 Adding new view mode Email Contact so that the mini panel pane will open the email contact form gsb_feature_event_ct.ds.inc | 9 ++ gsb_feature_event_ct.features.field_instance.inc | 169 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.panels_default.inc | 8 +- gsb_feature_event_ct.strongarm.inc | 7 + 5 files changed, 194 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year ago WP-5766 Changing ds setting for field_event_location to show all items gsb_feature_event_ct.ds.inc | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5577 update field formatter for event timezone fields gsb_feature_event_ct.ds.inc | 1 + gsb_feature_event_ct.features.field_instance.inc | 39 +++++++++++++----------- 2 files changed, 22 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year ago WP-5773 Changed to use new email formatter - gsb_field_formatter_email_default gsb_feature_event_ct.panels_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5707 Added php code to control when the directions CTA will display gsb_feature_event_ct.panelizer.inc | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5722 Added span with full-location id gsb_feature_event_ct.ds.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5721: update location and date formats. gsb_feature_event_ct.ds.inc | 8 +-- gsb_feature_event_ct.features.field_instance.inc | 76 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 45 insertions(+), 41 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5603: configure expanded. gsb_feature_event_ct.ds.inc | 67 ++++++++++++++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 18 ++++--- 2 files changed, 77 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: add the location field to the featured list. gsb_feature_event_ct.ds.inc | 8 +-- gsb_feature_event_ct.features.field_instance.inc | 62 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 38 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_event_ct.ds.inc | 55 +++++++++++++++++++++++++----------- gsb_feature_event_ct.field_group.inc | 1 + 2 files changed, 39 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Changes in fields added to search gsb_feature_event_ct.features.field_instance.inc | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5652 Added hook to hide Event Contact mini panel pane if there are no contacts. gsb_feature_event_ct.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: theme the event contact pane. gsb_feature_event_ct.panels_default.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5638 Adding field_event_location and field_person_ref to the concat search field. gsb_feature_event_ct.features.field_instance.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add format-body class. gsb_feature_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: export main list configuration. gsb_feature_event_ct.ds.inc | 125 +++++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 194 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 7 + 4 files changed, 328 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer from display to here gsb_feature_event_ct.features.inc | 3 + gsb_feature_event_ct.info | 9 + gsb_feature_event_ct.panelizer.inc | 154 ++++++ gsb_feature_event_ct.strongarm.inc | 1070 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1236 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Adding mini panel for event contact info gsb_feature_event_ct.features.inc | 3 + gsb_feature_event_ct.info | 3 + gsb_feature_event_ct.panels_default.inc | 144 ++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5529: configure detail, compact and expanded view modes. gsb_feature_event_ct.ds.inc | 459 ++++++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 509 ++++++++++++++++++++--- gsb_feature_event_ct.field_group.inc | 39 +- gsb_feature_event_ct.info | 8 + gsb_feature_event_ct.strongarm.inc | 12 +- 5 files changed, 921 insertions(+), 106 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Changing schedule to use new markdown_lite format profile gsb_feature_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago Changing this back to be autocompleteness gsb_feature_event_ct.features.field_instance.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changing to use select list for time zone fields gsb_feature_event_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changing schedule field to use markdown gsb_feature_event_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding plugin to handle addressfield validation gsb_feature_event_ct.module | 70 ++++++++-------------------- plugins/format/gsb_feature_event_address.inc | 36 ++++++++++++++ 2 files changed, 55 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Removing some older code no longer needed js/gsb_feature_event_ct.js | 72 ---------------------------------------------- 1 file changed, 72 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changing field_body (description) to not be required gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Fixes vertical tab show/hide state after validation errors gsb_feature_event_ct.module | 12 ++++++++++-- js/gsb_feature_event_ct.js | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Hiding Image vertical tab for "without Detail" state js/gsb_feature_event_ct.js | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Small fixes to Event CT gsb_feature_event_ct.features.field_instance.inc | 14 +++++++------- gsb_feature_event_ct.field_group.inc | 12 ++++++------ gsb_feature_event_ct.module | 2 +- js/gsb_feature_event_ct.js | 2 ++ 4 files changed, 16 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding validation code for field_event_location gsb_feature_event_ct.module | 74 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Removed required from field_editorial_summary (Dek) gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WM-5436 Added js code to hide vertical tabs js/gsb_feature_event_ct.js | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WM-5436 Added js code to hide vertical tabs gsb_feature_event_ct.module | 5 ++++ js/gsb_feature_event_ct.js | 59 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added handling of field collection item id/naming for unlimited speakers and locations js/gsb_feature_event_ct.js | 128 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 99 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added some error checking into the speaker lookup code gsb_feature_event_ct.module | 69 +++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added support of Speaker Title/Department lookup gsb_feature_event_ct.module | 52 +++++++++++++++++++++++++++++++++++++++++++++ js/gsb_feature_event_ct.js | 33 ++++++++++++++++++++++------ 2 files changed, 79 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5543 Removing function gsb_feature_event_ct_field_formatter_view gsb_feature_event_ct.module | 56 --------------------------------------------- 1 file changed, 56 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding new field field_register_time_zone gsb_feature_event_ct.features.field_instance.inc | 244 +++++++++++++---------- gsb_feature_event_ct.field_group.inc | 27 ++- gsb_feature_event_ct.info | 1 + gsb_feature_event_ct.strongarm.inc | 12 +- 4 files changed, 162 insertions(+), 122 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Add vertical tabs for the event authoring form gsb_feature_event_ct.features.field_instance.inc | 1377 ++-------------------- gsb_feature_event_ct.field_group.inc | 277 ++++- gsb_feature_event_ct.info | 21 +- gsb_feature_event_ct.strongarm.inc | 52 +- 4 files changed, 334 insertions(+), 1393 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Modifications to the authoring form for the event ct gsb_feature_event_ct.module | 11 +++++++++-- js/gsb_feature_event_ct.js | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding event_attendance_statement taxonomy gsb_feature_event_ct.features.taxonomy.inc | 11 ++++++++++- gsb_feature_event_ct.info | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added Contact Name to list of hidden fields when "Link to an existing page" is selected gsb_feature_event_ct.module | 55 +++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 35 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding more of the show/hide state handling gsb_feature_event_ct.module | 99 +++++++++++++++++++++++++++++++-------------- 1 file changed, 68 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Replacing field_date with field_date_time gsb_feature_event_ct.features.field_instance.inc | 2 +- gsb_feature_event_ct.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Fixing up some issues with feature exports gsb_feature_event_ct.features.field_instance.inc | 147 +++++++++++++++++++---- gsb_feature_event_ct.field_group.inc | 10 +- gsb_feature_event_ct.info | 4 +- gsb_feature_event_ct.strongarm.inc | 6 +- 4 files changed, 134 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 New field for the event ct gsb_feature_event_ct.features.field_instance.inc | 2488 ++++++++++++++++++---- gsb_feature_event_ct.field_group.inc | 58 +- gsb_feature_event_ct.info | 14 + gsb_feature_event_ct.module | 104 + gsb_feature_event_ct.strongarm.inc | 8 +- 5 files changed, 2273 insertions(+), 399 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5799: change the location heading. gsb_feature_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5577: update the registration time zone display. view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5577: update the registration time zone display. gsb_feature_event_ct.ds.inc | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5772: add condition to event title in main list based on url field. gsb_feature_event_ct.ds.inc | 37 +++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 53 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 62 insertions(+), 30 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5577 add formatter gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5773 Adding new view mode Email Contact so that the mini panel pane will open the email contact form gsb_feature_event_ct.ds.inc | 9 ++ gsb_feature_event_ct.features.field_instance.inc | 169 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.panels_default.inc | 8 +- gsb_feature_event_ct.strongarm.inc | 7 + 5 files changed, 194 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5773 Adding new view mode Email Contact so that the mini panel pane will open the email contact form gsb_feature_event_ct.ds.inc | 9 ++ gsb_feature_event_ct.features.field_instance.inc | 169 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.panels_default.inc | 8 +- gsb_feature_event_ct.strongarm.inc | 7 + 5 files changed, 194 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer, 1 year ago WP-5766 Changing ds setting for field_event_location to show all items gsb_feature_event_ct.ds.inc | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer, 1 year ago author: Greg Mercer, 1 year ago WP-5766 Changing ds setting for field_event_location to show all items gsb_feature_event_ct.ds.inc | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5577 update field formatter for event timezone fields gsb_feature_event_ct.ds.inc | 1 + gsb_feature_event_ct.features.field_instance.inc | 39 +++++++++++++----------- 2 files changed, 22 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer, 1 year ago author: Greg Mercer, 1 year ago WP-5773 Changed to use new email formatter - gsb_field_formatter_email_default gsb_feature_event_ct.panels_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5707 Added php code to control when the directions CTA will display gsb_feature_event_ct.panelizer.inc | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5722 Added span with full-location id gsb_feature_event_ct.ds.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5721: update location and date formats. gsb_feature_event_ct.ds.inc | 8 +-- gsb_feature_event_ct.features.field_instance.inc | 76 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 45 insertions(+), 41 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5603: configure expanded. gsb_feature_event_ct.ds.inc | 67 ++++++++++++++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 18 ++++--- 2 files changed, 77 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: add the location field to the featured list. gsb_feature_event_ct.ds.inc | 8 +-- gsb_feature_event_ct.features.field_instance.inc | 62 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 38 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: add the location field to the featured list. gsb_feature_event_ct.ds.inc | 8 +-- gsb_feature_event_ct.features.field_instance.inc | 62 +++++++++++++----------- gsb_feature_event_ct.strongarm.inc | 2 +- 3 files changed, 38 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_event_ct.ds.inc | 55 +++++++++++++++++++++++++----------- gsb_feature_event_ct.field_group.inc | 1 + 2 files changed, 39 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_event_ct.ds.inc | 55 +++++++++++++++++++++++++----------- gsb_feature_event_ct.field_group.inc | 1 + 2 files changed, 39 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Changes in fields added to search gsb_feature_event_ct.features.field_instance.inc | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5652 Added hook to hide Event Contact mini panel pane if there are no contacts. gsb_feature_event_ct.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: theme the event contact pane. gsb_feature_event_ct.panels_default.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5638 Adding field_event_location and field_person_ref to the concat search field. gsb_feature_event_ct.features.field_instance.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add format-body class. gsb_feature_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Merge branch 'WP-5623' of github.com:gsb-public/gsb_feature_event_ct into WP-5623 view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add format-body class. gsb_feature_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: export main list configuration. gsb_feature_event_ct.ds.inc | 125 +++++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 194 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 7 + 4 files changed, 328 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: export main list configuration. gsb_feature_event_ct.ds.inc | 125 +++++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 194 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 7 + 4 files changed, 328 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer from display to here gsb_feature_event_ct.features.inc | 3 + gsb_feature_event_ct.info | 9 + gsb_feature_event_ct.panelizer.inc | 154 ++++++ gsb_feature_event_ct.strongarm.inc | 1070 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1236 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Merged fixes view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer from display to here gsb_feature_event_ct.features.inc | 3 + gsb_feature_event_ct.info | 9 + gsb_feature_event_ct.panelizer.inc | 154 ++++++ gsb_feature_event_ct.strongarm.inc | 1070 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1236 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Adding mini panel for event contact info gsb_feature_event_ct.features.inc | 3 + gsb_feature_event_ct.info | 3 + gsb_feature_event_ct.panels_default.inc | 144 ++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Adding mini panel for event contact info gsb_feature_event_ct.features.inc | 3 + gsb_feature_event_ct.info | 3 + gsb_feature_event_ct.panels_default.inc | 144 ++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5529: configure detail, compact and expanded view modes. gsb_feature_event_ct.ds.inc | 459 ++++++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 509 ++++++++++++++++++++--- gsb_feature_event_ct.field_group.inc | 39 +- gsb_feature_event_ct.info | 8 + gsb_feature_event_ct.strongarm.inc | 12 +- 5 files changed, 921 insertions(+), 106 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Changing schedule to use new markdown_lite format profile gsb_feature_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5529: configure detail, compact and expanded view modes. gsb_feature_event_ct.ds.inc | 459 ++++++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 513 ++++++++++++++++++++--- gsb_feature_event_ct.field_group.inc | 39 +- gsb_feature_event_ct.info | 8 + gsb_feature_event_ct.strongarm.inc | 12 +- 5 files changed, 923 insertions(+), 108 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Changing this back to be autocompleteness gsb_feature_event_ct.features.field_instance.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changing to use select list for time zone fields gsb_feature_event_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changing schedule field to use markdown gsb_feature_event_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding plugin to handle addressfield validation gsb_feature_event_ct.module | 70 ++++++++-------------------- plugins/format/gsb_feature_event_address.inc | 36 ++++++++++++++ 2 files changed, 55 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Removing some older code no longer needed js/gsb_feature_event_ct.js | 72 ---------------------------------------------- 1 file changed, 72 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changing field_body (description) to not be required gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Fixes vertical tab show/hide state after validation errors gsb_feature_event_ct.module | 12 ++++++++++-- js/gsb_feature_event_ct.js | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Hiding Image vertical tab for "without Detail" state js/gsb_feature_event_ct.js | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Small fixes to Event CT gsb_feature_event_ct.features.field_instance.inc | 14 +++++++------- gsb_feature_event_ct.field_group.inc | 12 ++++++------ gsb_feature_event_ct.module | 2 +- js/gsb_feature_event_ct.js | 2 ++ 4 files changed, 16 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding validation code for field_event_location gsb_feature_event_ct.module | 74 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Removed required from field_editorial_summary (Dek) gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WM-5436 Added js code to hide vertical tabs js/gsb_feature_event_ct.js | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WM-5436 Added js code to hide vertical tabs gsb_feature_event_ct.module | 5 ++++ js/gsb_feature_event_ct.js | 59 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added handling of field collection item id/naming for unlimited speakers and locations js/gsb_feature_event_ct.js | 128 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 99 insertions(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added handling of field collection item id/naming for unlimited speakers and locations js/gsb_feature_event_ct.js | 128 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 99 insertions(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added some error checking into the speaker lookup code gsb_feature_event_ct.module | 69 +++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added some error checking into the speaker lookup code gsb_feature_event_ct.module | 69 +++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added support of Speaker Title/Department lookup gsb_feature_event_ct.module | 52 +++++++++++++++++++++++++++++++++++++++++++++ js/gsb_feature_event_ct.js | 33 ++++++++++++++++++++++------ 2 files changed, 79 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added support of Speaker Title/Department lookup gsb_feature_event_ct.module | 52 +++++++++++++++++++++++++++++++++++++++++++++ js/gsb_feature_event_ct.js | 33 ++++++++++++++++++++++------ 2 files changed, 79 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5543 Removing function gsb_feature_event_ct_field_formatter_view gsb_feature_event_ct.module | 56 --------------------------------------------- 1 file changed, 56 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding new field field_register_time_zone gsb_feature_event_ct.features.field_instance.inc | 244 +++++++++++++---------- gsb_feature_event_ct.field_group.inc | 27 ++- gsb_feature_event_ct.info | 1 + gsb_feature_event_ct.strongarm.inc | 12 +- 4 files changed, 162 insertions(+), 122 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Add vertical tabs for the event authoring form gsb_feature_event_ct.features.field_instance.inc | 1377 ++-------------------- gsb_feature_event_ct.field_group.inc | 277 ++++- gsb_feature_event_ct.info | 21 +- gsb_feature_event_ct.strongarm.inc | 52 +- 4 files changed, 334 insertions(+), 1393 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Modifications to the authoring form for the event ct gsb_feature_event_ct.module | 11 +++++++++-- js/gsb_feature_event_ct.js | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5543 Moved featured event date formatting to plugin gsb_feature_event_ct.module | 41 ----------------------------------------- 1 file changed, 41 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding event_attendance_statement taxonomy gsb_feature_event_ct.features.taxonomy.inc | 11 ++++++++++- gsb_feature_event_ct.info | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Added Contact Name to list of hidden fields when "Link to an existing page" is selected gsb_feature_event_ct.module | 55 +++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 35 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding more of the show/hide state handling gsb_feature_event_ct.module | 99 +++++++++++++++++++++++++++++++-------------- 1 file changed, 68 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Replacing field_date with field_date_time gsb_feature_event_ct.features.field_instance.inc | 2 +- gsb_feature_event_ct.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Fixing up some issues with feature exports gsb_feature_event_ct.features.field_instance.inc | 147 +++++++++++++++++++---- gsb_feature_event_ct.field_group.inc | 10 +- gsb_feature_event_ct.info | 4 +- gsb_feature_event_ct.strongarm.inc | 6 +- 4 files changed, 134 insertions(+), 33 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 A little cleanup on the previous commit gsb_feature_event_ct.module | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 New field for the event ct gsb_feature_event_ct.features.field_instance.inc | 2488 ++++++++++++++++++---- gsb_feature_event_ct.field_group.inc | 58 +- gsb_feature_event_ct.info | 14 + gsb_feature_event_ct.module | 104 + gsb_feature_event_ct.strongarm.inc | 8 +- 5 files changed, 2273 insertions(+), 399 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5311 enable force pathauto for events gsb_feature_event_ct.strongarm.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_event_ct.info | 4 +++- gsb_feature_event_ct.strongarm.inc | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4821 Correcting term separator for the target audience gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field gsb_feature_event_ct.features.field_instance.inc | 54 ++++++++++++------------ 1 file changed, 26 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5077 Added hook to move 'US' to the top of the options list to the country select on field_address for event ct gsb_feature_event_ct.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5077 Changed from 'US' to '' (none) as default value for field_address gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5077 Changed group_event_location to not be required. gsb_feature_event_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5068 Changed time increment to 5 minutes. gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4999: update image style. gsb_feature_event_ct.ds.inc | 1 + gsb_feature_event_ct.features.field_instance.inc | 16 +++++----------- 2 files changed, 6 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4984: update detail to use split time and date format. gsb_feature_event_ct.ds.inc | 1 + gsb_feature_event_ct.features.field_instance.inc | 10 ++-------- 2 files changed, 3 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4851: update event teaser display. gsb_feature_event_ct.features.field_instance.inc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4851: update event teaser display. gsb_feature_event_ct.ds.inc | 121 +++++++++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 64 +++--------- gsb_feature_event_ct.field_group.inc | 1 + gsb_feature_event_ct.strongarm.inc | 15 +++ 4 files changed, 143 insertions(+), 58 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4977: update event detail layout. gsb_feature_event_ct.ds.inc | 121 +++++++++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 54 +++------- gsb_feature_event_ct.field_group.inc | 1 + gsb_feature_event_ct.info | 1 - gsb_feature_event_ct.strongarm.inc | 15 +++ 5 files changed, 141 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4819 Changed url alias to be events/[node:field_pathauto_title_alias] gsb_feature_event_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field gsb_feature_event_ct.features.field_instance.inc | 91 ------------------------ gsb_feature_event_ct.info | 3 +- 2 files changed, 1 insertion(+), 93 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_event_ct.ds.inc | 106 ++++++++- gsb_feature_event_ct.features.field_instance.inc | 272 +++++++++++------------ gsb_feature_event_ct.field_group.inc | 13 +- gsb_feature_event_ct.info | 4 +- gsb_feature_event_ct.strongarm.inc | 19 ++ 5 files changed, 253 insertions(+), 161 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4707: re export the field settings for teaser. gsb_feature_event_ct.ds.inc | 93 ++++++++++++++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 2 +- gsb_feature_event_ct.info | 3 +- 3 files changed, 96 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4707: update event teaser. gsb_feature_event_ct.ds.inc | 51 ++++--- gsb_feature_event_ct.features.field_instance.inc | 177 ++++------------------- gsb_feature_event_ct.features.inc | 1 + gsb_feature_event_ct.field_group.inc | 2 +- gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 2 +- 6 files changed, 65 insertions(+), 170 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text to image field gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4455 Changing widget from media to image gsb_feature_event_ct.features.field_instance.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy for event ct gsb_feature_event_ct.features.field_instance.inc | 16 +- gsb_feature_event_ct.field_group.inc | 242 +++++++++++++++++++++-- gsb_feature_event_ct.info | 12 +- 3 files changed, 244 insertions(+), 26 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4521 remove taxonomy from event ct gsb_feature_event_ct.features.field_instance.inc | 318 ----------------------- gsb_feature_event_ct.info | 7 +- 2 files changed, 2 insertions(+), 323 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4247: clean up markup. gsb_feature_event_ct.module | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4155 update region of interest label gsb_feature_event_ct.features.field_instance.inc | 11 ++++++++--- gsb_feature_event_ct.info | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4044: remove time stamp from date by switching format. gsb_feature_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update event related content display. gsb_feature_event_ct.ds.inc | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to event. gsb_feature_event_ct.ds.inc | 88 +++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 152 +++++++++++++++++++++++ gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 7 ++ 4 files changed, 249 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to event. gsb_feature_event_ct.ds.inc | 88 ++++++++++++ gsb_feature_event_ct.features.field_instance.inc | 162 ++++++++++++++++++++++- gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 7 + 4 files changed, 252 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related to idea story view mode to event. gsb_feature_event_ct.ds.inc | 94 ++++++++++++- gsb_feature_event_ct.features.field_instance.inc | 160 ++++++++++++++++++++++- gsb_feature_event_ct.info | 2 + gsb_feature_event_ct.strongarm.inc | 7 + 4 files changed, 253 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. gsb_feature_event_ct.features.field_instance.inc | 33 ++++++++++++++++++++++++ gsb_feature_event_ct.info | 4 +-- 2 files changed, 35 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3717: title on detail should not link. gsb_feature_event_ct.ds.inc | 4 +++- gsb_feature_event_ct.strongarm.inc | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3685: adjust event listing tags. gsb_feature_event_ct.ds.inc | 133 +++++++++++++++++++++-- gsb_feature_event_ct.features.field_instance.inc | 38 ++++--- gsb_feature_event_ct.field_group.inc | 2 +- gsb_feature_event_ct.info | 1 + gsb_feature_event_ct.strongarm.inc | 2 +- 5 files changed, 148 insertions(+), 28 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3424: Display minutes when available for Featured events. gsb_feature_event_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel taxonomy field group and rearrange fields. gsb_feature_event_ct.features.field_instance.inc | 88 ++++++++++++++++++++---- gsb_feature_event_ct.field_group.inc | 9 +-- gsb_feature_event_ct.info | 6 +- 3 files changed, 84 insertions(+), 19 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. gsb_feature_event_ct.features.field_instance.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_event_ct.features.field_instance.inc | 83 ++++++++++++++++++++++-- gsb_feature_event_ct.field_group.inc | 4 +- gsb_feature_event_ct.info | 7 +- gsb_feature_event_ct.strongarm.inc | 10 +-- 4 files changed, 90 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2938: change event listing to 2 columns. gsb_feature_event_ct.ds.inc | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2899 Added new field field_academic_area_unlimited gsb_feature_event_ct.features.field_instance.inc | 94 +++++++++++++++++++++--- gsb_feature_event_ct.field_group.inc | 1 + gsb_feature_event_ct.info | 1 + 3 files changed, 86 insertions(+), 10 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2701: Add trailing slash to path_prefix. gsb_feature_event_ct.features.field_instance.inc | 48 ++++++++++++------------ 1 file changed, 24 insertions(+), 24 deletions(-)
=========================================== ./gsb_feature_working_paper_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_working_paper_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes to wrappers. gsb_feature_working_paper_ct.ds.inc | 6 +++--- gsb_feature_working_paper_ct.field_group.inc | 2 +- gsb_feature_working_paper_ct.strongarm.inc | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6132 fix the per ref field in working papers gsb_feature_working_paper_ct.module | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6148 A little bitty cleanup, removing blank line that snuck into last commit. gsb_feature_working_paper_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6148 Added code on node save to set publication type to be 'working_paper' gsb_feature_working_paper_ct.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6046 Adding field group classes gsb_feature_working_paper_ct.field_group.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6046 Adding field group classes gsb_feature_working_paper_ct.features.field_instance.inc | 6 ++++++ gsb_feature_working_paper_ct.field_group.inc | 11 +++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_working_paper_ct.ds.inc | 34 ++++--- ...re_working_paper_ct.features.field_instance.inc | 108 ++++++++++----------- gsb_feature_working_paper_ct.field_group.inc | 64 ++++++++++++ gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 8 +- 5 files changed, 143 insertions(+), 73 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add additional class. gsb_feature_working_paper_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add publication type. gsb_feature_working_paper_ct.ds.inc | 58 +++++++--- ...re_working_paper_ct.features.field_instance.inc | 122 +++++++++++---------- gsb_feature_working_paper_ct.strongarm.inc | 8 +- 3 files changed, 113 insertions(+), 75 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Changing circle topic to use hs-lite gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Setting default and hiding field_publication_type gsb_feature_working_paper_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Adding new fields field_circle_topics and field_publication_type ...re_working_paper_ct.features.field_instance.inc | 185 ++++++++++++++++++++- gsb_feature_working_paper_ct.field_group.inc | 13 +- gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 2 +- 4 files changed, 189 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5453: configure compact and expanded. gsb_feature_working_paper_ct.ds.inc | 237 +++++++++++++++++++-- ...re_working_paper_ct.features.field_instance.inc | 102 +++++++-- gsb_feature_working_paper_ct.info | 2 + 3 files changed, 309 insertions(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5453: configure compact and expanded. gsb_feature_working_paper_ct.ds.inc | 237 +++++++++++++++++++-- ...re_working_paper_ct.features.field_instance.inc | 102 +++++++-- gsb_feature_working_paper_ct.info | 2 + 3 files changed, 309 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5496 Removing case instance of field_centers_research_programs. It snuck in there. Dang. ...re_working_paper_ct.features.field_instance.inc | 82 ---------------------- gsb_feature_working_paper_ct.info | 1 - 2 files changed, 83 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5496 Added field field_centers_research_programs ...re_working_paper_ct.features.field_instance.inc | 166 +++++++++++++++++++++ gsb_feature_working_paper_ct.field_group.inc | 36 ++++- gsb_feature_working_paper_ct.info | 3 + 3 files changed, 201 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Adding compact and expanded view modes gsb_feature_working_paper_ct.ds.inc | 42 +++ ...re_working_paper_ct.features.field_instance.inc | 292 ++++++++++++++++++++- gsb_feature_working_paper_ct.info | 3 + gsb_feature_working_paper_ct.strongarm.inc | 30 +++ 4 files changed, 365 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update comma. gsb_feature_working_paper_ct.ds.inc | 24 +++++++++++----------- ...re_working_paper_ct.features.field_instance.inc | 8 +++----- gsb_feature_working_paper_ct.field_group.inc | 6 +++--- 3 files changed, 18 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: style working paper title. gsb_feature_working_paper_ct.ds.inc | 18 ++++---- ...re_working_paper_ct.features.field_instance.inc | 48 +++++++++++----------- gsb_feature_working_paper_ct.field_group.inc | 7 ++-- gsb_feature_working_paper_ct.strongarm.inc | 4 +- 4 files changed, 40 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: add pdf link. gsb_feature_working_paper_ct.ds.inc | 46 +++++------- ...re_working_paper_ct.features.field_instance.inc | 85 ++++++++++------------ gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 62 insertions(+), 75 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update comma. gsb_feature_working_paper_ct.ds.inc | 24 +++++++++++----------- ...re_working_paper_ct.features.field_instance.inc | 8 +++----- gsb_feature_working_paper_ct.field_group.inc | 6 +++--- 3 files changed, 18 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5423 Allowed the user to open link in new window gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- gsb_feature_working_paper_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5423 Allowed the user to open link in new window gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- gsb_feature_working_paper_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move the files field inside related block gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- gsb_feature_working_paper_ct.field_group.inc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5385 enable description for file field in WP gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: style working paper title. gsb_feature_working_paper_ct.ds.inc | 18 ++++---- ...re_working_paper_ct.features.field_instance.inc | 48 +++++++++++----------- gsb_feature_working_paper_ct.field_group.inc | 7 ++-- gsb_feature_working_paper_ct.strongarm.inc | 4 +- 4 files changed, 40 insertions(+), 37 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: add pdf link. gsb_feature_working_paper_ct.ds.inc | 46 +++++------ ...re_working_paper_ct.features.field_instance.inc | 89 ++++++++++------------ gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 64 insertions(+), 77 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Updating label for field_person_ref_unlimited gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5372 Added gsb_feature_base_fields_faculty_authors under the Related right side bar gsb_feature_working_paper_ct.ds.inc | 32 ++++++++++++---------- ...re_working_paper_ct.features.field_instance.inc | 10 +++---- gsb_feature_working_paper_ct.field_group.inc | 3 +- gsb_feature_working_paper_ct.strongarm.inc | 4 +-- 4 files changed, 26 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5364 Added new file extensions for field_file_unlimited_public gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5364 Added new file extensions for field_file_unlimited_public gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: update working paper related field group. gsb_feature_working_paper_ct.ds.inc | 44 ++++++++++++++-------------- gsb_feature_working_paper_ct.field_group.inc | 22 +++++++++++++- 2 files changed, 43 insertions(+), 23 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: configure the related sidebar for working paper detail page. gsb_feature_working_paper_ct.ds.inc | 137 ++++++++++++++++++--- ...re_working_paper_ct.features.field_instance.inc | 58 +++++---- gsb_feature_working_paper_ct.field_group.inc | 12 ++ gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 11 +- 5 files changed, 174 insertions(+), 45 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5308 add related content fields ...re_working_paper_ct.features.field_instance.inc | 424 ++++++++++++++++++++- gsb_feature_working_paper_ct.field_group.inc | 34 +- gsb_feature_working_paper_ct.info | 6 + 3 files changed, 459 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5234: Check to make sure the content type is working paper in hook_node_insert and hook_node_update. gsb_feature_working_paper_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_working_paper_ct.features.field_instance.inc | 1 + gsb_feature_working_paper_ct.info | 6 +++--- gsb_feature_working_paper_ct.strongarm.inc | 7 +++++++ 3 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4835: export display settings. gsb_feature_working_paper_ct.ds.inc | 119 +++++++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 142 +++++++++++++++++++++ gsb_feature_working_paper_ct.info | 3 + gsb_feature_working_paper_ct.strongarm.inc | 29 ++++- 4 files changed, 292 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4586 Uncheck filefield path setting for da working papers. ...ure_working_paper_ct.features.field_instance.inc | 21 +++++++++++++++++++++ gsb_feature_working_paper_ct.features.inc | 1 + gsb_feature_working_paper_ct.info | 1 + 3 files changed, 23 insertions(+) view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy in working paper ...re_working_paper_ct.features.field_instance.inc | 6 +- gsb_feature_working_paper_ct.field_group.inc | 94 ++++++++++++++++++++-- gsb_feature_working_paper_ct.info | 7 +- 3 files changed, 94 insertions(+), 13 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy in working paper ...re_working_paper_ct.features.field_instance.inc | 6 +- gsb_feature_working_paper_ct.field_group.inc | 94 ++++++++++++++++++++-- gsb_feature_working_paper_ct.info | 7 +- 3 files changed, 94 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-3755: Add help text. gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-3755: Add help text. gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update working paper related content display. gsb_feature_working_paper_ct.ds.inc | 24 +----------------------- gsb_feature_working_paper_ct.info | 5 +---- 2 files changed, 2 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years, 1 month ago Fix missing parentheses. gsb_feature_working_paper_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to working paper. gsb_feature_working_paper_ct.ds.inc | 73 +++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 118 +++++++++++++++++++++ gsb_feature_working_paper_ct.info | 5 + gsb_feature_working_paper_ct.strongarm.inc | 15 +++ 4 files changed, 211 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related to insights to working paper. gsb_feature_working_paper_ct.ds.inc | 79 +++++++++++- ...re_working_paper_ct.features.field_instance.inc | 133 +++++++++++++++++++-- gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 15 +++ 4 files changed, 216 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-3755: Add help text. gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update working paper related content display. gsb_feature_working_paper_ct.ds.inc | 24 +----------------------- gsb_feature_working_paper_ct.info | 5 +---- 2 files changed, 2 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Wrong punctuation. gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Add permission to manage metadata. gsb_feature_working_paper_ct.module | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update working paper related content display. gsb_feature_working_paper_ct.ds.inc | 24 +----------------------- gsb_feature_working_paper_ct.info | 5 +---- 2 files changed, 2 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Wrong punctuation. gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Add permission to manage metadata. gsb_feature_working_paper_ct.module | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Fix missing parentheses. gsb_feature_working_paper_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to working paper. gsb_feature_working_paper_ct.ds.inc | 73 +++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 118 +++++++++++++++++++++ gsb_feature_working_paper_ct.info | 5 + gsb_feature_working_paper_ct.strongarm.inc | 15 +++ 4 files changed, 211 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to working paper. gsb_feature_working_paper_ct.ds.inc | 73 +++++++++++ ...re_working_paper_ct.features.field_instance.inc | 133 +++++++++++++++++++-- gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 15 +++ 4 files changed, 213 insertions(+), 10 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3755 add help text to working papers field gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related to insights to working paper. gsb_feature_working_paper_ct.ds.inc | 79 +++++++++++- ...re_working_paper_ct.features.field_instance.inc | 133 +++++++++++++++++++-- gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 15 +++ 4 files changed, 216 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. ...re_working_paper_ct.features.field_instance.inc | 32 +++++++++++++++++++++- gsb_feature_working_paper_ct.info | 4 +-- 2 files changed, 33 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago WP-3690 remove help text gsb_feature_working_paper_ct.features.field_instance.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3692 Added code to check the streamlength before adding the document link gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3691 Added new code to set the academic area for a new node if not set by node creator. gsb_feature_working_paper_ct.module | 57 ++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3692 Added code to check the streamlength before adding the document link gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago New changes related to field_collections and entities gsb_feature_working_paper_ct.module | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3671 Changed to handle description as a wysiwyg field. gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3670: Add field_region for Working Paper CT. ...re_working_paper_ct.features.field_instance.inc | 56 +++++++++++++++++++++- gsb_feature_working_paper_ct.field_group.inc | 1 + gsb_feature_working_paper_ct.info | 1 + 3 files changed, 57 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3671 Changed to handle description as a wysiwyg field. gsb_feature_working_paper_ct.module | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3642: Change Abstract field to use WYSIWYG. gsb_feature_working_paper_ct.features.field_instance.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3609 Added search fields gsb_feature_working_paper_ct.features.field_instance.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3546: add class to link. gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3596 Added code to set the has_pdf during the node presave gsb_feature_working_paper_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3580 Added new variable to block Alfresco update - gsb_feature_working_paper_ct_block_update. gsb_feature_working_paper_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3568 Changed help text to match document gsb_feature_working_paper_ct.features.field_instance.inc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3568 Changed help text to match document gsb_feature_working_paper_ct.features.field_instance.inc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3571 Removing .pdf from doc naming gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3546: add class to link. gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3571 Removing .pdf from doc naming gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3559: change spacing logic. gsb_feature_working_paper_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3571 Changes for using the item id in the file name ...re_working_paper_ct.features.field_instance.inc | 6 +- gsb_feature_working_paper_ct.field_group.inc | 5 +- gsb_feature_working_paper_ct.module | 85 ++++++++++------------ gsb_feature_working_paper_ct.strongarm.inc | 2 +- 4 files changed, 46 insertions(+), 52 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3569 Moved from code from ct to display gsb_feature_working_paper_ct.info | 1 - gsb_feature_working_paper_ct.module | 13 -------- ...ture_working_paper_ct_handler_field_has_pdf.inc | 38 ---------------------- 3 files changed, 52 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3569 Adding field views data handler gsb_feature_working_paper_ct_handler_field_has_pdf gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.module | 51 ++++++++++++++++------ ...ture_working_paper_ct_handler_field_has_pdf.inc | 38 ++++++++++++++++ 3 files changed, 76 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3510 Added code to set has_pdf value during import gsb_feature_working_paper_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3510 Added code to set has_pdf value during import gsb_feature_working_paper_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3508: add new download button. gsb_feature_working_paper_ct.ds.inc | 16 ++++++++-------- gsb_feature_working_paper_ct.strongarm.inc | 8 +++++++- 2 files changed, 15 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3510 Added code to set has_pdf value during import gsb_feature_working_paper_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3510 Added code to set has_pdf value during import gsb_feature_working_paper_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3559: change spacing logic. gsb_feature_working_paper_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3508: add new download button. gsb_feature_working_paper_ct.ds.inc | 16 ++++++++-------- gsb_feature_working_paper_ct.strongarm.inc | 8 +++++++- 2 files changed, 15 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago Added back a new line removed in the last commit. gsb_feature_working_paper_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago Added code to -not- attempt update of Alfresco, if the setting for cmis_repositories is not present. gsb_feature_working_paper_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Remove unnecessary field_base reference. gsb_feature_working_paper_ct.info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3506 Removed field_base for field_has_pdf gsb_feature_working_paper_ct.info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3538-1 Removed dpm() calls gsb_feature_working_paper_ct.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3538-1 Added a check when adding 'other author' to see if a faculty ref exists gsb_feature_working_paper_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3538-1 Made a small mod to how last name is handled for 'other authors' gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3538-1 Removed dpm() calls gsb_feature_working_paper_ct.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3506 Added new field_has_pdf ...re_working_paper_ct.features.field_instance.inc | 55 ++++++++++++++++++++++ gsb_feature_working_paper_ct.field_group.inc | 1 + gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 6 +-- 4 files changed, 61 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3538-1 Added a check when adding 'other author' to see if a faculty ref exists gsb_feature_working_paper_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3538-1 Made a small mod to how last name is handled for 'other authors' gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3488 Changed url for file to be the doc download url, since we now no longer save the file in drupal. gsb_feature_working_paper_ct.module | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3440 Moved the "Publish... on the following databases" field to just below "Title" gsb_feature_working_paper_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_working_paper_ct.field_group.inc | 6 +++--- gsb_feature_working_paper_ct.strongarm.inc | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3440 Added new fieldgroup for Alfresco Metadata ...re_working_paper_ct.features.field_instance.inc | 20 ++++++------- gsb_feature_working_paper_ct.field_group.inc | 34 ++++++++++++++++++++-- gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 6 ++-- 4 files changed, 46 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3440 Added call to hide the Alfresco Metadata fieldgroup gsb_feature_working_paper_ct.module | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3507: remove pdf from teaser and listing. gsb_feature_working_paper_ct.ds.inc | 52 ++++------------------ ...re_working_paper_ct.features.field_instance.inc | 14 ++---- 2 files changed, 13 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3440 Moved the "Publish... on the following databases" field to just below "Title" gsb_feature_working_paper_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_working_paper_ct.field_group.inc | 6 +++--- gsb_feature_working_paper_ct.strongarm.inc | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3440 Added new fieldgroup for Alfresco Metadata ...re_working_paper_ct.features.field_instance.inc | 20 ++++++------- gsb_feature_working_paper_ct.field_group.inc | 34 ++++++++++++++++++++-- gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 6 ++-- 4 files changed, 46 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3440 Added call to hide the Alfresco Metadata fieldgroup gsb_feature_working_paper_ct.module | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3486-1 Changed to show doc link as 'Current Document' gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3060-2 Fixed up an missed paren'ed if gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3060-2 Fixed up an missed paren'ed if gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3060-2 Changes for getting unique name and blocking node_presave during import gsb_feature_working_paper_ct.module | 124 ++++++++++++++++++++++++++++++++++-- 1 file changed, 117 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3060-2 Added new handling for importing authors from Alfresco gsb_feature_working_paper_ct.info | 2 +- gsb_feature_working_paper_ct.module | 86 +++++++++++++++++++++++++++++-------- 2 files changed, 68 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3060-2 Changes for getting unique name and blocking node_presave during import gsb_feature_working_paper_ct.module | 124 ++++++++++++++++++++++++++++++++++-- 1 file changed, 117 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3507: remove pdf from teaser and listing. gsb_feature_working_paper_ct.ds.inc | 52 ++++------------------ ...re_working_paper_ct.features.field_instance.inc | 14 ++---- 2 files changed, 13 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3060-2 Added new handling for importing authors from Alfresco gsb_feature_working_paper_ct.info | 2 +- gsb_feature_working_paper_ct.module | 86 +++++++++++++++++++++++++++++-------- 2 files changed, 68 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3485: Make month default to none. gsb_feature_working_paper_ct.features.field_instance.inc | 6 +----- gsb_feature_working_paper_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413-1 Changed url for gsb-cmis-download-doc gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3413-1 Changed url for gsb-cmis-download-doc gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3491 Removing a few lines that were added incorrectly in the merge. gsb_feature_working_paper_ct.module | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3491 Added function to generated unique indexed names for the document being saved to Alfresco. gsb_feature_working_paper_ct.module | 94 +++++++++++++++++++++++++++++++++---- 1 file changed, 85 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060-1 We have decided to -not- set the name property WebScripts/updateworkingpaper.post.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Change Working Papers CT help text. gsb_feature_working_paper_ct.module | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Changed the status for the set_messages to be error gsb_feature_working_paper_ct.module | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Added validate function gsb_feature_working_paper_ct.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Added a first pass at handling document exceptions from Alfresco gsb_feature_working_paper_ct.module | 119 +++++++++++++++++++++++------------- 1 file changed, 75 insertions(+), 44 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Changed the status for the set_messages to be error gsb_feature_working_paper_ct.module | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Added validate function gsb_feature_working_paper_ct.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3480 Added a first pass at handling document exceptions from Alfresco gsb_feature_working_paper_ct.module | 161 +++++++++++++++++++++++++++--------- 1 file changed, 122 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3486 Added code to delete uploaded file during node presave gsb_feature_working_paper_ct.module | 66 +++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060-1 Changed to show fields (as disabled) if the user has administrator role gsb_feature_working_paper_ct.module | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060-1 Adding changes to support modifying an existing document/file WebScripts/updateworkingpaper.get.html.ftl | 1 + WebScripts/updateworkingpaper.post.js | 3 +- gsb_feature_working_paper_ct.module | 55 ++++++++++++++++++++++++------ 3 files changed, 48 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060 Added setting for itemid and some code cleanup gsb_feature_working_paper_ct.module | 60 ++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060 Added variable for gsb_feature_working_paper_ct_alfresco_folder gsb_feature_working_paper_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060 Adding the WebScript files which run on the Alfresco server WebScripts/README.md | 18 ++++++++++++++++++ WebScripts/updateworkingpaper.get.desc.xml | 5 +++++ WebScripts/updateworkingpaper.get.html.ftl | 22 ++++++++++++++++++++++ WebScripts/updateworkingpaper.post.desc.xml | 5 +++++ WebScripts/updateworkingpaper.post.html.ftl | 5 +++++ WebScripts/updateworkingpaper.post.js | 15 +++++++++++++++ gsb_feature_working_paper_ct.module | 2 +- 7 files changed, 71 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 Fixed a small typo. gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 A little code cleanup. gsb_feature_working_paper_ct.module | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 Added debugging function _gsb_feature_working_paper_ct_getObject() gsb_feature_working_paper_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 Rough draft of code to support update of Alfresco whenever a working paper node is saved gsb_feature_working_paper_ct.module | 237 +++++++++++++++++++++++++++++++++--- 1 file changed, 223 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Small cleaned up for function _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Added a very rough draft version of the new _gsb_feature_working_paper_ct_updateAlfresco() function gsb_feature_working_paper_ct.module | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Added new function _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060 Added setting for itemid and some code cleanup gsb_feature_working_paper_ct.module | 60 ++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060 Added variable for gsb_feature_working_paper_ct_alfresco_folder gsb_feature_working_paper_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3060 Adding the WebScript files which run on the Alfresco server WebScripts/README.md | 18 ++++++++++++++++++ WebScripts/updateworkingpaper.get.desc.xml | 5 +++++ WebScripts/updateworkingpaper.get.html.ftl | 22 ++++++++++++++++++++++ WebScripts/updateworkingpaper.post.desc.xml | 5 +++++ WebScripts/updateworkingpaper.post.html.ftl | 5 +++++ WebScripts/updateworkingpaper.post.js | 15 +++++++++++++++ gsb_feature_working_paper_ct.module | 2 +- 7 files changed, 71 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 Fixed a small typo. gsb_feature_working_paper_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 A little code cleanup. gsb_feature_working_paper_ct.module | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 Added debugging function _gsb_feature_working_paper_ct_getObject() gsb_feature_working_paper_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3060 Rough draft of code to support update of Alfresco whenever a working paper node is saved gsb_feature_working_paper_ct.module | 237 +++++++++++++++++++++++++++++++++--- 1 file changed, 223 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3380: update field group wrapper. gsb_feature_working_paper_ct.field_group.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3380: update date field order. gsb_feature_working_paper_ct.features.field_instance.inc | 3 ++- gsb_feature_working_paper_ct.field_group.inc | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3433: Check if the value is not empty to fix some issues. gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3380: update field group wrapper. gsb_feature_working_paper_ct.field_group.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3380: update date field order. gsb_feature_working_paper_ct.features.field_instance.inc | 3 ++- gsb_feature_working_paper_ct.field_group.inc | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3390 Form alter to check SSRN checkbox default gsb_feature_working_paper_ct.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update working paper view modes. gsb_feature_working_paper_ct.ds.inc | 197 +++++++++++++++++---- ...re_working_paper_ct.features.field_instance.inc | 191 +++++++++++--------- gsb_feature_working_paper_ct.field_group.inc | 4 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 276 insertions(+), 122 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update working paper view modes. gsb_feature_working_paper_ct.ds.inc | 197 +++++++++++++++++---- ...re_working_paper_ct.features.field_instance.inc | 191 +++++++++++--------- gsb_feature_working_paper_ct.field_group.inc | 4 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 276 insertions(+), 122 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3315 Added import of cwoPublicationYear into field_year_of_publication gsb_feature_working_paper_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3316 A little code cleanup to remove unit testing code. gsb_feature_working_paper_ct.module | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3316 New functions to set the 'Other Author' values for Working Papers gsb_feature_working_paper_ct.module | 93 +++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3337 Deleting field instance of field_pub_date_month ...re_working_paper_ct.features.field_instance.inc | 60 ---------------------- gsb_feature_working_paper_ct.info | 1 - 2 files changed, 61 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added field_month ...re_working_paper_ct.features.field_instance.inc | 231 ++++++--------------- gsb_feature_working_paper_ct.field_group.inc | 5 +- gsb_feature_working_paper_ct.info | 3 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 75 insertions(+), 170 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added field_month ...re_working_paper_ct.features.field_instance.inc | 231 ++++++--------------- gsb_feature_working_paper_ct.field_group.inc | 5 +- gsb_feature_working_paper_ct.info | 3 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 75 insertions(+), 170 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. gsb_feature_working_paper_ct.features.field_instance.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3260 Label changes ...re_working_paper_ct.features.field_instance.inc | 53 ++++++++++++++++++++-- gsb_feature_working_paper_ct.field_group.inc | 4 +- 2 files changed, 51 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3236 Removing first help text line. gsb_feature_working_paper_ct.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3260 Removed first line of help text. gsb_feature_working_paper_ct.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3260 Label changes ...re_working_paper_ct.features.field_instance.inc | 53 ++++++++++++++++++++-- gsb_feature_working_paper_ct.field_group.inc | 4 +- 2 files changed, 51 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3236 Removing first help text line. gsb_feature_working_paper_ct.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3267: Add date field. ...re_working_paper_ct.features.field_instance.inc | 243 ++++++++++++++++++++- gsb_feature_working_paper_ct.field_group.inc | 4 +- gsb_feature_working_paper_ct.info | 4 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 243 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 Added new permission hook gsb_feature_working_paper_ct.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 Fixing a feature export issue, where the widget was incorrect gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 A little more clean up to remove some delete field cruft gsb_feature_working_paper_ct.ds.inc | 29 ---------------------- ...re_working_paper_ct.features.field_instance.inc | 2 -- gsb_feature_working_paper_ct.field_group.inc | 3 +-- gsb_feature_working_paper_ct.module | 15 ----------- 4 files changed, 1 insertion(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 Resolving a few issues that came after the last integration gsb_feature_working_paper_ct.admin.inc | 6 +++++ ...re_working_paper_ct.features.field_instance.inc | 31 +++++++++++----------- gsb_feature_working_paper_ct.field_group.inc | 8 +++--- gsb_feature_working_paper_ct.module | 27 +++++++++++++++++-- gsb_feature_working_paper_ct.strongarm.inc | 6 ++--- 5 files changed, 54 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Added code to handle sending the Refresh Database email notification gsb_feature_working_paper_ct.module | 132 +++++++++++++++++++++++++++++++----- 1 file changed, 116 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 More field/form changes ...re_working_paper_ct.features.field_instance.inc | 240 ++++++++++++--------- gsb_feature_working_paper_ct.field_group.inc | 30 +++ gsb_feature_working_paper_ct.info | 6 +- 3 files changed, 168 insertions(+), 108 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 New code for emailing research db changes to contact gsb_feature_working_paper_ct.module | 94 ++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Adding token_replace handling gsb_feature_working_paper_ct.module | 59 +++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Added new field field_research_databases ...re_working_paper_ct.features.field_instance.inc | 50 ++++++++++++++++++++++ gsb_feature_working_paper_ct.info | 1 + 2 files changed, 51 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 New admin config settings page for refresh db emails gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Change in stub functions to get variable settings gsb_feature_working_paper_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Added stub functions for hooking node_insert and node_update gsb_feature_working_paper_ct.module | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_feature_working_paper_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. ...re_working_paper_ct.features.field_instance.inc | 69 ++++++++++++++++++---- gsb_feature_working_paper_ct.field_group.inc | 2 +- gsb_feature_working_paper_ct.info | 10 +++- gsb_feature_working_paper_ct.strongarm.inc | 8 +-- 4 files changed, 72 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Added collapsed group for tagging ...re_working_paper_ct.features.field_instance.inc | 18 ++++++------- gsb_feature_working_paper_ct.field_group.inc | 30 ++++++++++++++++++++++ gsb_feature_working_paper_ct.info | 2 ++ gsb_feature_working_paper_ct.strongarm.inc | 6 ++--- 4 files changed, 44 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3056 Alter the form for the working paper node gsb_feature_working_paper_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Added upload file field for future support of drupal to alfresco updates ...re_working_paper_ct.features.field_instance.inc | 72 +++++++++++++++++++--- gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 67 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Removed references to deleted fields from the search field gsb_feature_working_paper_ct.features.field_instance.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Removed some fields and added help text ...re_working_paper_ct.features.field_instance.inc | 327 ++------------------- gsb_feature_working_paper_ct.info | 5 - gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 30 insertions(+), 308 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer, 2 years, 5 months ago WP-3056 Changed the import code to remove the fields that have been deleted. gsb_feature_working_paper_ct.module | 40 ------------------------------------- 1 file changed, 40 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3279 Change widget for the month field gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3267: Add date field. ...re_working_paper_ct.features.field_instance.inc | 243 ++++++++++++++++++++- gsb_feature_working_paper_ct.field_group.inc | 4 +- gsb_feature_working_paper_ct.info | 4 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 243 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 Added new permission hook gsb_feature_working_paper_ct.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 Fixing a feature export issue, where the widget was incorrect gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 A little more clean up to remove some delete field cruft gsb_feature_working_paper_ct.ds.inc | 29 ---------------------- ...re_working_paper_ct.features.field_instance.inc | 2 -- gsb_feature_working_paper_ct.field_group.inc | 3 +-- gsb_feature_working_paper_ct.module | 15 ----------- 4 files changed, 1 insertion(+), 48 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013-1 Resolving a few issues that came after the last integration gsb_feature_working_paper_ct.admin.inc | 6 +++++ ...re_working_paper_ct.features.field_instance.inc | 31 +++++++++++----------- gsb_feature_working_paper_ct.field_group.inc | 8 +++--- gsb_feature_working_paper_ct.module | 27 +++++++++++++++++-- gsb_feature_working_paper_ct.strongarm.inc | 6 ++--- 5 files changed, 54 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Added code to handle sending the Refresh Database email notification gsb_feature_working_paper_ct.module | 132 +++++++++++++++++++++++++++++++----- 1 file changed, 116 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 More field/form changes ...re_working_paper_ct.features.field_instance.inc | 240 ++++++++++++--------- gsb_feature_working_paper_ct.field_group.inc | 30 +++ gsb_feature_working_paper_ct.info | 6 +- 3 files changed, 168 insertions(+), 108 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 New code for emailing research db changes to contact gsb_feature_working_paper_ct.module | 94 ++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Adding token_replace handling gsb_feature_working_paper_ct.module | 59 +++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Added new field field_research_databases ...re_working_paper_ct.features.field_instance.inc | 50 ++++++++++++++++++++++ gsb_feature_working_paper_ct.info | 1 + 2 files changed, 51 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 New admin config settings page for refresh db emails gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Change in stub functions to get variable settings gsb_feature_working_paper_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Added stub functions for hooking node_insert and node_update gsb_feature_working_paper_ct.module | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Added code to handle sending the Refresh Database email notification gsb_feature_working_paper_ct.module | 132 +++++++++++++++++++++++++++++++----- 1 file changed, 116 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 More field/form changes ...re_working_paper_ct.features.field_instance.inc | 269 ++++++++++++--------- gsb_feature_working_paper_ct.field_group.inc | 32 ++- gsb_feature_working_paper_ct.info | 6 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 187 insertions(+), 126 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 New code for emailing research db changes to contact gsb_feature_working_paper_ct.module | 94 ++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Adding token_replace handling gsb_feature_working_paper_ct.module | 59 +++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Added new field field_research_databases ...re_working_paper_ct.features.field_instance.inc | 66 +++++++++++++++++++--- gsb_feature_working_paper_ct.field_group.inc | 2 +- gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 4 files changed, 63 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago Delete gsb_feature_working_paper_ct.admin.inc gsb_feature_working_paper_ct.admin.inc | 20 -------------------- 1 file changed, 20 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 New admin config settings page for refresh db emails gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 New admin config settings page for refresh db emails gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Change in stub functions to get variable settings gsb_feature_working_paper_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3013 Added stub functions for hooking node_insert and node_update gsb_feature_working_paper_ct.module | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_feature_working_paper_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. ...re_working_paper_ct.features.field_instance.inc | 69 ++++++++++++++++++---- gsb_feature_working_paper_ct.field_group.inc | 2 +- gsb_feature_working_paper_ct.info | 10 +++- gsb_feature_working_paper_ct.strongarm.inc | 8 +-- 4 files changed, 72 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Added collapsed group for tagging ...re_working_paper_ct.features.field_instance.inc | 18 ++++++------- gsb_feature_working_paper_ct.field_group.inc | 30 ++++++++++++++++++++++ gsb_feature_working_paper_ct.info | 2 ++ gsb_feature_working_paper_ct.strongarm.inc | 6 ++--- 4 files changed, 44 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3056 Alter the form for the working paper node gsb_feature_working_paper_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Added upload file field for future support of drupal to alfresco updates ...re_working_paper_ct.features.field_instance.inc | 72 +++++++++++++++++++--- gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 67 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Removed references to deleted fields from the search field gsb_feature_working_paper_ct.features.field_instance.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Removed some fields and added help text ...re_working_paper_ct.features.field_instance.inc | 327 ++------------------- gsb_feature_working_paper_ct.info | 5 - gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 30 insertions(+), 308 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3056 Changed the import code to remove the fields that have been deleted. gsb_feature_working_paper_ct.module | 40 ------------------------------------- 1 file changed, 40 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago Merge branch 'WP-3056' of github.com:gsbitse/gsb_feature_working_paper_ct into WP-3056 view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Added collapsed group for tagging ...re_working_paper_ct.features.field_instance.inc | 18 ++++++------- gsb_feature_working_paper_ct.field_group.inc | 30 ++++++++++++++++++++++ gsb_feature_working_paper_ct.info | 2 ++ gsb_feature_working_paper_ct.strongarm.inc | 6 ++--- 4 files changed, 44 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3056 Alter the form for the working paper node gsb_feature_working_paper_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Added upload file field for future support of drupal to alfresco updates ...re_working_paper_ct.features.field_instance.inc | 72 +++++++++++++++++++--- gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 67 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Small cleaned up for function _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Removed references to deleted fields from the search field gsb_feature_working_paper_ct.features.field_instance.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3056 Removed some fields and added help text ...re_working_paper_ct.features.field_instance.inc | 327 ++------------------- gsb_feature_working_paper_ct.info | 5 - gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 30 insertions(+), 308 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3056 Changed the import code to remove the fields that have been deleted. gsb_feature_working_paper_ct.module | 40 ------------------------------------- 1 file changed, 40 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Added a very rough draft version of the new _gsb_feature_working_paper_ct_updateAlfresco() function gsb_feature_working_paper_ct.module | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3060 Added new function _gsb_feature_working_paper_ct_setTags() gsb_feature_working_paper_ct.module | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3125 Removed code which was importing into field_author gsb_feature_working_paper_ct.module | 8 -------- 1 file changed, 8 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3085: remove authors wrapper div. gsb_feature_working_paper_ct.ds.inc | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3085: remove authors wrapper div. gsb_feature_working_paper_ct.ds.inc | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2992 Removed field_author and field_author_sunet_id_reference ...re_working_paper_ct.features.field_instance.inc | 104 --------------------- gsb_feature_working_paper_ct.info | 3 +- 2 files changed, 1 insertion(+), 106 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3047: replace author with authors field collection. gsb_feature_working_paper_ct.ds.inc | 94 +++++++------- ...re_working_paper_ct.features.field_instance.inc | 136 +++++++++++---------- gsb_feature_working_paper_ct.strongarm.inc | 24 +++- 3 files changed, 142 insertions(+), 112 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3047: replace author with authors field collection. gsb_feature_working_paper_ct.ds.inc | 94 +++++++------- ...re_working_paper_ct.features.field_instance.inc | 136 +++++++++++---------- gsb_feature_working_paper_ct.strongarm.inc | 24 +++- 3 files changed, 142 insertions(+), 112 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3047: includ faculty authors change. gsb_feature_working_paper_ct.ds.inc | 37 +++++++--------------- ...re_working_paper_ct.features.field_instance.inc | 21 +++--------- gsb_feature_working_paper_ct.strongarm.inc | 9 +++++- 3 files changed, 23 insertions(+), 44 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3046: add authors to right. gsb_feature_working_paper_ct.ds.inc | 37 +++++++--------------- ...re_working_paper_ct.features.field_instance.inc | 21 +++--------- gsb_feature_working_paper_ct.strongarm.inc | 9 +++++- 3 files changed, 23 insertions(+), 44 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3048: Have working_paper opt-in to having an authors field. gsb_feature_working_paper_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3020 Added checking for 'default/empty' author. Resolves issue found in unit testing. gsb_feature_working_paper_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3020 Code cleanup. gsb_feature_working_paper_ct.module | 83 ++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 38 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3020 Code cleanup. gsb_feature_working_paper_ct.module | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3020 Add code to import into the field_authors field collection gsb_feature_working_paper_ct.module | 65 +++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3020 Added the field_authors field ...re_working_paper_ct.features.field_instance.inc | 85 ++++++++++++++++++---- gsb_feature_working_paper_ct.info | 2 + gsb_feature_working_paper_ct.strongarm.inc | 6 +- 3 files changed, 75 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2816-2 Put in changes now that Alfresco production service url is in place. gsb_feature_working_paper_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: shorter word limit. gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: trim description on word with ellipsis. ...re_working_paper_ct.features.field_instance.inc | 28 +++++++++++++++++----- gsb_feature_working_paper_ct.info | 1 + 2 files changed, 23 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: shorter word limit. gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: trim description on word with ellipsis. ...re_working_paper_ct.features.field_instance.inc | 28 +++++++++++++++++----- gsb_feature_working_paper_ct.info | 1 + 2 files changed, 23 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2721: update working papers taxonomy. gsb_feature_working_paper_ct.ds.inc | 28 ++++++---- ...re_working_paper_ct.features.field_instance.inc | 64 ++++++++++++---------- gsb_feature_working_paper_ct.field_group.inc | 28 ++++++++++ gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 3 + 5 files changed, 82 insertions(+), 42 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2721: update working papers taxonomy. gsb_feature_working_paper_ct.ds.inc | 28 ++++++---- ...re_working_paper_ct.features.field_instance.inc | 64 ++++++++++++---------- gsb_feature_working_paper_ct.field_group.inc | 28 ++++++++++ gsb_feature_working_paper_ct.info | 1 + gsb_feature_working_paper_ct.strongarm.inc | 3 + 5 files changed, 82 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2816 Removed protocol function that was incorrectly add in last commit gsb_feature_working_paper_ct.module | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2816 Added call Alfresco services to get tags for Case and Working Papers gsb_feature_working_paper_ct.module | 87 +++++++++++++++++++++++++++++++++---- 1 file changed, 79 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2768 Use document name as title, if title is empty gsb_feature_working_paper_ct.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2751 Fixed typo for Working Paper field_document_name gsb_feature_working_paper_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add search field. ...re_working_paper_ct.features.field_instance.inc | 70 ++++++++++++++++++++++ gsb_feature_working_paper_ct.info | 5 +- 2 files changed, 73 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: remove label on terms. gsb_feature_working_paper_ct.ds.inc | 2 -- gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: update the taxonomy urls. gsb_feature_working_paper_ct.features.field_instance.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: configure teaser listing display. gsb_feature_working_paper_ct.ds.inc | 148 +++++++++++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 147 ++++++++++++++++++-- gsb_feature_working_paper_ct.field_group.inc | 28 ++++ gsb_feature_working_paper_ct.info | 4 + gsb_feature_working_paper_ct.strongarm.inc | 3 + 5 files changed, 320 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2712: ds settings for working paper teaser. gsb_feature_working_paper_ct.ds.inc | 116 +++++++++++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 79 ++++++++------ gsb_feature_working_paper_ct.features.inc | 3 + gsb_feature_working_paper_ct.field_group.inc | 46 ++++++++ gsb_feature_working_paper_ct.info | 5 + 5 files changed, 219 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago Change sets to NULL gsb_feature_working_paper_ct.module | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Change import of description gsb_feature_working_paper_ct.module | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Hide wysiwyg on description. gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- gsb_feature_working_paper_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Change import of description gsb_feature_working_paper_ct.module | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2666 Change to plain text handling on field_document_name gsb_feature_working_paper_ct.module | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2666 Added new field field_academic_area_unlimited ...re_working_paper_ct.features.field_instance.inc | 59 ++++++++++++++++++---- gsb_feature_working_paper_ct.info | 5 +- gsb_feature_working_paper_ct.module | 25 +++++++-- gsb_feature_working_paper_ct.strongarm.inc | 6 +-- 4 files changed, 75 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2666 Change to plain text handling on field_document_name gsb_feature_working_paper_ct.module | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2666 Added new field field_academic_area_unlimited ...re_working_paper_ct.features.field_instance.inc | 59 ++++++++++++++++++---- gsb_feature_working_paper_ct.info | 5 +- gsb_feature_working_paper_ct.module | 30 +++++++++-- gsb_feature_working_paper_ct.strongarm.inc | 6 +-- 4 files changed, 81 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2356 Commented out code to set the field_tag values. gsb_feature_working_paper_ct.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Use plain text for document name. gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- gsb_feature_working_paper_ct.info | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2651 Added code to import tags. gsb_feature_working_paper_ct.module | 53 ++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2651 Added code to save the image id. gsb_feature_working_paper_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changing the url pattern. gsb_feature_working_paper_ct.strongarm.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_feature_working_paper_ct.module | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 removing dt() gsb_feature_working_paper_ct.module | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changing to use gsb_cmis_log gsb_feature_working_paper_ct.info | 7 ++++++ gsb_feature_working_paper_ct.module | 49 +++++++++++++++++-------------------- 2 files changed, 30 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Adjustment to how year is saved gsb_feature_working_paper_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Added field_product_type as a field instance ...re_working_paper_ct.features.field_instance.inc | 56 +++++++++++++++++++--- gsb_feature_working_paper_ct.info | 5 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +-- 3 files changed, 56 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Code changes for the import. gsb_feature_working_paper_ct.module | 157 +++++++++++++++++++++++++++++------- 1 file changed, 127 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changing the url pattern. gsb_feature_working_paper_ct.strongarm.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_feature_working_paper_ct.module | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 removing dt() gsb_feature_working_paper_ct.module | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changing to use gsb_cmis_log gsb_feature_working_paper_ct.info | 7 ++++++ gsb_feature_working_paper_ct.module | 49 +++++++++++++++++-------------------- 2 files changed, 30 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: hgupta, 2 years, 7 months ago WP-2609: unlinked keywords gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Adjustment to how year is saved gsb_feature_working_paper_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Added field_product_type as a field instance ...re_working_paper_ct.features.field_instance.inc | 56 +++++++++++++++++++--- gsb_feature_working_paper_ct.info | 5 +- gsb_feature_working_paper_ct.strongarm.inc | 6 +-- 3 files changed, 56 insertions(+), 11 deletions(-) view commit - committer: hgupta, 2 years, 7 months ago author: hgupta, 2 years, 7 months ago WP-2609: unlinked keywords gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Code changes for the import. gsb_feature_working_paper_ct.module | 157 +++++++++++++++++++++++++++++------- 1 file changed, 127 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Turn off wysiwyg for field_document_name. gsb_feature_working_paper_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Remove unnecessary fields. Reexport field data. ...eature_working_paper_ct.features.field_base.inc | 43 -------------------- ...re_working_paper_ct.features.field_instance.inc | 47 +--------------------- gsb_feature_working_paper_ct.info | 7 ++-- 3 files changed, 4 insertions(+), 93 deletions(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2578: Added configuration for Academic area gsb_feature_working_paper_ct.features.field_instance.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago Added display suite configuration ...re_working_paper_ct.features.field_instance.inc | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2578: Added display suite configuration gsb_feature_working_paper_ct.ds.inc | 173 +++++++++++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 119 ++++++-------- gsb_feature_working_paper_ct.features.inc | 3 + gsb_feature_working_paper_ct.info | 6 + gsb_feature_working_paper_ct.strongarm.inc | 45 +++++- 5 files changed, 275 insertions(+), 71 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2357 Removing field_e_copy ...re_working_paper_ct.features.field_instance.inc | 51 ---------------------- gsb_feature_working_paper_ct.info | 10 +---- gsb_feature_working_paper_ct.module | 6 --- 3 files changed, 2 insertions(+), 65 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2357 Added new functions gsb_feature_working_paper_ct_cmis_import() and gsb_feature_working_paper_ct_gsb_cmis_content_type_import_info() gsb_feature_working_paper_ct.info | 7 ++ gsb_feature_working_paper_ct.module | 136 ++++++++++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2357 Adding new field for the content type ...re_working_paper_ct.features.field_instance.inc | 856 ++++++++++++++++++++- gsb_feature_working_paper_ct.info | 30 +- gsb_feature_working_paper_ct.strongarm.inc | 36 + 3 files changed, 904 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago Initial commit ...eature_working_paper_ct.features.field_base.inc | 43 ++++++++++++++ ...re_working_paper_ct.features.field_instance.inc | 65 ++++++++++++++++++++++ gsb_feature_working_paper_ct.features.inc | 31 +++++++++++ gsb_feature_working_paper_ct.info | 19 +++++++ gsb_feature_working_paper_ct.module | 7 +++ gsb_feature_working_paper_ct.strongarm.inc | 52 +++++++++++++++++ 6 files changed, 217 insertions(+) view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago Initial commit README.md | 4 ++++ 1 file changed, 4 insertions(+)
=========================================== ./gsb_feature_week_in_the_life_display =========================================== view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3752: Add WITL default local task in WITL view to fake a page title for breadcrumbs_by_path to consume. gsb_feature_week_in_the_life_display.views_default.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3353: update witl intro text. gsb_feature_week_in_the_life_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_people_display =========================================== view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-2585: Sort autocomplete by title. gsb_feature_people_display.info | 2 +- gsb_feature_people_display.views_default.inc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago WP-2370: Remove hardcoded filter and allow multiple values. gsb_feature_people_display.views_default.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
=========================================== ./gsb_feature_alumni_reunion_agenda_item_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add back wrapper classes. gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 8 +++++--- gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 12 ++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5434 Added empty tests to remove watchdog warnings. gsb_feature_alumni_reunion_agenda_item_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5408: add divs to file fields. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move files field inside related block ...lumni_reunion_agenda_item_ct.features.field_instance.inc | 13 ++++++------- gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 10 +++++----- 2 files changed, 11 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5400 remove the field field_person_fac_ref ...nion_agenda_item_ct.features.field_instance.inc | 58 +--------------------- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 - 2 files changed, 2 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 78 +++++++++++----------- ...nion_agenda_item_ct.features.field_instance.inc | 55 ++++++++------- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +-- 3 files changed, 75 insertions(+), 68 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 update allowed formats for file field gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 remove old alumni ref field ...nion_agenda_item_ct.features.field_instance.inc | 59 ---------------------- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 - 2 files changed, 60 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add files field ...nion_agenda_item_ct.features.field_instance.inc | 77 ++++++++++++++++++++++ gsb_feature_alumni_reunion_agenda_item_ct.info | 1 + ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 6 +- 3 files changed, 81 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add the person ref field ...nion_agenda_item_ct.features.field_instance.inc | 65 ++++++++++++++++++++-- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 7 ++- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 + 3 files changed, 66 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5408: add divs to file fields. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move files field inside related block ...lumni_reunion_agenda_item_ct.features.field_instance.inc | 13 ++++++------- gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 10 +++++----- 2 files changed, 11 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5400 remove the field field_person_fac_ref ...nion_agenda_item_ct.features.field_instance.inc | 58 +--------------------- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 - 2 files changed, 2 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago Merge branch 'WP-5391-1' into release-5.08 view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 78 +++++++++++----------- ...nion_agenda_item_ct.features.field_instance.inc | 55 ++++++++------- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +-- 3 files changed, 75 insertions(+), 68 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5400 remove the field field_person_fac_ref ...nion_agenda_item_ct.features.field_instance.inc | 59 ---------------------- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 - 2 files changed, 60 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 78 +++++++++++----------- ...nion_agenda_item_ct.features.field_instance.inc | 55 ++++++++------- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +-- 3 files changed, 75 insertions(+), 68 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 update allowed formats for file field gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 remove old alumni ref field ...nion_agenda_item_ct.features.field_instance.inc | 59 ---------------------- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 - 2 files changed, 60 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add files field ...nion_agenda_item_ct.features.field_instance.inc | 77 ++++++++++++++++++++++ gsb_feature_alumni_reunion_agenda_item_ct.info | 1 + ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 6 +- 3 files changed, 81 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add the person ref field ...nion_agenda_item_ct.features.field_instance.inc | 65 ++++++++++++++++++++-- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 7 ++- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 + 3 files changed, 66 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 revert the wrong label changes gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 label change gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5100 update label for CT field publication ...ture_alumni_reunion_agenda_item_ct.features.field_instance.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5209: Remove javascript solution and use hook_menu_local_tasks_alter. gsb_feature_alumni_reunion_agenda_item_ct.module | 43 ++++++++++++++++++++---- js/add-destination.js | 15 --------- 2 files changed, 37 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5209: Add javacript to add the destination as a path parameter. gsb_feature_alumni_reunion_agenda_item_ct.module | 14 +++++++++++++- js/add-destination.js | 15 +++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5207: Unlink location in the agenda item listing. gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5155-3 Added a new url alias pattern gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5155-3 Removing force_pathauto and the url alias pattern gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5155-3 Added new function gsb_feature_alumni_reunion_agenda_item_ct_create_alias gsb_feature_alumni_reunion_agenda_item_ct.module | 73 ++++++++++++++++++------ 1 file changed, 54 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-51550-2: Use the nodes alias for the session title and the nodes title. Fix alias creation to always update by passing the pid. gsb_feature_alumni_reunion_agenda_item_ct.module | 59 +++++++++++++++--------- 1 file changed, 36 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Fixing up a warning. gsb_feature_alumni_reunion_agenda_item_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Changed how we get the $title_alias for the node link gsb_feature_alumni_reunion_agenda_item_ct.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Adjusted how we check if a path alias already exists. gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5155 remove extra dollar for language gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5155-1 Feature update to set force_pathauto gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Added call to pathauto_alias_uniquify() when creating the path alias gsb_feature_alumni_reunion_agenda_item_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5159: change format for location to allow ampersands to render correctly. gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Changed how we get the $title_alias for the node link gsb_feature_alumni_reunion_agenda_item_ct.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Adjusted how we check if a path alias already exists. gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5155 remove extra dollar for language gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5155-1 Feature update to set force_pathauto gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-1 Added call to pathauto_alias_uniquify() when creating the path alias gsb_feature_alumni_reunion_agenda_item_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5155 update the script to create aliase gsb_feature_alumni_reunion_agenda_item_ct.module | 15 +++++++++------ gsb_feature_alumni_reunion_agenda_item_ct.zip | Bin 2191 -> 0 bytes 2 files changed, 9 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5155 fix the aliases creation function gsb_feature_alumni_reunion_agenda_item_ct.module | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5155 update the logic gsb_feature_alumni_reunion_agenda_item_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5155 fix the aliases creation gsb_feature_alumni_reunion_agenda_item_ct.module | 30 +++++++++++------------ gsb_feature_alumni_reunion_agenda_item_ct.zip | Bin 2261 -> 2191 bytes 2 files changed, 15 insertions(+), 15 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5155 fix the similar title issue with aliases gsb_feature_alumni_reunion_agenda_item_ct.module | 17 ++++++++++++++--- gsb_feature_alumni_reunion_agenda_item_ct.zip | Bin 0 -> 2261 bytes 2 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5159: change format for location to allow ampersands to render correctly. gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5143 remove menu option for node add form gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5151 add open in new window option for location ...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5143 remove menu option for node add form gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5159: change format for location to allow ampersands to render correctly. gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft ...ature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 ++ gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5151 add open in new window option for location ...ture_alumni_reunion_agenda_item_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px ...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px ...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5060 add open in new window for link field in agenda item gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5068 Changed time increment to 5 minutes. gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 ...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4984: use split date and time formatter. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 2 + ...nion_agenda_item_ct.features.field_instance.inc | 4 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 1 - gsb_feature_alumni_reunion_agenda_item_ct.module | 56 ---------------------- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 12 +++++ 5 files changed, 16 insertions(+), 59 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4840 Adjusted how we create the markup link. gsb_feature_alumni_reunion_agenda_item_ct.module | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago Add support for other layouts when hiding multiple exclusives. gsb_feature_alumni_reunion_agenda_item_ct.module | 26 ++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4780 Add check if alias is already been corrected gsb_feature_alumni_reunion_agenda_item_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Adam Moore, 1 year, 7 months ago WP-4785: Hide the superhead if there is more than one reunion group. gsb_feature_alumni_reunion_agenda_item_ct.module | 43 ++++++++++++++++-------- 1 file changed, 29 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4780-2 Added hook to ds_pre_render_alter agenda item links gsb_feature_alumni_reunion_agenda_item_ct.module | 29 +++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: configuration for agenda item listing. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 193 +++++++++++++++++---- ...nion_agenda_item_ct.features.field_instance.inc | 94 ++++++++++ ...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 5 +- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 11 ++ 5 files changed, 271 insertions(+), 42 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4790 updated pricing and registration options ...nion_agenda_item_ct.features.field_instance.inc | 23 ++++++++++------------ 1 file changed, 10 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: configuration for agenda item listing. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 193 +++++++++++++++++---- ...nion_agenda_item_ct.features.field_instance.inc | 94 ++++++++++ ...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 5 +- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 11 ++ 5 files changed, 271 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4794: update pricing to price. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 39 ++++++++++++------------ gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4750 fix the query gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4750 alias fix - use new session field gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4750 fix the query gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4794: update pricing to price. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 39 ++++++++++++------------ gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: update fields for agenda ct. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 200 ++++++++++++++++++--- ...nion_agenda_item_ct.features.field_instance.inc | 81 ++++----- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 41 ++++- gsb_feature_alumni_reunion_agenda_item_ct.info | 3 +- gsb_feature_alumni_reunion_agenda_item_ct.module | 60 ++++++- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +- 6 files changed, 309 insertions(+), 80 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4750 alias fix - use new session field gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4750 make the field required gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4750 remove old and add new alumni session field gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 4 +- ...nion_agenda_item_ct.features.field_instance.inc | 103 ++++++++++----------- gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +- 3 files changed, 55 insertions(+), 56 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4786 Made field_reunion_session_ref a required field gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4781 fixed the alumni duplication gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 12 ++++++------ ...lumni_reunion_agenda_item_ct.features.field_instance.inc | 13 ++++++------- gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 6 +++--- gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +- 4 files changed, 16 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734 add cost field. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 43 +++++++++++++++------- ...nion_agenda_item_ct.features.field_instance.inc | 19 ++++++---- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 2 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +- 5 files changed, 45 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: add title and location wrapper. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 103 ++++++++++++--------- ...nion_agenda_item_ct.features.field_instance.inc | 43 ++++----- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 35 ++++++- gsb_feature_alumni_reunion_agenda_item_ct.info | 3 +- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +- 5 files changed, 115 insertions(+), 73 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: add pane bundle links class. gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4780 Changed the existing path check to use the correct path gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4780 Changed the existing path check to use the correct path gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: detail display settings. gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 138 +++++++++++++++++++-- ...nion_agenda_item_ct.features.field_instance.inc | 56 ++++----- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 8 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 3 +- 4 files changed, 159 insertions(+), 46 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4781 use single faculty unlimited field ...nion_agenda_item_ct.features.field_instance.inc | 107 +++++++++++---------- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 6 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +- 3 files changed, 60 insertions(+), 57 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4783 add all day for date field gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4779 change the date/time field gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 32 ++++++++++++---------- ...nion_agenda_item_ct.features.field_instance.inc | 12 ++++---- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 22 +++++++-------- gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +-- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +-- 5 files changed, 38 insertions(+), 36 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4780 Added support for creating alias for Alumni Reunion Agenda Item Detail pages gsb_feature_alumni_reunion_agenda_item_ct.module | 70 ++++++++++++++++++++++++ 1 file changed, 70 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4774 add new registration field ...nion_agenda_item_ct.features.field_instance.inc | 120 +++++++++++++++++++-- ...e_alumni_reunion_agenda_item_ct.field_group.inc | 2 +- gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +- ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 6 +- 4 files changed, 117 insertions(+), 15 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 Fix different fields in ct gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 120 +++++++++++++++++++++ ...nion_agenda_item_ct.features.field_instance.inc | 42 ++++---- ...ture_alumni_reunion_agenda_item_ct.features.inc | 6 ++ ...e_alumni_reunion_agenda_item_ct.field_group.inc | 75 +++++++++++++ gsb_feature_alumni_reunion_agenda_item_ct.info | 17 ++- gsb_feature_alumni_reunion_agenda_item_ct.module | 66 ++++++++++++ ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 15 ++- 7 files changed, 315 insertions(+), 26 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 fix the field type ...mni_reunion_agenda_item_ct.features.field_instance.inc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 add new field instance to ct ...nion_agenda_item_ct.features.field_instance.inc | 675 ++++++++++++++++++++- gsb_feature_alumni_reunion_agenda_item_ct.info | 14 + ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 93 ++- 3 files changed, 774 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 add alumni reunion agenda item ct ...nion_agenda_item_ct.features.field_instance.inc | 117 +++++++++++++++++++++ ...ture_alumni_reunion_agenda_item_ct.features.inc | 32 ++++++ gsb_feature_alumni_reunion_agenda_item_ct.info | 22 ++++ gsb_feature_alumni_reunion_agenda_item_ct.module | 7 ++ ...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 80 ++++++++++++++ 5 files changed, 258 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_base_fields =========================================== view commit - committer: Greg Mercer (GBear), 34 hours ago author: Greg Mercer (GBear), 34 hours ago WP-7556 Added new option for publication_type - "Core Concept" gsb_feature_base_fields.features.field_base.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7511: add new field to faculty director fc. gsb_feature_base_fields.ds.inc | 4 ++- ...feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.field_group.inc | 2 +- gsb_feature_base_fields.info | 1 - gsb_feature_base_fields.strongarm.inc | 36 ++++++++++++++++++++-- 5 files changed, 39 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7434 Added stackla_name field gsb_feature_base_fields.features.field_base.inc | 41 +++++++++++++------------ gsb_feature_base_fields.info | 2 +- 2 files changed, 23 insertions(+), 20 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7403 Added default images for the faculty_1, faculty_2 and guest program faculty fields gsb_feature_base_fields.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 8 weeks ago author: Greg Mercer, 8 weeks ago WP-7291Changed default_image fid to match production. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7296: making field template to expert gsb_feature_base_fields.ds.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 weeks ago author: Greg Mercer, 9 weeks ago WP-7227 Trying a bit of an experiment to see if I can refer to an existing default image fid on stage. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7283 Removing field field_stackla_display, which is no longer in use. gsb_feature_base_fields.features.field_base.inc | 15 --------------- gsb_feature_base_fields.info | 1 - 2 files changed, 16 deletions(-) view commit - committer: Greg Mercer, 2 months ago author: Greg Mercer, 2 months ago Removing dependencies[] = stackla_field gsb_feature_base_fields.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Added stackla embed code field gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Added stackla embed code field gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7147 Adding Slideshow style (color) field and field instance gsb_feature_base_fields.features.field_base.inc | 29 ++++++++++++ ...feature_base_fields.features.field_instance.inc | 53 ++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 3 files changed, 84 insertions(+) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7175 add new fields for quote gsb_feature_base_fields.features.field_base.inc | 57 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 6 ++- 2 files changed, 61 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Added new slideshow option for Hero Region gsb_feature_base_fields.features.field_base.inc | 1 + gsb_feature_base_fields.info | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7065 added stackla base field gsb_feature_base_fields.features.field_base.inc | 15 +++ gsb_feature_base_fields.info | 2 + gsb_feature_base_fields.strongarm.inc | 120 +----------------------- 3 files changed, 22 insertions(+), 115 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7065 added stackla base field gsb_feature_base_fields.features.field_base.inc | 15 +++ gsb_feature_base_fields.info | 2 + gsb_feature_base_fields.strongarm.inc | 120 +----------------------- 3 files changed, 22 insertions(+), 115 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7043 Changed field template to be theme_ds_field_reset gsb_feature_base_fields.ds.inc | 8 +------- gsb_feature_base_fields.info | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7058 Added new field_hero_region_options gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +++-- 2 files changed, 28 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6961 Changed image fields to have alt text option gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- gsb_feature_base_fields.info | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6906: export field bundle settings for application deadline field collection. ...feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 35 ++++++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6882 Added new base field field_program_category_unlimited gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 27 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6882 Added new base field field_program_category_unlimited gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 27 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Update gsb_feature_base_fields.features.field_instance.inc gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6869 Changing weighting of title and body under phd_job_market_candidate view mode gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago A tinsie winsie change for the Video Description label. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6800 Adding new base field for field_brochure_program_topics gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6777 Changed label to Title under Guest Speaker or Advisors vtab gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6781 Added new base field field_sample_application_file gsb_feature_base_fields.features.field_base.inc | 23 +++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6740 Added new base field field_program_contact_options gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6727 Changing to have no default for field_program_location tax ref radio button fields gsb_feature_base_fields.features.field_instance.inc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6719 Changed to have no default date for schedule used in Program Instance gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6679 Removed base field field_app_requirements_intro gsb_feature_base_fields.features.field_base.inc | 19 ------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 20 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6688 Adding new base field field_display_on_finder_select gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +++-- 2 files changed, 28 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6699: update the faculty link settings. gsb_feature_base_fields.features.field_instance.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6631 Removing base fields field_learn_more_video_title and field_video_description gsb_feature_base_fields.features.field_base.inc | 40 ------------------------- gsb_feature_base_fields.info | 4 +-- 2 files changed, 1 insertion(+), 43 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6675 Correcting taxonomy for key_program_topic gsb_feature_base_fields.features.field_base.inc | 2 +- gsb_feature_base_fields.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6667 Added new base fields field_edit_curriculum_page, field_edit_faculty_page and field_edit_participants_page gsb_feature_base_fields.features.field_base.inc | 63 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +- 2 files changed, 67 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Removed base field field_additional_page_prefix, and some small text changes gsb_feature_base_fields.features.field_base.inc | 29 +++---------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 3 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Adding new base field - field_brochure_options gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +++-- 2 files changed, 30 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: export ds settings for faculty field collections. gsb_feature_base_fields.ds.inc | 413 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 213 +++++------ gsb_feature_base_fields.features.inc | 3 + gsb_feature_base_fields.field_group.inc | 227 +++++++++++ gsb_feature_base_fields.info | 18 + gsb_feature_base_fields.strongarm.inc | 96 ++++- 6 files changed, 847 insertions(+), 123 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6576 Added new base fields for the program_category taxonomy ...feature_base_fields.features.field_instance.inc | 419 --------------------- gsb_feature_base_fields.info | 8 +- 2 files changed, 4 insertions(+), 423 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6576 Added new base fields for the program_category taxonomy gsb_feature_base_fields.features.field_base.inc | 87 +++++ ...feature_base_fields.features.field_instance.inc | 419 +++++++++++++++++++++ gsb_feature_base_fields.info | 10 +- gsb_feature_base_fields.strongarm.inc | 24 +- 4 files changed, 538 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Removing the description field from faculty1 faculty2 and guest field collections ...feature_base_fields.features.field_instance.inc | 327 --------------------- gsb_feature_base_fields.info | 3 - 2 files changed, 330 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added new intro base fields: field_app_requirements_intro, field_key_benefits_intro, field_overview_intro gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++------- ...feature_base_fields.features.field_instance.inc | 25 ++++++++++--- gsb_feature_base_fields.info | 5 ++- 3 files changed, 51 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added new field field_director_title_other to the field_faculty_directors fc gsb_feature_base_fields.features.field_base.inc | 21 ++++ ...feature_base_fields.features.field_instance.inc | 119 +++++++++++++++++++-- gsb_feature_base_fields.info | 2 + 3 files changed, 136 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Changed from using field_person_ref to field_person_fac_single_ref for the Program Instance field collections ...feature_base_fields.features.field_instance.inc | 82 +++++++++++----------- gsb_feature_base_fields.info | 10 +-- gsb_feature_base_fields.strongarm.inc | 8 +-- 3 files changed, 50 insertions(+), 50 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added base fields for the Faculty Directors, Guest and Advisors in Program Instance gsb_feature_base_fields.features.field_base.inc | 291 +++ ...feature_base_fields.features.field_instance.inc | 2482 +++++++++++++++++++- gsb_feature_base_fields.info | 46 + gsb_feature_base_fields.strongarm.inc | 68 + 4 files changed, 2786 insertions(+), 101 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added two new markup prefix fields for labeling on the Program CT gsb_feature_base_fields.features.field_base.inc | 42 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 44 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding new base field field_image_or_video gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding and removing base fields for Program and Program Instance gsb_feature_base_fields.features.field_base.inc | 140 ++++++++++++++------- ...feature_base_fields.features.field_instance.inc | 19 ++- gsb_feature_base_fields.info | 8 +- 3 files changed, 115 insertions(+), 52 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6489 Changed field_instance_date to use site timezone, and have hour/minute info gsb_feature_base_fields.features.field_base.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6494 Added new field field_prequalification_url for Program Instance CT gsb_feature_base_fields.features.field_base.inc | 33 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 3 ++- 2 files changed, 33 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6537 Adding new fields field_curriculum_intro _description_1 and _description_2 gsb_feature_base_fields.features.field_base.inc | 57 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 ++- 2 files changed, 61 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6498 Added new fields field_overview, field_page_link and fc field_additional_pages gsb_feature_base_fields.features.field_base.inc | 95 ++++++++++++++++++------- gsb_feature_base_fields.info | 4 +- gsb_feature_base_fields.strongarm.inc | 24 +------ 3 files changed, 74 insertions(+), 49 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6498 Added new fields field_overview, field_page_link and fc field_additional_pages gsb_feature_base_fields.features.field_base.inc | 95 ++++++++++++++++++------- gsb_feature_base_fields.info | 4 +- gsb_feature_base_fields.strongarm.inc | 24 +------ 3 files changed, 74 insertions(+), 49 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6522 Removed end date required from field_instance_date used in Program Instance gsb_feature_base_fields.features.field_base.inc | 2 +- gsb_feature_base_fields.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6464 Adding new base fields used in Program Instance CT gsb_feature_base_fields.features.field_base.inc | 22 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 23 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6464 Adding new base fields used in Program Instance CT gsb_feature_base_fields.features.field_base.inc | 30 ++++ ...feature_base_fields.features.field_instance.inc | 166 +++++++++++++++++++++ gsb_feature_base_fields.info | 5 +- 3 files changed, 200 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: update for featured program fpp. ...feature_base_fields.features.field_instance.inc | 13 +++++------- gsb_feature_base_fields.strongarm.inc | 24 +++++++++++++++++++++- 2 files changed, 28 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 6 months ago author: Roopesh Naik, 6 months ago WP-6439 Add new base fields for featured program fpp gsb_feature_base_fields.features.field_base.inc | 81 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +- 2 files changed, 85 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6490 Removed the field field_is_program_online and changed the cardinality for field_program_location gsb_feature_base_fields.features.field_base.inc | 27 +------------------------ gsb_feature_base_fields.info | 1 - 2 files changed, 1 insertion(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6390 Adding new base fields after latest review of Program Instance CT gsb_feature_base_fields.features.field_base.inc | 83 +++++++++------ ...feature_base_fields.features.field_instance.inc | 112 +-------------------- gsb_feature_base_fields.info | 8 +- 3 files changed, 62 insertions(+), 141 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6389 Adding base fields related to program and program-instance ct gsb_feature_base_fields.features.field_base.inc | 291 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 12 + 2 files changed, 303 insertions(+) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6399 Adding new base fields for the Program CT gsb_feature_base_fields.features.field_base.inc | 1213 ++++++++++++++------ ...feature_base_fields.features.field_instance.inc | 158 +-- gsb_feature_base_fields.features.taxonomy.inc | 29 + gsb_feature_base_fields.info | 57 +- gsb_feature_base_fields.strongarm.inc | 150 ++- 5 files changed, 1183 insertions(+), 424 deletions(-) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6389 Adding back features[hierarchical_select] lines gsb_feature_base_fields.info | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6389 Fixing typo in last commit gsb_feature_base_fields.features.hierarchical_select.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6389 Added leadership level hs to allow for multiple select ...re_base_fields.features.hierarchical_select.inc | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago WP-6292 Changing field field_key_program_topics to use taxonomy vocab field_key_program_topics gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6292 Changing field field_key_program_topics to use taxonomy vocab field_key_program_topics gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago WP-6292 Added new base fields for Program and Program Instance CTs gsb_feature_base_fields.features.field_base.inc | 370 ++++++++++++++++++++- ...feature_base_fields.features.field_instance.inc | 190 ++++++++++- gsb_feature_base_fields.info | 19 ++ gsb_feature_base_fields.strongarm.inc | 17 + 4 files changed, 588 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago WP-6292 Added new base fields for Program and Program Instance CTs gsb_feature_base_fields.features.field_base.inc | 370 ++++++++++++++++++++- ...feature_base_fields.features.field_instance.inc | 190 ++++++++++- gsb_feature_base_fields.info | 19 ++ gsb_feature_base_fields.strongarm.inc | 17 + 4 files changed, 588 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6309 add new item to faculty rank field gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago WP-6216 Changed to use a list of field names for each file item with a fid gsb_feature_base_fields.module | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6187 update the SAD gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6187 add new base fields to faculty ct gsb_feature_base_fields.features.field_base.inc | 109 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 ++ 2 files changed, 114 insertions(+) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6216 Changed to use a list of field names for each file item with a fid gsb_feature_base_fields.module | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6174 update class and key gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6174 Add new key for people fpp display style field gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6125: remove suffix from smart trimmed name. gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++++++++---- ...feature_base_fields.features.field_instance.inc | 20 ++++++++---------- gsb_feature_base_fields.strongarm.inc | 3 +++ 3 files changed, 32 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6167 Moving field_collection field_video field instances into base fields ...feature_base_fields.features.field_instance.inc | 257 +++++++++++++++++++++ gsb_feature_base_fields.info | 6 + 2 files changed, 263 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Adding new field field_video_url gsb_feature_base_fields.features.field_base.inc | 15 +++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 17 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added new field collection field_video gsb_feature_base_fields.features.field_base.inc | 22 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 23 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6125: remove suffix from smart trimmed name. gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++++++++---- ...feature_base_fields.features.field_instance.inc | 20 ++++++++---------- gsb_feature_base_fields.info | 2 ++ gsb_feature_base_fields.strongarm.inc | 3 +++ 4 files changed, 34 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Adding new field field_video_url gsb_feature_base_fields.features.field_base.inc | 15 +++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 17 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added new field collection field_video gsb_feature_base_fields.features.field_base.inc | 22 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 23 insertions(+) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-6008 remove style selector gsb_feature_base_fields.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-6008 remove h2 for menu block gsb_feature_base_fields.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Initializing $file to null. This resolves a watchdog reported error. gsb_feature_base_fields.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Changin the cardinality for field_circle_topics gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Adding new field field_circle_topics and adding new options for field_publication_type gsb_feature_base_fields.features.field_base.inc | 37 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 2 ++ 2 files changed, 37 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Fixed up a merge error. gsb_feature_base_fields.module | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Roopesh Naik, 12 months ago WP-5847 change the implementation for speakers ...feature_base_fields.features.field_instance.inc | 42 ++++++++++++++++------ 1 file changed, 31 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago WP-5660 Adding check for type image, in addition to file gsb_feature_base_fields.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5847 change the implementation for speakers ...feature_base_fields.features.field_instance.inc | 42 ++++++++++++++++------ 1 file changed, 31 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Roopesh Naik, 12 months ago WP-5849 move the code which hides extra field above the other code gsb_feature_base_fields.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago WP-5660 Adding check for type image, in addition to file gsb_feature_base_fields.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago Added test to check if we are working on a node form gsb_feature_base_fields.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago Adding change to test for field_id. gsb_feature_base_fields.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago WP-5660 Fixed an issue for handling multiple files gsb_feature_base_fields.module | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5660 Handle permanent delete of files that have been removed from a ct gsb_feature_base_fields.module | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5703 Removing more addthis stuffs. sigh gsb_feature_base_fields.features.field_base.inc | 17 ----------------- gsb_feature_base_fields.info | 2 -- 2 files changed, 19 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5809: export strongarm setting. gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5849 move the code which hides extra field above the other code gsb_feature_base_fields.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago Merge branch 'WP-5660-1' into release-5.15 view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5660 Adding check for type image, in addition to file gsb_feature_base_fields.module | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5660 Adding check for type image, in addition to file gsb_feature_base_fields.module | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Added test to check if we are working on a node form gsb_feature_base_fields.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Adding change to test for field_id. gsb_feature_base_fields.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago WP-5660 Fixed an issue for handling multiple files gsb_feature_base_fields.module | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5660 Fixed an issue for handling multiple files gsb_feature_base_fields.module | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5660 Handle permanent delete of files that have been removed from a ct gsb_feature_base_fields.module | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5703 Removing more addthis stuffs. sigh gsb_feature_base_fields.features.field_base.inc | 17 ----------------- gsb_feature_base_fields.info | 2 -- 2 files changed, 19 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5809: export strongarm setting. gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5791 Attempting to add back the settings for field_event_who_attend gsb_feature_base_fields.features.field_base.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5680 add new event status - closed gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5680 remove the old cvent field gsb_feature_base_fields.features.field_base.inc | 21 --------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 22 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5680 add new cvent timezone field gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 22 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 remove 2 fields and add 1 calendar display field gsb_feature_base_fields.features.field_base.inc | 75 +++++++++---------------- gsb_feature_base_fields.info | 3 +- 2 files changed, 26 insertions(+), 52 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 add new base fields gsb_feature_base_fields.features.field_base.inc | 50 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 52 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5575: configure teaser. ...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5575: export teaser view mode. gsb_feature_base_fields.ds.inc | 23 +++++++++++++++++++++++ gsb_feature_base_fields.features.inc | 3 +++ gsb_feature_base_fields.info | 3 +++ 3 files changed, 29 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5700: hide sponsor labels. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5700: remove line endings. ...feature_base_fields.features.field_instance.inc | 10010 +++++++++---------- 1 file changed, 5005 insertions(+), 5005 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5473 add admission event ct ref to related content gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5472 add admission event ct ref in featured content gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5680 add new event status field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5659 Added hide_if_string when field_event_location_type equals 'Online' ...feature_base_fields.features.field_instance.inc | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5649 Changing field_event_location-field_address to use gsb_field_formatter_address_custom gsb_feature_base_fields.features.field_instance.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5641: update labels. gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5436 Adding plugin gsb_feature_event_address for validation of field_event_location-field_address ...feature_base_fields.features.field_instance.inc | 9929 ++++++++++---------- 1 file changed, 4965 insertions(+), 4964 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago Changing keys for field_event_location_type gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: update location field settings. gsb_feature_base_fields.features.field_instance.inc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: update field collection settings for admission event. gsb_feature_base_fields.features.field_base.inc | 10 ++- ...feature_base_fields.features.field_instance.inc | 74 ++++++++++------------ gsb_feature_base_fields.strongarm.inc | 24 ++++++- 3 files changed, 62 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5570 make speakers not required gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5560 set the correct key values for event location type gsb_feature_base_fields.features.field_base.inc | 4 ++-- gsb_feature_base_fields.features.field_instance.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding new field field_register_time_zone and changing field_event_who_attend to a text field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Some small changes in help text and defaults gsb_feature_base_fields.features.field_instance.inc | 11 ++++++++--- gsb_feature_base_fields.info | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding use of event_attendance_statement taxonomy gsb_feature_base_fields.features.field_base.inc | 2 +- gsb_feature_base_fields.info | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Fixing up some base field feature export issues around field instances gsb_feature_base_fields.features.field_base.inc | 60 +++---- ...feature_base_fields.features.field_instance.inc | 199 ++++++++++++++++++++- gsb_feature_base_fields.info | 8 +- 3 files changed, 226 insertions(+), 41 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changes related to event ct gsb_feature_base_fields.features.field_base.inc | 117 +- ...feature_base_fields.features.field_instance.inc | 8888 +++++++++++--------- gsb_feature_base_fields.info | 16 + gsb_feature_base_fields.strongarm.inc | 34 + 4 files changed, 4955 insertions(+), 4100 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 rename registration date field gsb_feature_base_fields.features.field_base.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add few more new base fields gsb_feature_base_fields.features.field_base.inc | 57 ++++++++++++++++++++++++- gsb_feature_base_fields.info | 2 + 2 files changed, 58 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new base field gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new base fields gsb_feature_base_fields.features.field_base.inc | 137 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 8 +- 2 files changed, 144 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5809: export strongarm setting. gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5791 Attempting to add back the settings for field_event_who_attend gsb_feature_base_fields.features.field_base.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5660 Handle permanent delete of files that have been removed from a ct gsb_feature_base_fields.module | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new event status - closed gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year ago WP-5680 remove the old cvent field gsb_feature_base_fields.features.field_base.inc | 21 --------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 22 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new cvent timezone field gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 22 insertions(+) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new event status - closed gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 remove 2 fields and add 1 calendar display field gsb_feature_base_fields.features.field_base.inc | 75 +++++++++---------------- gsb_feature_base_fields.info | 3 +- 2 files changed, 26 insertions(+), 52 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 add new base fields gsb_feature_base_fields.features.field_base.inc | 50 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 52 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5575: configure teaser. ...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) view commit - committer: Adam Moore, 1 year ago author: Adam Moore, 1 year ago Merge branch 'WP-5575' into release-5.14 view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 remove the old cvent field gsb_feature_base_fields.features.field_base.inc | 21 --------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 22 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new cvent timezone field gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 22 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5575: export teaser view mode. gsb_feature_base_fields.ds.inc | 23 +++++++++++++++++++++++ gsb_feature_base_fields.features.inc | 3 +++ gsb_feature_base_fields.info | 3 +++ 3 files changed, 29 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5700: hide sponsor labels. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5700: remove line endings. ...feature_base_fields.features.field_instance.inc | 10010 +++++++++---------- 1 file changed, 5005 insertions(+), 5005 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year, 1 month ago WP-5473 add admission event ct ref to related content gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year, 1 month ago WP-5472 add admission event ct ref in featured content gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new event status field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5659 Added hide_if_string when field_event_location_type equals 'Online' ...feature_base_fields.features.field_instance.inc | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5649 Changing field_event_location-field_address to use gsb_field_formatter_address_custom gsb_feature_base_fields.features.field_instance.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5641: update labels. gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5473 add admission event ct ref to related content gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5472 add admission event ct ref in featured content gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5478 hide the xtra field gsb_feature_base_fields.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5478 hide the xtra field gsb_feature_base_fields.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5436 Adding plugin gsb_feature_event_address for validation of field_event_location-field_address ...feature_base_fields.features.field_instance.inc | 9929 ++++++++++---------- 1 file changed, 4965 insertions(+), 4964 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Changing keys for field_event_location_type gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: update location field settings. gsb_feature_base_fields.features.field_instance.inc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: update field collection settings for admission event. gsb_feature_base_fields.features.field_base.inc | 10 ++- ...feature_base_fields.features.field_instance.inc | 74 ++++++++++------------ gsb_feature_base_fields.strongarm.inc | 24 ++++++- 3 files changed, 62 insertions(+), 46 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: update location field settings. gsb_feature_base_fields.features.field_instance.inc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5570 make speakers not required gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: update field collection settings for admission event. gsb_feature_base_fields.features.field_base.inc | 10 ++- ...feature_base_fields.features.field_instance.inc | 74 ++++++++++------------ gsb_feature_base_fields.strongarm.inc | 24 ++++++- 3 files changed, 62 insertions(+), 46 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5560 set the correct key values for event location type gsb_feature_base_fields.features.field_base.inc | 4 ++-- gsb_feature_base_fields.features.field_instance.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding new field field_register_time_zone and changing field_event_who_attend to a text field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding new field field_register_time_zone and changing field_event_who_attend to a text field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5558 fix the code gsb_feature_base_fields.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5560 set the correct key values for event location type gsb_feature_base_fields.features.field_base.inc | 4 ++-- gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Some small changes in help text and defaults gsb_feature_base_fields.features.field_instance.inc | 11 ++++++++--- gsb_feature_base_fields.info | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Adding use of event_attendance_statement taxonomy gsb_feature_base_fields.features.field_base.inc | 2 +- gsb_feature_base_fields.info | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Fixing up some base field feature export issues around field instances gsb_feature_base_fields.features.field_base.inc | 60 +++---- ...feature_base_fields.features.field_instance.inc | 199 ++++++++++++++++++++- gsb_feature_base_fields.info | 8 +- 3 files changed, 226 insertions(+), 41 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5436 Changes related to event ct gsb_feature_base_fields.features.field_base.inc | 117 +- ...feature_base_fields.features.field_instance.inc | 8888 +++++++++++--------- gsb_feature_base_fields.info | 16 + gsb_feature_base_fields.strongarm.inc | 34 + 4 files changed, 4955 insertions(+), 4100 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 rename registration date field gsb_feature_base_fields.features.field_base.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add few more new base fields gsb_feature_base_fields.features.field_base.inc | 57 ++++++++++++++++++++++++- gsb_feature_base_fields.info | 2 + 2 files changed, 58 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new base field gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new base fields gsb_feature_base_fields.features.field_base.inc | 137 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 8 +- 2 files changed, 144 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5505 Changing field_existing_node_list_ref to use a different view display with more limited list of ct filtered gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5478 hide the xtra field gsb_feature_base_fields.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Retracting a couple odd changes (seemz incorrect) from the last commit. ...feature_base_fields.features.field_instance.inc | 8196 ++++++++++---------- 1 file changed, 4098 insertions(+), 4098 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Changed field_display_option to be text select gsb_feature_base_fields.features.field_base.inc | 6 +- ...feature_base_fields.features.field_instance.inc | 216 ++++++++++++++------- gsb_feature_base_fields.info | 2 + 3 files changed, 150 insertions(+), 74 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Removed dependancy for Academic year gsb_feature_base_fields.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Updated the allowed value for academic calendar year gsb_feature_base_fields.features.field_base.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Added new base field_display_option and field_existing_node_list_ref gsb_feature_base_fields.features.field_base.inc | 59 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 61 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added new field field_academic_calendar_display gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 28 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5362 Adding new field field_link_display_show_more gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 26 insertions(+) view commit - committer: Adam Moore, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 add text equivalent base field gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 add text equivalent base field gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5308 add new base field for where to buy gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5308 add new person unlimited field gsb_feature_base_fields.features.field_base.inc | 36 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 38 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: display settings for the staff position field collection. gsb_feature_base_fields.features.field_instance.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5312 Adding new field field_soundcloud_url gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 22 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5324 add new field collection for title department gsb_feature_base_fields.features.field_base.inc | 18 +++ ...feature_base_fields.features.field_instance.inc | 136 +++++++++++++++++++++ gsb_feature_base_fields.info | 3 + 3 files changed, 157 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 change the department to single select gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 add title field to display gsb_feature_base_fields.features.field_base.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 change the department to single select gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago Merge remote-tracking branch 'origin/WP-5282' into WP-5298 view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5324 add new field collection for title department gsb_feature_base_fields.features.field_base.inc | 20 ++- ...feature_base_fields.features.field_instance.inc | 136 +++++++++++++++++++++ gsb_feature_base_fields.info | 3 + 3 files changed, 158 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5282 make the department office field unlimited gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5282 add new department office field base gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 11 ++--------- 2 files changed, 28 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5298 add title field to display gsb_feature_base_fields.features.field_base.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5294: add conditions for link and pdf to display. gsb_feature_base_fields.features.field_instance.inc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5282 make the department office field unlimited gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5294: update book review excerpt display. ...feature_base_fields.features.field_instance.inc | 37 ++++++++++++---------- 1 file changed, 21 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5293 Adding new fields for URL or PDF in the Selected Reviews field collection ...feature_base_fields.features.field_instance.inc | 168 ++++++++++++++++++++- gsb_feature_base_fields.info | 3 + gsb_feature_base_fields.module | 50 +++--- 3 files changed, 196 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5292 Adding new book review url or pdf field collection gsb_feature_base_fields.features.field_base.inc | 18 ++ ...feature_base_fields.features.field_instance.inc | 216 ++++++++++++++++++++- gsb_feature_base_fields.info | 5 + 3 files changed, 238 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5282 add new department office field base gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 11 ++--------- 2 files changed, 28 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 change the publication label gsb_feature_base_fields.features.field_instance.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-4923 remove the default selection for faculty advisor gsb_feature_base_fields.features.field_base.inc | 1570 ++------------------ ...feature_base_fields.features.field_instance.inc | 10 +- 2 files changed, 145 insertions(+), 1435 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Added new select list field field_case_access gsb_feature_base_fields.features.field_base.inc | 31 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 32 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5169 Added new field field_case_access gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5083 Change to use default gsb_feature_base_fields.features.field_instance.inc | 6 +----- gsb_feature_base_fields.info | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...feature_base_fields.features.field_instance.inc | 37 ++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4820 Changing field_author formatting to use smart trim ...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++---- gsb_feature_base_fields.info | 1 + 2 files changed, 34 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4820 Changing field_author formatting to use smart trim ...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++---- gsb_feature_base_fields.info | 1 + 2 files changed, 34 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5051 add instructor to rank field in faculty gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 faculty field gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: act project team role field collection settings. ...feature_base_fields.features.field_instance.inc | 22 +++++++++----------- gsb_feature_base_fields.info | 2 +- gsb_feature_base_fields.strongarm.inc | 24 +++++++++++++++++++++- 3 files changed, 34 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: act project team role field collection settings. ...feature_base_fields.features.field_instance.inc | 22 +++++++++----------- gsb_feature_base_fields.info | 2 +- gsb_feature_base_fields.strongarm.inc | 24 +++++++++++++++++++++- 3 files changed, 34 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4895 Some small changes following a review with Marketing gsb_feature_base_fields.features.field_base.inc | 2 +- gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4893 Added new field field_infographic gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 31 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4878 Changing field to not be required gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago Add the chute environment field. gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 6 +++-- 2 files changed, 33 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4882 Changed field from field_act_product_type to field_act_project_type gsb_feature_base_fields.features.field_base.inc | 68 ++++++++++++------------- gsb_feature_base_fields.info | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4881: Adjust chute fpp to work with chute's new url. gsb_feature_base_fields.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4806 Adding new fields for the ACT ct gsb_feature_base_fields.features.field_base.inc | 680 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 265 ++++++++ gsb_feature_base_fields.info | 34 +- gsb_feature_base_fields.strongarm.inc | 17 + 4 files changed, 995 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add new entity reference field for existing node title gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Adam Moore, 1 year, 7 months ago Need to close div in chute code. gsb_feature_base_fields.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Adam Moore, 1 year, 7 months ago WP-4798: Fix problem with chute not loading for authors. gsb_feature_base_fields.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add new entity reference field for existing node title gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add new feature type field gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add new field collection for featured content fpp gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 7 ++++--- 2 files changed, 23 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago Fix code that doesn't work in php 5.4. gsb_feature_base_fields.module | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago Add chute computed function. gsb_feature_base_fields.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4750 add new field for alumni session gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 45 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago WP-4753: Add base fields for chute. gsb_feature_base_fields.features.field_base.inc | 107 +++++++++++++++++++++ ...re_base_fields.features.hierarchical_select.inc | 36 ------- gsb_feature_base_fields.info | 8 +- 3 files changed, 113 insertions(+), 38 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4774 add new registration base field gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 7 +++--- 2 files changed, 33 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 change field type to boolean and checkbox gsb_feature_base_fields.features.field_base.inc | 6 +++--- gsb_feature_base_fields.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 add new base fields for alumni reunion agenda item ct gsb_feature_base_fields.features.field_base.inc | 98 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +- 2 files changed, 102 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4733 add new field for alumni reunion agenda item ct gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +-- 2 files changed, 46 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4746 add new alumni reunion fields gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 75 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4761 switch field order, phone first then email gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago WP-4753: Add base fields for chute. gsb_feature_base_fields.features.field_base.inc | 107 +++++++++++++++++++++ ...re_base_fields.features.hierarchical_select.inc | 36 ------- gsb_feature_base_fields.info | 12 ++- 3 files changed, 115 insertions(+), 40 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4748 update people fpp labels gsb_feature_base_fields.features.field_base.inc | 2 +- gsb_feature_base_fields.info | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Change setting to private gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4684 people fpp modifications in person field collections gsb_feature_base_fields.features.field_base.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4726 Changed to run thru all the elements. gsb_feature_base_fields.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4684 people fpp modifications in person field collections gsb_feature_base_fields.features.field_base.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Changing private file fields to use uri_scheme of private gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4624 added new stanford degree field gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +++-- 2 files changed, 32 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4621 Adding new fields for files fpp field_files_private_setting and field_files_style gsb_feature_base_fields.features.field_base.inc | 52 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 54 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4621 Added new fields field_file_unlimited_private and field_file_unlimited_public gsb_feature_base_fields.features.field_base.inc | 62 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 64 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4587 add new cta action field gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 36 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4567 explicit assign on/off value for alumni story gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4584 Changed cardinality of field_program_single to be 1. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4561 Added option Other for spotlight person_type gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4521 remove taxonomy from CT's gsb_feature_base_fields.features.field_base.inc | 34 ------------------------- gsb_feature_base_fields.info | 5 ++-- 2 files changed, 2 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4518 Changes related to using filefield_paths module ...feature_base_fields.features.field_instance.inc | 155 +++++++++++++++++---- gsb_feature_base_fields.info | 1 + 2 files changed, 129 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4496 change alumni field to multi-select gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4496 change alumni field to multi-select gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4196-1 Added new help fields field_school_news_tab_help and field_insights_tab_help. gsb_feature_base_fields.features.field_base.inc | 42 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 44 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4221 remove old degree field gsb_feature_base_fields.features.field_base.inc | 48 ------------------ ...feature_base_fields.features.field_instance.inc | 57 ---------------------- gsb_feature_base_fields.info | 2 - 3 files changed, 107 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4375: Exported too much. gsb_feature_base_fields.info | 1 - gsb_feature_base_fields.strongarm.inc | 43 ----------------------------------- 2 files changed, 44 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4375: Add stories_ref field. gsb_feature_base_fields.features.field_base.inc | 42 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 6 ++-- gsb_feature_base_fields.strongarm.inc | 43 +++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4221 remove old degree field gsb_feature_base_fields.features.field_base.inc | 48 ------------------ ...feature_base_fields.features.field_instance.inc | 57 ---------------------- gsb_feature_base_fields.info | 2 - 3 files changed, 107 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4324 Added new help tab text field - field_insights_bus_tab_help gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 22 insertions(+) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-3954 add new house ads superhead text field gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-3954 modify house ads fpp gsb_feature_base_fields.features.field_base.inc | 29 +------------------------ gsb_feature_base_fields.info | 1 - 2 files changed, 1 insertion(+), 29 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4209 Hiding display of the new field degree_type_other gsb_feature_base_fields.features.field_instance.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4209 Added new field field_degree_type_other gsb_feature_base_fields.features.field_base.inc | 59 +++++------ ...feature_base_fields.features.field_instance.inc | 117 ++++++++++++++++++++- gsb_feature_base_fields.info | 4 +- 3 files changed, 145 insertions(+), 35 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4209 Hiding display of the new field degree_type_other gsb_feature_base_fields.features.field_instance.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4209 Added new field field_degree_type_other gsb_feature_base_fields.features.field_base.inc | 59 +++++------ ...feature_base_fields.features.field_instance.inc | 117 ++++++++++++++++++++- gsb_feature_base_fields.info | 4 +- 3 files changed, 145 insertions(+), 35 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4251 Changed from red-bar to black-bar gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update field collection. gsb_feature_base_fields.features.field_instance.inc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: add related faculty field bundle. gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4184: export the field bundle. ...feature_base_fields.features.field_instance.inc | 2 -- gsb_feature_base_fields.info | 9 ++++- gsb_feature_base_fields.strongarm.inc | 42 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 2 years ago WP-4120 add new fields in base fields gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 75 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago WP-4191 Adding new base fields for Topic Teaser FPP field_action and field_topic_page_url gsb_feature_base_fields.features.field_base.inc | 61 +++++++++++++++++++++- ...feature_base_fields.features.field_instance.inc | 2 + gsb_feature_base_fields.info | 2 + 3 files changed, 64 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years ago WP-4129: Reorder seasons for Business Magazine season field. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years ago WP-4129: Add rethink and business magazine fields. gsb_feature_base_fields.features.field_base.inc | 59 ++++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 4 +- gsb_feature_base_fields.info | 2 + 3 files changed, 63 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 2 years ago WP-3955 add Topic teaser fpp field - field_topic gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 2 years ago WP-4154 update story or announcment field gsb_feature_base_fields.features.field_base.inc | 4 ++++ gsb_feature_base_fields.info | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago Changing to have default set to visible gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago WP-4123 Making field_profile_visibility required gsb_feature_base_fields.features.field_instance.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago WP-4123 Adding default value for the profile visibility list field gsb_feature_base_fields.features.field_instance.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago Added new field collection field_related_faculty ...feature_base_fields.features.field_instance.inc | 87 ++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 89 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years ago Added new field collection field_related_faculty gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 2 years ago WP-4056 add pr contact base fields gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 ++- 2 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years ago WP-4069: Add field_click_to_expand field. gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 27 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years ago WP-4043: Add field_featured_insight_card_ref field. gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 45 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years ago Add missing strongarm variables for field collections. gsb_feature_base_fields.features.inc | 14 +++ gsb_feature_base_fields.info | 11 +- gsb_feature_base_fields.module | 6 + gsb_feature_base_fields.strongarm.inc | 212 ++++++++++++++++++++++++++++++++++ 4 files changed, 242 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years, 1 month ago WP-4033: Add settings for hierarchichal select for region of interest widget. gsb_feature_base_fields.features.hierarchical_select.inc | 9 ++++++--- gsb_feature_base_fields.info | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related other field collection. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- gsb_feature_base_fields.features.hierarchical_select.inc | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-3810: Allow multiple values to be selected for Region of Interest field. gsb_feature_base_fields.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add field region of interest to base fields gsb_feature_base_fields.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-4010: Reorder fields in field_related_other_unlimited field collection. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-4011: Allow field other related to reference multiple content types. gsb_feature_base_fields.features.field_base.inc | 182 ++++++++++++------------ gsb_feature_base_fields.info | 6 +- 2 files changed, 92 insertions(+), 96 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911 field collection setting. gsb_feature_base_fields.features.field_instance.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-3974: Replace field_related_other_content with a single-valued field. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-3944: Add base fields for resources file types. gsb_feature_base_fields.features.field_base.inc | 117 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 + 2 files changed, 121 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3906 Adding new field collection field_related_other_unlimited gsb_feature_base_fields.features.field_base.inc | 90 +++++++------- ...feature_base_fields.features.field_instance.inc | 129 +++++++++++++++++++++ gsb_feature_base_fields.info | 5 +- 3 files changed, 182 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years, 1 month ago WP-3895: Fix wrong taxonomy category id. gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3803-1 Added reference to taxonomy terms for the field_key_taxonomy gsb_feature_base_fields.features.field_base.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Changing the order of the media format options gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Using Yes/No for the two radio buttons at the end of Idea Story CT edit form gsb_feature_base_fields.features.field_base.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 New base fields for the Idea Story CT gsb_feature_base_fields.features.field_base.inc | 320 +++++++++++++++++++++++- gsb_feature_base_fields.info | 9 + 2 files changed, 327 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update field collection. gsb_feature_base_fields.features.field_instance.inc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: add related faculty field bundle. gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: add related faculty field bundle. ...feature_base_fields.features.field_instance.inc | 2 -- gsb_feature_base_fields.info | 1 + gsb_feature_base_fields.strongarm.inc | 35 ++++++++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4184: export the field bundle. ...feature_base_fields.features.field_instance.inc | 2 -- gsb_feature_base_fields.info | 9 ++++- gsb_feature_base_fields.strongarm.inc | 42 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4196 Added new help fields field_school_news_tab_help and field_insights_tab_help. gsb_feature_base_fields.features.field_base.inc | 42 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 44 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years ago WP-4120 add new fields in base fields gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 75 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4191 Adding new base fields for Topic Teaser FPP field_action and field_topic_page_url gsb_feature_base_fields.features.field_base.inc | 61 +++++++++++++++++++++- ...feature_base_fields.features.field_instance.inc | 2 + gsb_feature_base_fields.info | 2 + 3 files changed, 64 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4120 add new fields in base fields gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 75 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4129: Reorder seasons for Business Magazine season field. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4191 Adding new base fields for Topic Teaser FPP field_action and field_topic_page_url gsb_feature_base_fields.features.field_base.inc | 61 +++++++++++++++++++++- ...feature_base_fields.features.field_instance.inc | 2 + gsb_feature_base_fields.info | 2 + 3 files changed, 64 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4129: Add rethink and business magazine fields. gsb_feature_base_fields.features.field_base.inc | 59 ++++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 4 +- gsb_feature_base_fields.info | 2 + 3 files changed, 63 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years ago WP-3955 add Topic teaser fpp field - field_topic gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4154 update story or announcment field gsb_feature_base_fields.features.field_base.inc | 4 ++++ gsb_feature_base_fields.info | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-3955 add Topic teaser fpp field - field_topic gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 5 +-- 2 files changed, 48 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-3950 add new base fields for Quote FPP gsb_feature_base_fields.features.field_base.inc | 102 +++++++++++++++++------- gsb_feature_base_fields.info | 5 +- 2 files changed, 75 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Changing to have default set to visible gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Making field_profile_visibility required gsb_feature_base_fields.features.field_instance.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Making field_profile_visibility required gsb_feature_base_fields.features.field_instance.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Adding default value for the profile visibility list field gsb_feature_base_fields.features.field_instance.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Added new field collection field_related_faculty ...feature_base_fields.features.field_instance.inc | 87 ++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 89 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago Added new field collection field_related_faculty gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years ago WP-4056 add pr contact base fields gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 ++- 2 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4056 add pr contact base fields gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 ++- 2 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4069: Add field_click_to_expand field. gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 27 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4043: Add field_featured_insight_card_ref field. gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 45 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago Add missing strongarm variables for field collections. gsb_feature_base_fields.features.inc | 14 +++ gsb_feature_base_fields.info | 11 +- gsb_feature_base_fields.module | 6 + gsb_feature_base_fields.strongarm.inc | 212 ++++++++++++++++++++++++++++++++++ 4 files changed, 242 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-4033: Add settings for hierarchichal select for region of interest widget. gsb_feature_base_fields.features.hierarchical_select.inc | 9 ++++++--- gsb_feature_base_fields.info | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related other field collection. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- gsb_feature_base_fields.features.hierarchical_select.inc | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3810: Allow multiple values to be selected for Region of Interest field. gsb_feature_base_fields.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add field region of interest to base fields gsb_feature_base_fields.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related other field collection. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- gsb_feature_base_fields.features.hierarchical_select.inc | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4010: Reorder fields in field_related_other_unlimited field collection. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3810: Allow multiple values to be selected for Region of Interest field. gsb_feature_base_fields.features.hierarchical_select.inc | 4 ++-- gsb_feature_base_fields.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4011: Allow field other related to reference multiple content types. gsb_feature_base_fields.features.field_base.inc | 182 ++++++++++++------------ gsb_feature_base_fields.info | 6 +- 2 files changed, 92 insertions(+), 96 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911 field collection setting. gsb_feature_base_fields.features.field_instance.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add field region of interest to base fields gsb_feature_base_fields.features.field_base.inc | 34 ++++++++++++++++++++++ ...re_base_fields.features.hierarchical_select.inc | 33 +++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++ 3 files changed, 70 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3974: Replace field_related_other_content with a single-valued field. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3974: Replace field_related_other_content with a single-valued field. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3923: phd faculty advisor field collection display. gsb_feature_base_fields.features.field_instance.inc | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3883 Added new field collection field_faculty_advisors and related fields gsb_feature_base_fields.features.field_base.inc | 49 +++++++ ...feature_base_fields.features.field_instance.inc | 150 +++++++++++++++++++++ gsb_feature_base_fields.info | 5 + 3 files changed, 204 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3923: phd faculty advisor field collection display. gsb_feature_base_fields.features.field_instance.inc | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3944: Add base fields for resources file types. gsb_feature_base_fields.features.field_base.inc | 117 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 + 2 files changed, 121 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3906 Adding new field collection field_related_other_unlimited gsb_feature_base_fields.features.field_base.inc | 90 +++++++------- ...feature_base_fields.features.field_instance.inc | 129 +++++++++++++++++++++ gsb_feature_base_fields.info | 5 +- 3 files changed, 182 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3883 Added new field collection field_faculty_advisors and related fields gsb_feature_base_fields.features.field_base.inc | 49 +++++++ ...feature_base_fields.features.field_instance.inc | 150 +++++++++++++++++++++ gsb_feature_base_fields.info | 5 + 3 files changed, 204 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3944: Add base fields for resources file types. gsb_feature_base_fields.features.field_base.inc | 117 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 + 2 files changed, 121 insertions(+) view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago WP-3895 Changing the vocabulary id value to match production. gsb_feature_base_fields.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago WP-3895 Changing the vocabulary id value to match production. gsb_feature_base_fields.features.hierarchical_select.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3895: Fix wrong taxonomy category id. gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.features.hierarchical_select.inc | 4 ++-- gsb_feature_base_fields.info | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3895 Added the region of interest hierarchy settings to base fields ...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3895 Change to set field_region_of_interest to be unlimited(multiple) select gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3824 Removing older bg colors (no longer in use). Say bye bye. gsb_feature_base_fields.features.field_base.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3824 Removing older bg colors (no longer in use). Say bye bye. gsb_feature_base_fields.features.field_base.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3824 Removing older bg colors (no longer in use). Say bye bye. gsb_feature_base_fields.features.field_base.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3803-1 Added reference to taxonomy terms for the field_key_taxonomy gsb_feature_base_fields.features.field_base.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Changing the order of the media format options gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Using Yes/No for the two radio buttons at the end of Idea Story CT edit form gsb_feature_base_fields.features.field_base.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 New base fields for the Idea Story CT gsb_feature_base_fields.features.field_base.inc | 354 +++++++++++++++++++++++- gsb_feature_base_fields.info | 11 + 2 files changed, 363 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3776: Change help text for slideshow text fields to include instructions for authors. gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3772: Switch slideshow text fields to Slideshow text format. ...feature_base_fields.features.field_instance.inc | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3774: Update image field dimensions help text. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3774: Update image field dimensions help text. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3735: slideshow field collection display. gsb_feature_base_fields.features.field_base.inc | 2 +- ...feature_base_fields.features.field_instance.inc | 24 ++++++++-------------- 2 files changed, 10 insertions(+), 16 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3774: Change dimensions help text for image in Slideshow FPP. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3735: slideshow field collection display. gsb_feature_base_fields.features.field_base.inc | 2 +- ...feature_base_fields.features.field_instance.inc | 24 ++++++++-------------- 2 files changed, 10 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3713 Adding back the older values, until we can update the saved data gsb_feature_base_fields.features.field_base.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3713 Adding back the older values, until we can update the saved data gsb_feature_base_fields.features.field_base.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3732: Hide labels on Slideshow FC fields. gsb_feature_base_fields.features.field_instance.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 Another attempt to export the field collection for slideshow ...feature_base_fields.features.field_instance.inc | 53 ---------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 54 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 Added the new field collection instances for slideshow ...feature_base_fields.features.field_instance.inc | 341 +++++++++++++++++++++ gsb_feature_base_fields.info | 6 + 2 files changed, 347 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 New base fields for slideshow gsb_feature_base_fields.features.field_base.inc | 202 +++++++++++------------- gsb_feature_base_fields.info | 9 +- 2 files changed, 94 insertions(+), 117 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Adding new fields related to homepage cta fpp gsb_feature_base_fields.features.field_base.inc | 58 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 60 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3678: Reprder Rank labels. gsb_feature_base_fields.features.field_base.inc | 102 ++++++++++++------------ 1 file changed, 51 insertions(+), 51 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3669: Reorder fields to display values. gsb_feature_base_fields.features.field_base.inc | 94 ++++++++++++------------- 1 file changed, 47 insertions(+), 47 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Make help su open in a new window. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3597 updated the form help text gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3597 Changed href links on Faculty Form Help tab gsb_feature_base_fields.features.field_base.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3396: Add new fields for people_fpp. gsb_feature_base_fields.features.field_base.inc | 58 ++++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 55 ++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++ 3 files changed, 116 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago This reverts commit 81f6cbdd0b42a55ec126954bc4715727bf95cb9c. Revert "WP-3548, WP-3550: Add People FPP fields." gsb_feature_base_fields.features.field_base.inc | 58 ------------ ...feature_base_fields.features.field_instance.inc | 104 --------------------- gsb_feature_base_fields.info | 4 - 3 files changed, 166 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago This reverts commit b7d60813c5cc763d90cea7f426f204375360830c. Revert "WP-3050: Remove field_person_field_visibility from field collection." ...feature_base_fields.features.field_instance.inc | 49 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 50 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3050: Remove field_person_field_visibility from field collection. ...feature_base_fields.features.field_instance.inc | 49 ---------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 50 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3548, WP-3550: Add People FPP fields. gsb_feature_base_fields.features.field_base.inc | 58 ++++++++++++ ...feature_base_fields.features.field_instance.inc | 104 +++++++++++++++++++++ gsb_feature_base_fields.info | 4 + 3 files changed, 166 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3506 Added new field_has_pdf gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 27 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3458: Relabel all Remove buttons to 'Replace or remove', including Remove PDF. gsb_feature_base_fields.module | 20 -------------------- 1 file changed, 20 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3458: Relabel all Remove buttons to 'Replace or remove', including Remove PDF. gsb_feature_base_fields.module | 20 -------------------- 1 file changed, 20 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3455: Change select labels of author type to be more descriptive. gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405-2 Removed prefix help markup fields gsb_feature_base_fields.features.field_base.inc | 44 ------------------------- gsb_feature_base_fields.info | 2 -- 2 files changed, 46 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405-1 Changes for help text gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3461: Create Publication Type radiobox Field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Make url optional and fix missing instances. gsb_feature_base_fields.features.field_base.inc | 26 ++++++++++++++ ...feature_base_fields.features.field_instance.inc | 41 +++++++++++++++++++++- gsb_feature_base_fields.info | 4 ++- 3 files changed, 69 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3468: Set Profile Visibility default to Hidden. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Add Faculty CT help text base fields. gsb_feature_base_fields.features.field_base.inc | 367 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 5 +- gsb_feature_base_fields.info | 15 + 3 files changed, 384 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field order with wrapper. gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field order. gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3378-1 Added new value for field_paper_copy - 'Abstract Only' gsb_feature_base_fields.features.field_base.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405 Added new fields field_prefix_non_degree_course and field_prefix_teaching_materials gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++ 2 files changed, 47 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3478: Change 'Profile Visibility' to 'Display on Profile'. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Update Faculty CT help text. gsb_feature_base_fields.features.field_instance.inc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3455: Change select labels of author type to be more descriptive. gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405-2 Removed prefix help markup fields gsb_feature_base_fields.features.field_base.inc | 44 ------------------------- gsb_feature_base_fields.info | 2 -- 2 files changed, 46 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405-1 Changes for help text gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3461: Create Publication Type radiobox Field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3461: Create Publication Type radiobox Field gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Make url optional and fix missing instances. gsb_feature_base_fields.features.field_base.inc | 26 ++++++++++++++ ...feature_base_fields.features.field_instance.inc | 41 +++++++++++++++++++++- gsb_feature_base_fields.info | 4 ++- 3 files changed, 69 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3468: Set Profile Visibility default to Hidden. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Add Faculty CT help text base fields. gsb_feature_base_fields.features.field_base.inc | 367 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 5 +- gsb_feature_base_fields.info | 15 + 3 files changed, 384 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field order with wrapper. gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field order. gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3458: Change Remove button for file/image fields globally to 'Replace or remove'. gsb_feature_base_fields.module | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3468: Set Profile Visibility default to Hidden. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field order with wrapper. gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field order. gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Add Faculty CT help text base fields. gsb_feature_base_fields.features.field_base.inc | 367 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 5 +- gsb_feature_base_fields.info | 15 + 3 files changed, 384 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3378-1 Added new value for field_paper_copy - 'Abstract Only' gsb_feature_base_fields.features.field_base.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3378-1 Added new value for field_paper_copy - 'Abstract Only' gsb_feature_base_fields.features.field_base.inc | 11759 +++++++++++----------- 1 file changed, 5880 insertions(+), 5879 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405 Added new fields field_prefix_non_degree_course and field_prefix_teaching_materials gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++ 2 files changed, 47 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3458: Change Remove button for file/image fields globally to 'Replace or remove'. gsb_feature_base_fields.module | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3478: Change 'Profile Visibility' to 'Display on Profile'. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Update Faculty CT help text. gsb_feature_base_fields.features.field_instance.inc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Changed values to be "Yes" or "No" gsb_feature_base_fields.features.field_base.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Changed values to be "Yes" or "No" gsb_feature_base_fields.features.field_base.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3407: Hide "Name" on Conference, Talks & Speaking Engagements in "Teaching & Talks" tab gsb_feature_base_fields.features.field_instance.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3406: Teaching Material label to 'Title' gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3407: Hide "Name" on Conference, Talks & Speaking Engagements in "Teaching & Talks" tab gsb_feature_base_fields.features.field_instance.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3406: Teaching Material label to 'Title' gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Added new fields field_has_case_center and field_has_harvard_link gsb_feature_base_fields.features.field_base.inc | 52 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 54 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3406: Hide Name on Teaching Material in Teaching gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3406: Hide Name on Teaching Material in Teaching gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3381: Hide "Course Name" and rename "Title" to "Course or Program" gsb_feature_base_fields.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3378 Added new field_free_case (used by Case CT) gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 27 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3362: update field collection displays. gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3362: update field collection displays. gsb_feature_base_fields.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Remove field_greater_univ_aff_unlimited field since we use a field collection now.' gsb_feature_base_fields.features.field_base.inc | 29 ------------------------- gsb_feature_base_fields.info | 3 +-- 2 files changed, 1 insertion(+), 31 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Remove unused field title from working papers. ...feature_base_fields.features.field_instance.inc | 73 ---------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 74 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Configure link fields to not show title. gsb_feature_base_fields.features.field_instance.inc | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Recursively hide fields in groups. gsb_feature_base_fields.module | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3329 Added full list of months. gsb_feature_base_fields.features.field_base.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added field_month gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 26 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3285: update base fields. gsb_feature_base_fields.features.field_instance.inc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3285: update base fields. gsb_feature_base_fields.features.field_instance.inc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3299: Remove use link field for organization in affilations fields. gsb_feature_base_fields.features.field_base.inc | 87 --------- ...feature_base_fields.features.field_instance.inc | 197 +++++++-------------- gsb_feature_base_fields.info | 9 +- 3 files changed, 68 insertions(+), 225 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3247: Delete podcast and video fields. gsb_feature_base_fields.features.field_base.inc | 60 ------------------------- gsb_feature_base_fields.info | 2 - 2 files changed, 62 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3246: Add description to conferences and presentations. ...feature_base_fields.features.field_instance.inc | 54 +++++++++++++++++++++- gsb_feature_base_fields.info | 1 + 2 files changed, 53 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3262 Changing category to be 60 chars, and service to be 230 chars gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3262 Changes related to optional url, Add more button text, etc gsb_feature_base_fields.features.field_instance.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3252: Change labels on Authors field collection. gsb_feature_base_fields.features.field_instance.inc | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3301: Use the link field for the name in field_teaching_material_name. gsb_feature_base_fields.features.field_base.inc | 29 ------------ ...feature_base_fields.features.field_instance.inc | 55 ++-------------------- gsb_feature_base_fields.info | 4 +- 3 files changed, 6 insertions(+), 82 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3306: update field collection settings. ...feature_base_fields.features.field_instance.inc | 126 +++++++++++++++++---- 1 file changed, 105 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Move field collection instances from faculty_ct to base_fields. ...feature_base_fields.features.field_instance.inc | 209 +++++++++++++++++++++ gsb_feature_base_fields.info | 5 + 2 files changed, 214 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3267: Add additional fields for some pre-work on faculty. gsb_feature_base_fields.features.field_base.inc | 185 +++++++++ ...feature_base_fields.features.field_instance.inc | 460 ++++++++++++++++++++- gsb_feature_base_fields.info | 19 +- 3 files changed, 662 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Adding field_research_databases gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 36 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Making faculty the default option selected for field_authors gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Adding field_research_databases gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 36 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_feature_base_fields.api.php | 16 ---- gsb_feature_base_fields.module | 161 +--------------------------------------- 2 files changed, 1 insertion(+), 176 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3013 Making faculty the default option selected for field_authors gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3140: Make url field under conferences and presentations optional. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3140: Make url field under conferences and presentations optional. gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3111: Book PDF should not use media center. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_base_fields.features.field_base.inc | 18 ++++++++++++++++++ gsb_feature_base_fields.info | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-2558: Add field_date and field_icon used in Media Item. gsb_feature_base_fields.features.field_base.inc | 57 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 59 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3122: Add validation for field authors. gsb_feature_base_fields.module | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3069 Added allowed values function for profile visibility. gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2952: Remove reference when Other is selected. gsb_feature_base_fields.module | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2989 Cleaned up a little of the code in gsb_feature_base_fields_field_attach_form() gsb_feature_base_fields.module | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2989 Added gsb_feature_base_fields_field_attach_form to setup states gsb_feature_base_fields.module | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2989 Changed widget for field_profile_visibility to select gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2989 Added new field field_profile_visibility gsb_feature_base_fields.features.field_base.inc | 27 ++++++++++++ ...feature_base_fields.features.field_instance.inc | 48 ++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 3 files changed, 77 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2989 Cleaned up a little of the code in gsb_feature_base_fields_field_attach_form() gsb_feature_base_fields.module | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago Merge branch 'WP-2989' of github.com:gsbitse/gsb_feature_base_fields into WP-2989 view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2989 Added gsb_feature_base_fields_field_attach_form to setup states gsb_feature_base_fields.module | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2952: Ensure that duplicated author data isn't saved. gsb_feature_base_fields.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2989 Changed widget for field_profile_visibility to select gsb_feature_base_fields.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2989 Added new field field_profile_visibility gsb_feature_base_fields.features.field_base.inc | 27 ++++++++++++ ...feature_base_fields.features.field_instance.inc | 48 ++++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 3 files changed, 77 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2941: update conference pdf link label. gsb_feature_base_fields.features.field_instance.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2937: Export configuration for hierarchichal select in academic area. gsb_feature_base_fields.features.field_base.inc | 0 ...feature_base_fields.features.field_instance.inc | 0 ...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++ gsb_feature_base_fields.info | 5 ++-- gsb_feature_base_fields.install | 0 gsb_feature_base_fields.module | 0 6 files changed, 36 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2895 Added new field for Case Center link gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 31 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2930: Respect the per-view mode settings for books and publications. gsb_feature_base_fields.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2895 Added new field for Case Center link gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 31 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2874 Check for recursive load if the entity is being displayed by entityref gsb_feature_base_fields.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2836: Remove field_links_attachments base field. gsb_feature_base_fields.features.field_base.inc | 30 ------------------------- gsb_feature_base_fields.info | 1 - 2 files changed, 31 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2822: Add a generic method of displaying Faculty Authors on content types. gsb_feature_base_fields.api.php | 16 +++++++++++ gsb_feature_base_fields.module | 59 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2810: Add field_bus_website_description field base. gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2811: Allow multiple coices for Business Website Categories. ...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 34 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2810: Add field_bus_website_description field base. gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2811: Allow multiple coices for Business Website Categories. ...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 34 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2778: Add conditions for Book authors field to display authors according to fac_or_other field value. ...feature_base_fields.features.field_instance.inc | 30 +++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2762: Don't capitalize to in 'Go to' gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Attempt to get field_bus_website_categories to be added gsb_feature_base_fields.features.field_base.inc | 68 ++++++++++++------------- gsb_feature_base_fields.info | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Adding field_bus_website_categories for business website ct gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 36 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2761: Change Month/Day date field to separate integer fields. gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++------------ gsb_feature_base_fields.info | 3 +- 2 files changed, 26 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2637 Added new field field_featured_publication_ref used in Faculty ct gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 45 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2568: Add book title and book month/day fields. Get rid of old unused publication fields. gsb_feature_base_fields.features.field_base.inc | 159 +++++---------------- ...feature_base_fields.features.field_instance.inc | 3 +- ...re_base_fields.features.hierarchical_select.inc | 0 gsb_feature_base_fields.info | 8 +- gsb_feature_base_fields.install | 0 gsb_feature_base_fields.module | 0 6 files changed, 36 insertions(+), 134 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add link attachments field. gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 32 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add a couple of fields. ...feature_base_fields.features.field_instance.inc | 112 +++++++++++++++++++++ gsb_feature_base_fields.info | 2 + 2 files changed, 114 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Update base fields for gsb_feature_book_ct. gsb_feature_base_fields.features.field_base.inc | 4 +- ...feature_base_fields.features.field_instance.inc | 59 ++++++++++++++-------- gsb_feature_base_fields.info | 2 +- 3 files changed, 40 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: add book teaser settings. ...feature_base_fields.features.field_instance.inc | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago Book CT: Change Attachments multivalued link field to URL or PDF field collection. Add Centers term reference field. gsb_feature_base_fields.features.field_base.inc | 109 ++++++++++---- ...feature_base_fields.features.field_instance.inc | 167 +++++++++++++++++++++ gsb_feature_base_fields.info | 8 +- 3 files changed, 253 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2638 Added new non-course fields gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago Book CT: Change Attachments multivalued link field to URL or PDF field collection. Add Centers term reference field. gsb_feature_base_fields.features.field_base.inc | 109 ++++++++++---- ...feature_base_fields.features.field_instance.inc | 167 +++++++++++++++++++++ gsb_feature_base_fields.info | 8 +- 3 files changed, 253 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2622: Update book-related base fields. ...feature_base_fields.features.field_instance.inc | 35 ++++++++++------------ 1 file changed, 16 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add fields for course ct. gsb_feature_base_fields.features.field_base.inc | 149 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 0 ...re_base_fields.features.hierarchical_select.inc | 0 gsb_feature_base_fields.info | 7 +- gsb_feature_base_fields.install | 0 gsb_feature_base_fields.module | 0 6 files changed, 155 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2572-2 Initial fields for the course ct gsb_feature_base_fields.features.field_base.inc | 118 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 + 2 files changed, 122 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2638 Added new non-course fields gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 20 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: Update book-related base fields. ...feature_base_fields.features.field_instance.inc | 35 ++++++++++------------ 1 file changed, 16 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Attempt to get field_bus_website_categories to be added gsb_feature_base_fields.features.field_base.inc | 68 ++++++++++++------------- gsb_feature_base_fields.info | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Adding field_bus_website_categories for business website ct gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 2 ++ 2 files changed, 36 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2562: Add field_authors field and it's subfields. Remove pull-quote author field. gsb_feature_base_fields.features.field_base.inc | 52 +++--- ...feature_base_fields.features.field_instance.inc | 174 +++++++++++++++++++++ gsb_feature_base_fields.info | 6 +- 3 files changed, 200 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2605 Added Go To option. gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changed selection options for the field_product_type field gsb_feature_base_fields.features.field_base.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2605 Added Go To option. gsb_feature_base_fields.features.field_base.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2562: Change review field not to use WYSIWYG. gsb_feature_base_fields.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Add Book CT fields. gsb_feature_base_fields.features.field_base.inc | 270 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 92 +++++++ ...re_base_fields.features.hierarchical_select.inc | 0 gsb_feature_base_fields.info | 12 + gsb_feature_base_fields.install | 0 gsb_feature_base_fields.module | 0 6 files changed, 374 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Changed selection options for the field_product_type field gsb_feature_base_fields.features.field_base.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Remove field instances that should be in another feature. ...feature_base_fields.features.field_instance.inc | 125 --------------------- gsb_feature_base_fields.info | 2 - 2 files changed, 127 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Remove reference to student_ct. gsb_feature_base_fields.features.field_base.inc | 64 ------------------------- gsb_feature_base_fields.info | 2 - 2 files changed, 66 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Remove old fields and fix field collections labels. gsb_feature_base_fields.features.field_base.inc | 261 --------------------- ...feature_base_fields.features.field_instance.inc | 24 +- gsb_feature_base_fields.info | 11 +- 3 files changed, 9 insertions(+), 287 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Add In The News base fields. gsb_feature_base_fields.features.field_base.inc | 115 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 + 2 files changed, 119 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Add Book CT fields. gsb_feature_base_fields.features.field_base.inc | 191 +++++++++++++++++++++ ...feature_base_fields.features.field_instance.inc | 92 ++++++++++ ...re_base_fields.features.hierarchical_select.inc | 0 gsb_feature_base_fields.info | 11 +- gsb_feature_base_fields.install | 0 gsb_feature_base_fields.module | 0 6 files changed, 293 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Change directory of conference presentations. gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Remove superfluous maxlengths gsb_feature_base_fields.features.field_base.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago WP-2513 Adding max_length as a setting. gsb_feature_base_fields.features.field_base.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2513 Adding max_length as a setting gsb_feature_base_fields.features.field_base.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2545 Changed file_directory settings gsb_feature_base_fields.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2513 Adding max_length as a setting gsb_feature_base_fields.features.field_base.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2532 Added new field field_product_type gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++------------- gsb_feature_base_fields.info | 9 +--- 2 files changed, 28 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_base_fields.features.field_base.inc | 33 +++---------------------- gsb_feature_base_fields.info | 10 ++++++-- 2 files changed, 11 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Added new base fields used by Case CT gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2532 Added new field field_product_type gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2482 Changing values for the leave status radio buttons gsb_feature_base_fields.features.field_base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2479 Changed target for link to be _blank to open new window gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++------------- gsb_feature_base_fields.info | 9 +--- 2 files changed, 28 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_base_fields.features.field_base.inc | 33 +++---------------------- gsb_feature_base_fields.info | 10 ++++++-- 2 files changed, 11 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Added new base fields used by Case CT gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2479 Changed target for link to be _blank to open new window gsb_feature_base_fields.features.field_instance.inc | 2 +- gsb_feature_base_fields.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removing field_e_copy gsb_feature_base_fields.features.field_base.inc | 29 ------------------------- gsb_feature_base_fields.info | 3 +-- 2 files changed, 1 insertion(+), 31 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT gsb_feature_base_fields.features.field_base.inc | 55 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 58 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Changing field_author to be limited to 1 value instead of unlimited gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new fields field_page_count and field_learning_objective gsb_feature_base_fields.features.field_base.inc | 56 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 59 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++------------- gsb_feature_base_fields.info | 9 +--- 2 files changed, 28 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_base_fields.features.field_base.inc | 33 +++---------------------- gsb_feature_base_fields.info | 10 ++++++-- 2 files changed, 11 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Added new base fields used by Case CT gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removing field_e_copy gsb_feature_base_fields.features.field_base.inc | 29 ------------------------- gsb_feature_base_fields.info | 3 +-- 2 files changed, 1 insertion(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT gsb_feature_base_fields.features.field_base.inc | 55 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 58 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Changing field_author to be limited to 1 value instead of unlimited gsb_feature_base_fields.features.field_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2448 Removed some fields that are no longer needed by the Faculty CT gsb_feature_base_fields.features.field_base.inc | 430 +++++++++++++----------- gsb_feature_base_fields.info | 19 +- 2 files changed, 249 insertions(+), 200 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new fields field_page_count and field_learning_objective gsb_feature_base_fields.features.field_base.inc | 56 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 4 +- 2 files changed, 59 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 3 +- 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++------------- gsb_feature_base_fields.info | 9 +--- 2 files changed, 28 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_base_fields.features.field_base.inc | 33 +++---------------------- gsb_feature_base_fields.info | 10 ++++++-- 2 files changed, 11 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Added new base fields used by Case CT gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 30 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_base_fields.features.field_base.inc | 682 ++++++++++++++++++++- ...feature_base_fields.features.field_instance.inc | 324 ++++++++++ gsb_feature_base_fields.info | 29 +- 3 files changed, 1022 insertions(+), 13 deletions(-) view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago WP-2460: Change the button text for pdf-only fields. gsb_feature_base_fields.module | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_base_fields.features.field_base.inc | 85 ++++++++++++++++--------- gsb_feature_base_fields.info | 12 +--- 2 files changed, 59 insertions(+), 38 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_base_fields.features.field_base.inc | 33 +++---------------------- gsb_feature_base_fields.info | 10 ++++++-- 2 files changed, 11 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Added new base fields used by Case CT gsb_feature_base_fields.features.field_base.inc | 175 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 6 + 2 files changed, 181 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_base_fields.features.field_base.inc | 85 ++++++++++++++++--------- gsb_feature_base_fields.info | 12 +--- 2 files changed, 59 insertions(+), 38 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2448 Changes for the Service Profession fields and Conf/Presentations gsb_feature_base_fields.features.field_base.inc | 112 ++++++- ...feature_base_fields.features.field_instance.inc | 324 +++++++++++++++++++++ gsb_feature_base_fields.info | 14 +- 3 files changed, 442 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding in new base fields related to faculty ct gsb_feature_base_fields.features.field_base.inc | 92 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 3 +- 2 files changed, 87 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 A little base field shuffle - to correct a field collection. gsb_feature_base_fields.features.field_base.inc | 29 ------------------------- gsb_feature_base_fields.info | 3 +-- 2 files changed, 1 insertion(+), 31 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Added new base fields for the faculty content type gsb_feature_base_fields.features.field_base.inc | 137 +++++++++++++++++++++++- gsb_feature_base_fields.info | 5 + 2 files changed, 141 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding new fields related to the faculty ct gsb_feature_base_fields.features.field_base.inc | 302 +++++++++++++++++++++++- gsb_feature_base_fields.info | 12 +- 2 files changed, 311 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add twitter field to base. gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 31 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add twitter field to base. gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++ gsb_feature_base_fields.info | 1 + 2 files changed, 31 insertions(+) view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago WP-2370: Include all 4 content types for one argument. gsb_feature_base_fields.features.field_base.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding in new base fields related to faculty ct gsb_feature_base_fields.features.field_base.inc | 92 +++++++++++++++++++++++-- gsb_feature_base_fields.info | 3 +- 2 files changed, 87 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 A little base field shuffle - to correct a field collection. gsb_feature_base_fields.features.field_base.inc | 29 ------------------------- gsb_feature_base_fields.info | 3 +-- 2 files changed, 1 insertion(+), 31 deletions(-) view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago WP-2370: Limit field_person_ref to faculty, staff, phd_candidate, and msx_fellows. gsb_feature_base_fields.features.field_base.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Added new base fields for the faculty content type gsb_feature_base_fields.features.field_base.inc | 137 +++++++++++++++++++++++- gsb_feature_base_fields.info | 5 + 2 files changed, 141 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding new fields related to the faculty ct gsb_feature_base_fields.features.field_base.inc | 302 +++++++++++++++++++++++- gsb_feature_base_fields.info | 12 +- 2 files changed, 311 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_base_fields.features.field_base.inc | 33 +++---------------------- gsb_feature_base_fields.info | 10 ++++++-- 2 files changed, 11 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Added new base fields used by Case CT gsb_feature_base_fields.features.field_base.inc | 175 ++++++++++++++++++++++++ gsb_feature_base_fields.info | 8 +- 2 files changed, 182 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2347: change labels and add unstyled. gsb_feature_base_fields.features.field_base.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_offsite_idea_story_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6089: update image to link to offsite link. gsb_feature_offsite_idea_story_ct.ds.inc | 12 +++--- ...fsite_idea_story_ct.features.field_instance.inc | 49 +++++++++++----------- gsb_feature_offsite_idea_story_ct.field_group.inc | 8 ++-- gsb_feature_offsite_idea_story_ct.info | 1 + 4 files changed, 36 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrappers. gsb_feature_offsite_idea_story_ct.ds.inc | 28 ++++++++++++---------- ...fsite_idea_story_ct.features.field_instance.inc | 7 ++++++ gsb_feature_offsite_idea_story_ct.field_group.inc | 21 ++++++++++------ gsb_feature_offsite_idea_story_ct.info | 1 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 7 ++++++ 5 files changed, 44 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5851: update offsite idea story. gsb_feature_offsite_idea_story_ct.ds.inc | 35 +++++++++++++++----------------- 1 file changed, 16 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: configure compact and expanded view modes. gsb_feature_offsite_idea_story_ct.ds.inc | 31 ++++++----- ...fsite_idea_story_ct.features.field_instance.inc | 60 +++++++++++----------- gsb_feature_offsite_idea_story_ct.field_group.inc | 4 +- 3 files changed, 51 insertions(+), 44 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: configure compact and expanded view modes. gsb_feature_offsite_idea_story_ct.ds.inc | 234 +++++++++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 259 ++++++++++++++++++++- gsb_feature_offsite_idea_story_ct.field_group.inc | 64 +++++ gsb_feature_offsite_idea_story_ct.info | 6 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 15 ++ 5 files changed, 571 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_offsite_idea_story_ct.info | 7 ++++--- gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...fsite_idea_story_ct.features.field_instance.inc | 25 ++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4631 clear program field based on alumni mention gsb_feature_offsite_idea_story_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: italic source field and media icon. gsb_feature_offsite_idea_story_ct.ds.inc | 20 +++++++++++++++----- ...offsite_idea_story_ct.features.field_instance.inc | 9 +++------ gsb_feature_offsite_idea_story_ct.info | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_offsite_idea_story_ct.ds.inc | 75 +++++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 105 +++++++++++++++++++++ gsb_feature_offsite_idea_story_ct.info | 3 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 6 ++ 4 files changed, 189 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4694 made program field mandate for offsite idea story gsb_feature_offsite_idea_story_ct.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mention for offsite idea story gsb_feature_offsite_idea_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mention for offsite idea story gsb_feature_offsite_idea_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4232: re add config fur latest stories view mode. gsb_feature_offsite_idea_story_ct.ds.inc | 12 ++++++------ ...e_offsite_idea_story_ct.features.field_instance.inc | 18 ++++++++++++++++++ gsb_feature_offsite_idea_story_ct.strongarm.inc | 3 +++ 3 files changed, 27 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4670 Added fields field_academic_area_unlimited, field_business_insight_topic and field_region_of_interest ...fsite_idea_story_ct.features.field_instance.inc | 184 ++++++++++++++++++++- gsb_feature_offsite_idea_story_ct.field_group.inc | 92 ++++++++++- gsb_feature_offsite_idea_story_ct.info | 6 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 9 +- 4 files changed, 279 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4232: configure latest stories wrappers. gsb_feature_offsite_idea_story_ct.ds.inc | 12 +++--- gsb_feature_offsite_idea_story_ct.field_group.inc | 46 ++++++++++++++++------- 2 files changed, 39 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4232: configure latest stories view mode. gsb_feature_offsite_idea_story_ct.ds.inc | 140 +++++++++++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 101 +++++++++++++++ gsb_feature_offsite_idea_story_ct.field_group.inc | 44 +++++++ gsb_feature_offsite_idea_story_ct.info | 4 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 3 + 5 files changed, 292 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single ...offsite_idea_story_ct.features.field_instance.inc | 20 ++++++++++---------- gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +- gsb_feature_offsite_idea_story_ct.info | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4532 update alumni mention section gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 8 ++++---- gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy in offsite idea story ct ...fsite_idea_story_ct.features.field_instance.inc | 6 +- gsb_feature_offsite_idea_story_ct.field_group.inc | 82 +++++++++++++++++++++- gsb_feature_offsite_idea_story_ct.info | 7 +- gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +- 4 files changed, 90 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4525: Enable workbench moderation. gsb_feature_offsite_idea_story_ct.info | 4 ++-- gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4378: Add Alt Text field to key image. gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 2 +- gsb_feature_offsite_idea_story_ct.features.inc | 1 + gsb_feature_offsite_idea_story_ct.info | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4361 update key image field gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 2 +- gsb_feature_offsite_idea_story_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export text wrapper. gsb_feature_offsite_idea_story_ct.ds.inc | 16 +++++---- ...fsite_idea_story_ct.features.field_instance.inc | 22 ++++++------ gsb_feature_offsite_idea_story_ct.field_group.inc | 39 ++++++++++++++++++++-- gsb_feature_offsite_idea_story_ct.info | 1 + 4 files changed, 58 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: teaser display settings. gsb_feature_offsite_idea_story_ct.ds.inc | 160 +++++++++++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 90 ++++++++---- gsb_feature_offsite_idea_story_ct.field_group.inc | 32 +++++ gsb_feature_offsite_idea_story_ct.info | 3 + 4 files changed, 254 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4052: Add ability to create revisions and disable preview. gsb_feature_offsite_idea_story_ct.info | 4 +++- gsb_feature_offsite_idea_story_ct.strongarm.inc | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: offsite idea story news listing display settings. gsb_feature_offsite_idea_story_ct.ds.inc | 13 +++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 2 +- gsb_feature_offsite_idea_story_ct.field_group.inc | 22 +++++++++++++++++++++- 3 files changed, 35 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4199: offsite idea story news listing. gsb_feature_offsite_idea_story_ct.ds.inc | 128 +++++++++++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 101 ++++++++++++++++ gsb_feature_offsite_idea_story_ct.field_group.inc | 12 ++ gsb_feature_offsite_idea_story_ct.info | 3 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +- 5 files changed, 245 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4185: export related to idea story. gsb_feature_offsite_idea_story_ct.ds.inc | 117 +++++++++++++++++++++ ...fsite_idea_story_ct.features.field_instance.inc | 93 ++++++++++++++++ gsb_feature_offsite_idea_story_ct.features.inc | 3 + gsb_feature_offsite_idea_story_ct.info | 4 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 63 ++++++++++- 5 files changed, 279 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3975 Added search field ...fsite_idea_story_ct.features.field_instance.inc | 62 ++++++++++++++++++++++ gsb_feature_offsite_idea_story_ct.info | 2 + 2 files changed, 64 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Added field_related_faculty ...fsite_idea_story_ct.features.field_instance.inc | 109 +++++++++++---------- gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +- gsb_feature_offsite_idea_story_ct.info | 2 +- gsb_feature_offsite_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 60 insertions(+), 59 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3985 Moved the Alumni Story field group to be above Key Taxonomy gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 2 +- gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3985 Reordering of fields, and added form alter ...fsite_idea_story_ct.features.field_instance.inc | 36 ++++++++++++---------- gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +- gsb_feature_offsite_idea_story_ct.module | 17 ++++++++++ gsb_feature_offsite_idea_story_ct.strongarm.inc | 4 +-- 4 files changed, 40 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3985 Added strongarm for workbench settings gsb_feature_offsite_idea_story_ct.info | 2 ++ gsb_feature_offsite_idea_story_ct.strongarm.inc | 14 ++++++++++++++ 2 files changed, 16 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3985 Initial commit of new ct ...fsite_idea_story_ct.features.field_instance.inc | 749 +++++++++++++++++++++ gsb_feature_offsite_idea_story_ct.features.inc | 34 + gsb_feature_offsite_idea_story_ct.field_group.inc | 42 ++ gsb_feature_offsite_idea_story_ct.info | 41 ++ gsb_feature_offsite_idea_story_ct.module | 7 + gsb_feature_offsite_idea_story_ct.strongarm.inc | 77 +++ 6 files changed, 950 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_academic_calendar_display =========================================== view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-6010 update the label in academic calendar js/gsb_feature_academic_calendar_display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 disable view error gsb_feature_academic_calendar_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Removing hook_views_default_views_alter() because we are no longer using the context argument from the url to control the set of events we are showing. That is now controlled thru show/hides in the js. gsb_feature_academic_calendar_display.module | 10 ---------- 1 file changed, 10 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5499 added scroll to top on year switch js/gsb_feature_academic_calendar_display.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Changed the date display format gsb_feature_academic_calendar_display.info | 2 +- gsb_feature_academic_calendar_display.views_default.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Fixed a bug to hide buttons for single div js/gsb_feature_academic_calendar_display.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Removed old pages gsb_feature_academic_calendar_display.features.inc | 9 - gsb_feature_academic_calendar_display.info | 1 - ...ure_academic_calendar_display.pages_default.inc | 249 --------------------- 3 files changed, 259 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Fixed default argument and put content pane in correct category gsb_feature_academic_calendar_display.module | 3 +-- gsb_feature_academic_calendar_display.views_default.inc | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Updated the Academic Calendar gsb_feature_academic_calendar_display.info | 6 +- gsb_feature_academic_calendar_display.module | 8 +- ...ure_academic_calendar_display.views_default.inc | 223 ++++++++++++++++----- js/gsb_feature_academic_calendar_display.js | 54 +++++ 4 files changed, 236 insertions(+), 55 deletions(-)
=========================================== ./gsb_feature_metatag =========================================== view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7198 Small fix to a warning I ran across while working on this issue gsb_feature_metatag.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4387 A little cleanup. Scrub, scrub... :) gsb_feature_metatag.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago Initial commit gsb_feature_metatag.info | 5 +++++ gsb_feature_metatag.module | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+)
=========================================== ./gsb_feature_programs_list_fpp =========================================== view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7307 Changed function naming as part of some code refactoring gsb_feature_programs_list_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6968 Cleaning up the query to use innerJoins gsb_feature_programs_list_fpp.module | 80 +++++------------------------------- 1 file changed, 11 insertions(+), 69 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6968 A small adjustment to the previous commit. gsb_feature_programs_list_fpp.module | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6968 Change handling of query conditions to be anded and order results by program instance start date gsb_feature_programs_list_fpp.module | 93 ++++++++++++++++++++++++++---------- 1 file changed, 69 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6949 Changing over to use field_key_program_topics ...e_programs_list_fpp.features.field_instance.inc | 32 ++++++++++------------ gsb_feature_programs_list_fpp.field_group.inc | 4 +-- gsb_feature_programs_list_fpp.info | 4 ++- gsb_feature_programs_list_fpp.module | 29 +++++++++++++------- 4 files changed, 39 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6882 Added code to put fpp under the 'Customizable Content Lists' tab on the add pane modal dialog gsb_feature_programs_list_fpp.module | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6882 Adding check for programs_list bundle gsb_feature_programs_list_fpp.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6882 Initial commit ...e_programs_list_fpp.features.field_instance.inc | 317 +++++++++++++++++++++ gsb_feature_programs_list_fpp.features.inc | 20 ++ gsb_feature_programs_list_fpp.field_group.inc | 48 ++++ ...rograms_list_fpp.fieldable_panels_pane_type.inc | 22 ++ gsb_feature_programs_list_fpp.info | 26 ++ gsb_feature_programs_list_fpp.module | 199 +++++++++++++ gsb_feature_programs_list_fpp.strongarm.inc | 34 +++ 7 files changed, 666 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_page_ct =========================================== view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7324 Added code to change the help text for the slideshow image field gsb_feature_page_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 10 weeks ago author: Greg Mercer (GBear), 10 weeks ago WP-7286 Checking for ipe (panel pane editor) save button before adding slideshow js/gsb_feature_page_ct_slideshow_slick.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Added code to move the slick slide arrow buttons into a special arrow-wrapper js/gsb_feature_page_ct_slideshow_slick.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7231: update page ct display. gsb_feature_page_ct.features.field_instance.inc | 26 +++++++++---------------- gsb_feature_page_ct.strongarm.inc | 3 +++ 2 files changed, 12 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Fixing up the form error text gsb_feature_page_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Adjusting how the required field labels are added to use #field_prefix gsb_feature_page_ct.module | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Adding support for slideshow rendering gsb_feature_page_ct.module | 30 +++++++++++++++++++++++++++++- js/gsb_feature_page_ct_slideshow_slick.js | 17 +++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7220 Finished fix on handling required slideshow fields gsb_feature_page_ct.module | 47 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7220 Part of the fix on required fields in slideshow. gsb_feature_page_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7148 Fixing up a merge issue with previous mergeness gsb_feature_page_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Adding new field instance for field_slideshow_slides gsb_feature_page_ct.features.field_instance.inc | 57 +++++++++++++++++++++++++ gsb_feature_page_ct.field_group.inc | 1 + gsb_feature_page_ct.info | 5 ++- gsb_feature_page_ct.module | 9 ++++ 4 files changed, 70 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7148 Added visible handle the slideshow field collection gsb_feature_page_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7059: hide the image from displaying. gsb_feature_page_ct.features.field_instance.inc | 38 +++------ gsb_feature_page_ct.strongarm.inc | 102 ++++++++++++++++++++++++ 2 files changed, 115 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7058 Another attempt to get features to add my new group field. Sigh gsb_feature_page_ct.features.field_instance.inc | 4 ++-- gsb_feature_page_ct.features.inc | 3 +++ gsb_feature_page_ct.field_group.inc | 4 ++-- gsb_feature_page_ct.info | 7 ++++++- 4 files changed, 13 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7058 Added new field instances field_hero_region_options and field_image_single_public gsb_feature_page_ct.features.field_instance.inc | 161 +++++++++++++++++++++++- gsb_feature_page_ct.field_group.inc | 48 +++++++ gsb_feature_page_ct.info | 8 +- gsb_feature_page_ct.module | 20 +++ 4 files changed, 229 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6030 Changed the metatag for page node title to use [current-page:title] gsb_feature_page_ct.features.metatag.inc | 24 ++++++++++++++++++++++++ gsb_feature_page_ct.info | 2 ++ 2 files changed, 26 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing a remaining reference to addthis. gsb_feature_page_ct.features.field_instance.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing remaining references to addthis. gsb_feature_page_ct.strongarm.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing a remaining reference to addthis. gsb_feature_page_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_page_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5266 Expanded on details of how we check workbench access against the user's role gsb_feature_page_ct.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5266 Added gsb_feature_page_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_page_ct.info | 6 +++--- gsb_feature_page_ct.panelizer.inc | 8 +++++--- gsb_feature_page_ct.strongarm.inc | 7 +++++++ 3 files changed, 15 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4943: Remove AddThis from the default panes. gsb_feature_page_ct.info | 6 ++--- gsb_feature_page_ct.panelizer.inc | 50 ++------------------------------------- 2 files changed, 5 insertions(+), 51 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field gsb_feature_page_ct.features.field_instance.inc | 61 ------------------------- gsb_feature_page_ct.info | 4 +- 2 files changed, 2 insertions(+), 63 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4542 Added new setting for force_pathauto gsb_feature_page_ct.features.inc | 1 + gsb_feature_page_ct.strongarm.inc | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_page_ct.strongarm.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. gsb_feature_page_ct.features.field_instance.inc | 44 +++++++++++++++++++++++++ gsb_feature_page_ct.info | 4 +-- 2 files changed, 46 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_page_ct.features.field_instance.inc | 93 +++++++++++++++---------- gsb_feature_page_ct.features.inc | 3 + gsb_feature_page_ct.info | 5 +- gsb_feature_page_ct.strongarm.inc | 11 +-- 4 files changed, 72 insertions(+), 40 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago Removing the News CT variant for the node template gsb_feature_page_ct.features.inc | 3 - gsb_feature_page_ct.info | 1 - gsb_feature_page_ct.pages_default.inc | 173 ---------------------------------- 3 files changed, 177 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2505: Allow new blocks as panes. gsb_feature_page_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_image_styles =========================================== view commit - committer: Ayuta Padhi, 9 days ago author: Ayuta Padhi, 9 days ago WP-7539 Added program display image style gsb_feature_image_styles.features.inc | 12 ++++++++++++ gsb_feature_image_styles.info | 1 + 2 files changed, 13 insertions(+) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7519 Added 310px image style gsb_feature_image_styles.features.inc | 169 +++------------------------------- gsb_feature_image_styles.info | 1 + 2 files changed, 13 insertions(+), 157 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4343 Adding new image style resource_preview_image gsb_feature_image_styles.features.inc | 23 +++++++++++++++++++++++ gsb_feature_image_styles.info | 1 + 2 files changed, 24 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4379 Added Allow Upscaling for the Resource Image and Resource Youtube(thumbnail) image styles gsb_feature_image_styles.features.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4313 Adding new image style resource_preview_image gsb_feature_image_styles.features.inc | 23 +++++++++++++++++++++++ gsb_feature_image_styles.info | 1 + 2 files changed, 24 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-3993: Add resources image styles. gsb_feature_image_styles.features.inc | 72 +++++++++++++++++++++++++++++++++++ gsb_feature_image_styles.info | 3 ++ 2 files changed, 75 insertions(+)
=========================================== ./gsb_feature_course_display =========================================== view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-6009 change to list three years courses on faculty profiles gsb_feature_course_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3496 explore courses in new window gsb_feature_course_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2903: Add show more/less classes to eva. gsb_feature_course_display.info | 4 ++-- gsb_feature_course_display.views_default.inc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2830 Added filter for starting year to go back 5 years gsb_feature_course_display.views_default.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2725: remove extra space before colon. gsb_feature_course_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2724 Set title to be displayed gsb_feature_course_display.info | 1 + gsb_feature_course_display.views_default.inc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2694 New Course List (EVA) view gsb_feature_course_display.features.inc | 12 ++ gsb_feature_course_display.info | 11 ++ gsb_feature_course_display.module | 7 + gsb_feature_course_display.views_default.inc | 216 +++++++++++++++++++++++++++ 4 files changed, 246 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
===========================================
./gsb_feature_alumni_reunion_group_page_display
===========================================
view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5633 Changing the logic for MSx related to reunion alias lookup. js/reunion_finder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5509 Changes in the lookup logic for the Reunion Finder js/reunion_finder.js | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5107 Added call to handle program select on initial page attach. js/reunion_finder.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5104 Removing
tags plugins/content_types/reunion_finder.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5107 Added call to handle program select on initial page attach. js/reunion_finder.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5078 Added SEP and PhD select options plugins/content_types/reunion_finder.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5078 Added special handling for the SEP and PhD reunions to point to alumni-weekend js/reunion_finder.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5012 Added handling for enter key js/reunion_finder.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5012 Added handling for enter key js/reunion_finder.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: update finder image. images/bg-reunion-finder.jpg | Bin 147398 -> 209258 bytes 1 file changed, 0 insertions(+), 0 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4847 Changed delay to correctly pass in the callback and ms time js/reunion_finder.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4826 Removing old code no longer needed. js/reunion_finder.js | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4826 Changes to improve performance. Removing use of ajax call. ...eature_alumni_reunion_group_page_display.module | 90 +--------------------- js/reunion_finder.js | 58 +++++++++----- plugins/content_types/reunion_finder.inc | 22 ++++++ 3 files changed, 63 insertions(+), 107 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4826 Removing console.log messages js/reunion_finder.js | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4826 Added code to init display for the gotoReunion button js/reunion_finder.js | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: style reunion finder. css/reunion_finder.css | 2 +- images/bg-reunion-finder.jpg | Bin 162858 -> 147398 bytes 2 files changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: update reunion finder markup. images/bg-reunion-finder.jpg | Bin 0 -> 162858 bytes plugins/content_types/reunion_finder.inc | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: style reunion finder. css/reunion_finder.css | 4 ++-- images/bg-reunion-finder.jpg | Bin 162858 -> 147398 bytes plugins/content_types/reunion_finder.inc | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: update reunion finder markup. images/bg-reunion-finder.jpg | Bin 0 -> 162858 bytes plugins/content_types/reunion_finder.inc | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4754 Switched to translation strings plugins/content_types/reunion_finder.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4754 Changed selection options order to match doc. plugins/content_types/reunion_finder.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4754 Needed to add !important for red border to display with field focus css/reunion_finder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4754 A little codez cleanz up gsb_feature_alumni_reunion_group_page_display.module | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4754 A little codez cleanz up js/reunion_finder.js | 66 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4754 A little codez cleanz up ...eature_alumni_reunion_group_page_display.module | 6 +- js/reunion_finder.js | 95 ++++++++++++---------- 2 files changed, 59 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago Initial version of code for Alumni Finder css/reunion_finder.css | 25 +++++ gsb_feature_alumni_reunion_group_page_display.info | 4 + ...eature_alumni_reunion_group_page_display.module | 86 ++++++++++++++++ js/reunion_finder.js | 110 +++++++++++++++++++++ plugins/content_types/reunion_finder.inc | 53 ++++++++++ 5 files changed, 278 insertions(+) view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_idea_story_ct =========================================== view commit - committer: Greg Mercer (GBear), 10 weeks ago author: Greg Mercer (GBear), 10 weeks ago WP-7286 Some code cleanup, empty checkin to cleanup a warning message gsb_feature_idea_story_ct.module | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7263 Cleaning up a bunch of warning messages when loading a page like: /exec-ed/programs/innovative-health-care-leader/ gsb_feature_idea_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 lets fix the link issue to correct link by appending base path gsb_feature_idea_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 renaming the variable gsb_feature_idea_story_ct.module | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 add the extra field for quote linking gsb_feature_idea_story_ct.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: update related label, and add releted title to program related. gsb_feature_idea_story_ct.ds.inc | 5 +-- gsb_feature_idea_story_ct.field_group.inc | 59 ++++++++++++++++++++----------- 2 files changed, 42 insertions(+), 22 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_idea_story_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6089: update idea story image to link to content. gsb_feature_idea_story_ct.ds.inc | 9 +-- ...ature_idea_story_ct.features.field_instance.inc | 68 +++++++++++----------- 2 files changed, 39 insertions(+), 38 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-6183: add google tags. gsb_feature_idea_story_ct.ds.inc | 2 +- gsb_feature_idea_story_ct.info | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrapper. gsb_feature_idea_story_ct.field_group.inc | 8 +++++--- gsb_feature_idea_story_ct.strongarm.inc | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6046 Adding field group classes gsb_feature_idea_story_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6037 Added field group classes gsb_feature_idea_story_ct.field_group.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6037 Adding field group classes gsb_feature_idea_story_ct.features.field_instance.inc | 7 +++++++ gsb_feature_idea_story_ct.field_group.inc | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_idea_story_ct.ds.inc | 24 ++-- ...ature_idea_story_ct.features.field_instance.inc | 124 ++++++++++----------- gsb_feature_idea_story_ct.field_group.inc | 64 +++++++++++ gsb_feature_idea_story_ct.info | 2 + gsb_feature_idea_story_ct.strongarm.inc | 20 ++-- 5 files changed, 152 insertions(+), 82 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5838 Added code to set path and attribute target for events and admission_events gsb_feature_idea_story_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: update date position. gsb_feature_idea_story_ct.ds.inc | 12 ++++++------ gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: reposition date field. gsb_feature_idea_story_ct.ds.inc | 12 ++++++------ gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: configure compact and expanded view modes. gsb_feature_idea_story_ct.ds.inc | 206 ++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 431 ++++++++++++++++++++- gsb_feature_idea_story_ct.info | 4 + gsb_feature_idea_story_ct.strongarm.inc | 46 +++ 4 files changed, 682 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5422: add related title to case detail. gsb_feature_idea_story_ct.ds.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5408: add divs to file fields. gsb_feature_idea_story_ct.ds.inc | 7 +++++++ gsb_feature_idea_story_ct.features.field_instance.inc | 3 +++ 2 files changed, 10 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move the files field inside related block gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- gsb_feature_idea_story_ct.field_group.inc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_idea_story_ct.ds.inc | 92 ++++++++++++++-------- ...ature_idea_story_ct.features.field_instance.inc | 19 ++--- gsb_feature_idea_story_ct.field_group.inc | 4 +- 3 files changed, 74 insertions(+), 41 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_idea_story_ct.ds.inc | 92 ++++++++++++++-------- ...ature_idea_story_ct.features.field_instance.inc | 19 ++--- gsb_feature_idea_story_ct.field_group.inc | 4 +- 3 files changed, 74 insertions(+), 41 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 update allowed formats for file field gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add new related fields ...ature_idea_story_ct.features.field_instance.inc | 194 ++++++++++++++++++++- gsb_feature_idea_story_ct.field_group.inc | 9 +- gsb_feature_idea_story_ct.info | 2 + 3 files changed, 195 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: add related title to other content types. gsb_feature_idea_story_ct.ds.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5240: update text to Explore More. gsb_feature_idea_story_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5100 update the label for CT field publication gsb_feature_idea_story_ct.features.field_instance.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_idea_story_ct.info | 5 +++-- gsb_feature_idea_story_ct.strongarm.inc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...ature_idea_story_ct.features.field_instance.inc | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...ature_idea_story_ct.features.field_instance.inc | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5055: remove field item classes on authors. gsb_feature_idea_story_ct.ds.inc | 9 +++------ gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++++ gsb_feature_idea_story_ct.info | 1 - gsb_feature_idea_story_ct.strongarm.inc | 9 +++++++++ 4 files changed, 16 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4631 clear program field based on alumni mention gsb_feature_idea_story_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: add related title field to act ct. gsb_feature_idea_story_ct.ds.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: add related title field to act ct. gsb_feature_idea_story_ct.ds.inc | 3 ++- gsb_feature_idea_story_ct.info | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4865: update icon field. gsb_feature_idea_story_ct.ds.inc | 2 +- gsb_feature_idea_story_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: update media icon field. gsb_feature_idea_story_ct.ds.inc | 4 +++- gsb_feature_idea_story_ct.info | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_idea_story_ct.ds.inc | 121 ++++++++++--- ...ature_idea_story_ct.features.field_instance.inc | 187 ++++++++++++++++++++- gsb_feature_idea_story_ct.info | 4 +- gsb_feature_idea_story_ct.strongarm.inc | 26 +++ 4 files changed, 307 insertions(+), 31 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: add agenda item to field. gsb_feature_idea_story_ct.ds.inc | 3 ++- gsb_feature_idea_story_ct.info | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4694 make program field mandate for idea story gsb_feature_idea_story_ct.module | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mentioned for idea story gsb_feature_idea_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single ...ature_idea_story_ct.features.field_instance.inc | 31 ++++++++++++---------- gsb_feature_idea_story_ct.field_group.inc | 20 +++++++------- gsb_feature_idea_story_ct.info | 2 +- 3 files changed, 28 insertions(+), 25 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4529 change path alias label gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4525: Enable workbench moderation. gsb_feature_idea_story_ct.info | 22 +++++++++++----------- gsb_feature_idea_story_ct.strongarm.inc | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4494 Removing fields for the search field concat gsb_feature_idea_story_ct.features.field_instance.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4494 Removing fields for the search field concat gsb_feature_idea_story_ct.features.field_instance.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4462 Removing the field_related_faculty div if empty gsb_feature_idea_story_ct.module | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4387 Metatag settings for Idea Story CT gsb_feature_idea_story_ct.features.metatag.inc | 2 +- gsb_feature_idea_story_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4387 Metatag settings for Idea Story CT gsb_feature_idea_story_ct.features.metatag.inc | 57 ++++++++++++++++++++++++++ gsb_feature_idea_story_ct.info | 2 + 2 files changed, 59 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4385: Fix explore more to be sorted by publication date and not created date. gsb_feature_idea_story_ct.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4387 Metatag settings for Idea Story CT gsb_feature_idea_story_ct.features.metatag.inc | 2 +- gsb_feature_idea_story_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4387 Metatag settings for Idea Story CT gsb_feature_idea_story_ct.features.metatag.inc | 57 ++++++++++++++++++++++++++ gsb_feature_idea_story_ct.info | 2 + 2 files changed, 59 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4321: update field class. gsb_feature_idea_story_ct.ds.inc | 6 ++++++ gsb_feature_idea_story_ct.features.inc | 1 + 2 files changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4321: update field class. gsb_feature_idea_story_ct.ds.inc | 6 ++++++ gsb_feature_idea_story_ct.features.inc | 1 + 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4263 Removing empty top story and related sections if empty gsb_feature_idea_story_ct.module | 65 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4267: export the short url field settings. gsb_feature_idea_story_ct.ds.inc | 20 ++++++++++++++++++++ ...feature_idea_story_ct.features.field_instance.inc | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4267: export the short url field settings. gsb_feature_idea_story_ct.ds.inc | 77 ++++++++++++++++------ ...ature_idea_story_ct.features.field_instance.inc | 10 ++- 2 files changed, 63 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4285: reexport related faculty. gsb_feature_idea_story_ct.ds.inc | 57 ++++++++++++++-------- ...ature_idea_story_ct.features.field_instance.inc | 8 ++- 2 files changed, 42 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export text wrapper. gsb_feature_idea_story_ct.ds.inc | 16 +++--- ...ature_idea_story_ct.features.field_instance.inc | 58 +++++++++++----------- gsb_feature_idea_story_ct.field_group.inc | 35 +++++++++++++ gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 10 ++-- 5 files changed, 79 insertions(+), 41 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: update teaser display. gsb_feature_idea_story_ct.ds.inc | 154 ++++++++++----------- ...ature_idea_story_ct.features.field_instance.inc | 107 +++++++------- gsb_feature_idea_story_ct.strongarm.inc | 14 +- 3 files changed, 136 insertions(+), 139 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4285: reexport related faculty. gsb_feature_idea_story_ct.ds.inc | 82 ++++++++++++---------- ...ature_idea_story_ct.features.field_instance.inc | 8 ++- 2 files changed, 50 insertions(+), 40 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export text wrapper. gsb_feature_idea_story_ct.ds.inc | 16 +++--- ...ature_idea_story_ct.features.field_instance.inc | 58 +++++++++++----------- gsb_feature_idea_story_ct.field_group.inc | 35 +++++++++++++ gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 10 ++-- 5 files changed, 79 insertions(+), 41 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: update teaser display. gsb_feature_idea_story_ct.ds.inc | 154 ++++++++++----------- ...ature_idea_story_ct.features.field_instance.inc | 107 +++++++------- gsb_feature_idea_story_ct.strongarm.inc | 14 +- 3 files changed, 136 insertions(+), 139 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Remove unneeded alter. gsb_feature_idea_story_ct.module | 13 ------------- 1 file changed, 13 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4176: export latest stories display settings. gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 211 +++++++++++++++++++-- gsb_feature_idea_story_ct.info | 3 + gsb_feature_idea_story_ct.strongarm.inc | 23 +++ 4 files changed, 357 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4052: Add ability to create revisions and disable preview. gsb_feature_idea_story_ct.ds.inc | 1 - gsb_feature_idea_story_ct.info | 4 ++-- gsb_feature_idea_story_ct.strongarm.inc | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4176: export latest stories display settings. gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 211 +++++++++++++++++++-- gsb_feature_idea_story_ct.info | 3 + gsb_feature_idea_story_ct.strongarm.inc | 23 +++ 4 files changed, 357 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4199: idea story news listing display settings. gsb_feature_idea_story_ct.ds.inc | 119 +++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 197 +++++++++++++++++++++ gsb_feature_idea_story_ct.info | 2 + gsb_feature_idea_story_ct.strongarm.inc | 22 ++- 4 files changed, 339 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4205: add ranking media icon field. gsb_feature_idea_story_ct.ds.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4185: add media icon field to offsite cts. gsb_feature_idea_story_ct.features.field_instance.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: related faculty display settings. gsb_feature_idea_story_ct.ds.inc | 62 ++++++++++++++++++---- ...ature_idea_story_ct.features.field_instance.inc | 29 +++++----- gsb_feature_idea_story_ct.field_group.inc | 2 +- gsb_feature_idea_story_ct.info | 2 + 4 files changed, 69 insertions(+), 26 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: related faculty display settings. gsb_feature_idea_story_ct.ds.inc | 97 +++++++++++++++------- ...ature_idea_story_ct.features.field_instance.inc | 66 ++++----------- gsb_feature_idea_story_ct.field_group.inc | 2 +- gsb_feature_idea_story_ct.info | 4 +- gsb_feature_idea_story_ct.strongarm.inc | 3 + 5 files changed, 91 insertions(+), 81 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4185: add media icon field to offsite cts. gsb_feature_idea_story_ct.ds.inc | 4 +++- gsb_feature_idea_story_ct.features.field_instance.inc | 9 ++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4107: Add social buttons on top of bottom of Idea Story default view mode. Add Short URL field to the same display. gsb_feature_idea_story_ct.ds.inc | 78 ++++++++------ ...ature_idea_story_ct.features.field_instance.inc | 117 ++++++++------------- gsb_feature_idea_story_ct.field_group.inc | 4 +- gsb_feature_idea_story_ct.info | 3 +- gsb_feature_idea_story_ct.strongarm.inc | 13 ++- 5 files changed, 100 insertions(+), 115 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4185: add media icon field to offsite cts. gsb_feature_idea_story_ct.ds.inc | 4 +++- gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago Fix bad merge for rethink date. gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years ago WP-4129: Add rethink and business magazine fields and field groups. Add states to show/hide fields. ...ature_idea_story_ct.features.field_instance.inc | 421 ++++++++++++++++++++- gsb_feature_idea_story_ct.field_group.inc | 59 +++ gsb_feature_idea_story_ct.info | 8 + gsb_feature_idea_story_ct.module | 23 ++ gsb_feature_idea_story_ct.strongarm.inc | 6 +- 5 files changed, 510 insertions(+), 7 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4129: Add rethink and business magazine fields and field groups. Add states to show/hide fields. ...ature_idea_story_ct.features.field_instance.inc | 423 ++++++++++++++++++++- gsb_feature_idea_story_ct.field_group.inc | 59 +++ gsb_feature_idea_story_ct.info | 8 + gsb_feature_idea_story_ct.module | 23 ++ gsb_feature_idea_story_ct.strongarm.inc | 6 +- 5 files changed, 513 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3975 Added search field ...ature_idea_story_ct.features.field_instance.inc | 86 ++++++++++++++++++++++ gsb_feature_idea_story_ct.info | 1 + 2 files changed, 87 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Added new field collection related faculty ...ature_idea_story_ct.features.field_instance.inc | 129 ++++++++++----------- gsb_feature_idea_story_ct.field_group.inc | 16 +-- gsb_feature_idea_story_ct.info | 2 +- 3 files changed, 73 insertions(+), 74 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4109: Add Idea Story pathauto alias. gsb_feature_idea_story_ct.features.field_instance.inc | 18 +++++++++--------- gsb_feature_idea_story_ct.field_group.inc | 6 +++--- gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++ 4 files changed, 20 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years ago WP-4087: Add Media Inquiries extra field to Idea Story ct. gsb_feature_idea_story_ct.ds.inc | 38 ++++++++++++---------- ...ature_idea_story_ct.features.field_instance.inc | 24 +++++++------- gsb_feature_idea_story_ct.field_group.inc | 2 +- gsb_feature_idea_story_ct.strongarm.inc | 12 +++++-- 4 files changed, 42 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3917: add custom fields to use on new cts. gsb_feature_idea_story_ct.ds.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4087: Add Media Inquiries extra field to Idea Story ct. gsb_feature_idea_story_ct.ds.inc | 38 ++++++++++++---------- ...ature_idea_story_ct.features.field_instance.inc | 24 +++++++------- gsb_feature_idea_story_ct.field_group.inc | 2 +- gsb_feature_idea_story_ct.strongarm.inc | 12 +++++-- 4 files changed, 42 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years ago WP-4058: Change field formatter for related content field. gsb_feature_idea_story_ct.ds.inc | 63 +++++++++++----------- ...ature_idea_story_ct.features.field_instance.inc | 18 +++---- 2 files changed, 38 insertions(+), 43 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4058: Change field formatter for related content field. gsb_feature_idea_story_ct.ds.inc | 63 +++++++++++----------- ...ature_idea_story_ct.features.field_instance.inc | 18 +++---- 2 files changed, 38 insertions(+), 43 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4063: Make Key Image field required. gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago WP-3997: add sign up form to display. gsb_feature_idea_story_ct.ds.inc | 1 + ...feature_idea_story_ct.features.field_instance.inc | 20 ++++++++++---------- gsb_feature_idea_story_ct.field_group.inc | 2 +- gsb_feature_idea_story_ct.strongarm.inc | 12 +++++++++--- 4 files changed, 21 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years ago WP-4047: Query only published nodes in Explore More. gsb_feature_idea_story_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4047: Query only published nodes in Explore More. gsb_feature_idea_story_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3997: add sign up form to display. gsb_feature_idea_story_ct.ds.inc | 1 + ...feature_idea_story_ct.features.field_instance.inc | 20 ++++++++++---------- gsb_feature_idea_story_ct.field_group.inc | 2 +- gsb_feature_idea_story_ct.strongarm.inc | 12 +++++++++--- 4 files changed, 21 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4037 implement alumni story changes gsb_feature_idea_story_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4037 add alumni story to idea story ct ...ature_idea_story_ct.features.field_instance.inc | 134 ++++++++++++++++++++- gsb_feature_idea_story_ct.field_group.inc | 36 +++++- gsb_feature_idea_story_ct.info | 5 +- gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 168 insertions(+), 13 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3996: Add insights signup form (mailchimp) extra field for Idea Story CT. gsb_feature_idea_story_ct.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4001: add idea story teaser display config. gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 87 ++++++++------ gsb_feature_idea_story_ct.info | 2 + gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 190 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4001: Added a content wrapper for Explore More. gsb_feature_idea_story_ct.module | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: add field collection display settings and field group. gsb_feature_idea_story_ct.ds.inc | 71 +++++++++++++++++++++++++++++++ gsb_feature_idea_story_ct.field_group.inc | 32 ++++++++++++++ gsb_feature_idea_story_ct.info | 3 ++ 3 files changed, 106 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update markup around title. gsb_feature_idea_story_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4001: add idea story teaser display config. gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 87 ++++++++------ gsb_feature_idea_story_ct.info | 2 + gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 190 insertions(+), 36 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4001: Added a content wrapper for Explore More. gsb_feature_idea_story_ct.module | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3999: Add exlore more extra field. gsb_feature_idea_story_ct.ds.inc | 66 +++++------ ...ature_idea_story_ct.features.field_instance.inc | 128 ++++++++++----------- gsb_feature_idea_story_ct.module | 66 +++++++++++ gsb_feature_idea_story_ct.strongarm.inc | 34 +++++- 4 files changed, 194 insertions(+), 100 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4017: add odd and even class. gsb_feature_idea_story_ct.ds.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3999: Add exlore more extra field. gsb_feature_idea_story_ct.ds.inc | 66 +++++------ ...ature_idea_story_ct.features.field_instance.inc | 128 ++++++++++----------- gsb_feature_idea_story_ct.module | 66 +++++++++++ gsb_feature_idea_story_ct.strongarm.inc | 34 +++++- 4 files changed, 194 insertions(+), 100 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: add field collection display settings and field group. gsb_feature_idea_story_ct.ds.inc | 71 +++++++++++++++++++++++++++++++ gsb_feature_idea_story_ct.field_group.inc | 32 ++++++++++++++ gsb_feature_idea_story_ct.info | 3 ++ 3 files changed, 106 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update markup around title. gsb_feature_idea_story_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4017: add odd and even class. gsb_feature_idea_story_ct.ds.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4010: Change related content label extra field to reflect new field name. gsb_feature_idea_story_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911: update related other display. gsb_feature_idea_story_ct.ds.inc | 89 ++++++++++++---------- ...ature_idea_story_ct.features.field_instance.inc | 25 ++++-- gsb_feature_idea_story_ct.field_group.inc | 3 +- gsb_feature_idea_story_ct.module | 16 ++-- 4 files changed, 76 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911: configure related faculty, stories and links. gsb_feature_idea_story_ct.ds.inc | 144 ++++++++++++++++----- ...ature_idea_story_ct.features.field_instance.inc | 57 ++++---- gsb_feature_idea_story_ct.field_group.inc | 30 +++++ gsb_feature_idea_story_ct.info | 4 +- gsb_feature_idea_story_ct.strongarm.inc | 5 +- 5 files changed, 182 insertions(+), 58 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911: update related other display. gsb_feature_idea_story_ct.ds.inc | 89 ++++++++++++---------- ...ature_idea_story_ct.features.field_instance.inc | 25 ++++-- gsb_feature_idea_story_ct.field_group.inc | 3 +- gsb_feature_idea_story_ct.module | 16 ++-- 4 files changed, 76 insertions(+), 57 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Add back missing field_related_other_unlimited. ...ature_idea_story_ct.features.field_instance.inc | 52 ++++++++++++++++++++++ gsb_feature_idea_story_ct.info | 1 + 2 files changed, 53 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Add back missing field_related_other_unlimited. ...ature_idea_story_ct.features.field_instance.inc | 52 ++++++++++++++++++++++ gsb_feature_idea_story_ct.info | 1 + 2 files changed, 53 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911: configure related faculty, stories and links. gsb_feature_idea_story_ct.ds.inc | 144 ++++++++++++++++----- ...ature_idea_story_ct.features.field_instance.inc | 57 ++++---- gsb_feature_idea_story_ct.field_group.inc | 30 +++++ gsb_feature_idea_story_ct.info | 4 +- gsb_feature_idea_story_ct.strongarm.inc | 5 +- 5 files changed, 182 insertions(+), 58 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add top story view mode, configure, add to detail page. gsb_feature_idea_story_ct.ds.inc | 101 ++++++++++++- ...ature_idea_story_ct.features.field_instance.inc | 159 +++++++++++++++++++-- gsb_feature_idea_story_ct.field_group.inc | 4 +- gsb_feature_idea_story_ct.info | 3 + gsb_feature_idea_story_ct.strongarm.inc | 17 ++- 5 files changed, 260 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3892: remove keywords from bottom. gsb_feature_idea_story_ct.ds.inc | 13 ++----------- gsb_feature_idea_story_ct.features.field_instance.inc | 9 ++------- gsb_feature_idea_story_ct.field_group.inc | 3 +-- 3 files changed, 5 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago Remove extra hook_ds_view_modes_info. gsb_feature_idea_story_ct.ds.inc | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add featured insight card view mode. gsb_feature_idea_story_ct.ds.inc | 18 ++++++++++++++++++ gsb_feature_idea_story_ct.info | 1 + 2 files changed, 19 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add top story view mode, configure, add to detail page. gsb_feature_idea_story_ct.ds.inc | 129 ++++++++++++++--- ...ature_idea_story_ct.features.field_instance.inc | 159 +++++++++++++++++++-- gsb_feature_idea_story_ct.field_group.inc | 4 +- gsb_feature_idea_story_ct.info | 3 + gsb_feature_idea_story_ct.strongarm.inc | 17 ++- 5 files changed, 273 insertions(+), 39 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3892: remove keywords from bottom. gsb_feature_idea_story_ct.ds.inc | 13 ++----------- gsb_feature_idea_story_ct.features.field_instance.inc | 9 ++------- gsb_feature_idea_story_ct.field_group.inc | 3 +-- 3 files changed, 5 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago Removed older code that was including in .js. This .js is now coming from hs_lite module. gsb_feature_idea_story_ct.module | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: create related view mode, configure for idea story. gsb_feature_idea_story_ct.ds.inc | 125 ++++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 191 +++++++++++++++------ gsb_feature_idea_story_ct.info | 4 +- gsb_feature_idea_story_ct.strongarm.inc | 17 ++ 4 files changed, 283 insertions(+), 54 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862-2 Added setting for use_hierarchical_select_lite for key taxonomy field gsb_feature_idea_story_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add featured insight card view mode. gsb_feature_idea_story_ct.ds.inc | 18 ++++++++ ...ature_idea_story_ct.features.field_instance.inc | 53 ---------------------- gsb_feature_idea_story_ct.info | 2 +- 3 files changed, 19 insertions(+), 54 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862-2 Added setting for use_hierarchical_select_lite for key taxonomy field gsb_feature_idea_story_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3981: Add referenced entity title as extra field for related content field collection. gsb_feature_idea_story_ct.module | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: create related view mode, configure for idea story. gsb_feature_idea_story_ct.ds.inc | 125 ++++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 191 +++++++++++++++------ gsb_feature_idea_story_ct.info | 4 +- gsb_feature_idea_story_ct.strongarm.inc | 17 ++ 4 files changed, 283 insertions(+), 54 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3906 Adding new field collection field_related_other_unlimited ...ature_idea_story_ct.features.field_instance.inc | 81 +++++----------------- gsb_feature_idea_story_ct.field_group.inc | 1 + gsb_feature_idea_story_ct.info | 3 +- 3 files changed, 21 insertions(+), 64 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3891: Add alt support for key image. gsb_feature_idea_story_ct.features.field_instance.inc | 2 +- gsb_feature_idea_story_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3906 Adding new field collection field_related_other_unlimited ...ature_idea_story_ct.features.field_instance.inc | 81 +++++----------------- gsb_feature_idea_story_ct.field_group.inc | 1 + gsb_feature_idea_story_ct.info | 3 +- 3 files changed, 21 insertions(+), 64 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862-1 Removing reference to .js gsb_feature_idea_story_ct.module | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3895 Changed field_region_of_interest to hierarchy select gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 A few small changes related to enable/disable Add button, and checking for existing selections js/gsb_feature_idea_story_ct.js | 60 ++++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3864 Authoring changes related to field orders, help text, and labels ...ature_idea_story_ct.features.field_instance.inc | 81 +++++++++++----------- gsb_feature_idea_story_ct.field_group.inc | 14 ++-- gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.module | 65 ++++++++++++++++- gsb_feature_idea_story_ct.strongarm.inc | 8 +-- 5 files changed, 116 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Added new code to enable/disable the Add button js/gsb_feature_idea_story_ct.js | 83 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 76 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3878: adjust taxonomy comma spacing. gsb_feature_idea_story_ct.ds.inc | 18 ++++++++++++++++++ gsb_feature_idea_story_ct.field_group.inc | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Code to hide the select field we are replacing gsb_feature_idea_story_ct.module | 6 ++---- js/gsb_feature_idea_story_ct.js | 21 ++++++++++++++++++--- 2 files changed, 20 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Fixed up a bit o business with top-level text in the selected table rows js/gsb_feature_idea_story_ct.js | 63 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3878: adjust taxonomy comma spacing. gsb_feature_idea_story_ct.ds.inc | 54 ++++++++++++++-------- ...ature_idea_story_ct.features.field_instance.inc | 10 ++-- gsb_feature_idea_story_ct.field_group.inc | 6 +-- 3 files changed, 43 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Adding code to support hierarchies of option groups js/gsb_feature_idea_story_ct.js | 147 ++++++++++++++++++++++++++++++++++------ 1 file changed, 126 insertions(+), 21 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3877: keywords should not be linked. gsb_feature_idea_story_ct.ds.inc | 36 +++++++++++----------- ...ature_idea_story_ct.features.field_instance.inc | 10 +++--- 2 files changed, 22 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Working version of widget - testing with Term reference (multi) Select js/gsb_feature_idea_story_ct.js | 44 +++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Adding code to initialize the currently selected table on page load js/gsb_feature_idea_story_ct.js | 136 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 132 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Changes to select up thru all parents js/gsb_feature_idea_story_ct.js | 61 +++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Added code to handle removing selected items js/gsb_feature_idea_story_ct.js | 83 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 75 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Handling for the currently selected, removing clone selects, etc js/gsb_feature_idea_story_ct.js | 173 ++++++++++++++++++++++++++++++---------- 1 file changed, 132 insertions(+), 41 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Added code to support the Add button js/gsb_feature_idea_story_ct.js | 48 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Getting the general hierarchy selection working js/gsb_feature_idea_story_ct.js | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 Commit to fix tab/spaces in the code js/gsb_feature_idea_story_ct.js | 246 ++++++++++++++++++++-------------------- 1 file changed, 123 insertions(+), 123 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3862 A very rough version of our own hierarchy select widget gsb_feature_idea_story_ct.module | 20 ++- js/gsb_feature_idea_story_ct.js | 329 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 347 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3804: update idea story display setting. gsb_feature_idea_story_ct.ds.inc | 243 +++++++++++++++++++++ ...ature_idea_story_ct.features.field_instance.inc | 212 ++++++++---------- gsb_feature_idea_story_ct.features.inc | 3 + gsb_feature_idea_story_ct.field_group.inc | 97 ++++++++ gsb_feature_idea_story_ct.info | 8 + gsb_feature_idea_story_ct.strongarm.inc | 60 ++++- 6 files changed, 497 insertions(+), 126 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Removed the alumni fields ...ature_idea_story_ct.features.field_instance.inc | 411 +-------------------- gsb_feature_idea_story_ct.field_group.inc | 64 +--- gsb_feature_idea_story_ct.info | 12 +- gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 22 insertions(+), 471 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Added the pathauto field ...ature_idea_story_ct.features.field_instance.inc | 81 ++++++++++++++++++---- gsb_feature_idea_story_ct.field_group.inc | 10 +-- gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 76 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Remove exporting of markdown. We are moving this to the wysiwyg feature. gsb_feature_idea_story_ct.info | 1 - gsb_feature_idea_story_ct.module | 4 ---- 2 files changed, 5 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Adjustments to UI of the Idea Story edit form ...ature_idea_story_ct.features.field_instance.inc | 102 +++++++---- gsb_feature_idea_story_ct.field_group.inc | 199 +++++++++++++++++++-- gsb_feature_idea_story_ct.info | 9 + gsb_feature_idea_story_ct.module | 29 +++ gsb_feature_idea_story_ct.strongarm.inc | 8 +- 5 files changed, 290 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Added a strongarm for the workbench access setting gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Adding in the strongarm for workbench and Idea Story gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago Initial commit for the Idea Story CT ...ature_idea_story_ct.features.field_instance.inc | 1635 ++++++++++++++++++++ gsb_feature_idea_story_ct.features.inc | 41 + gsb_feature_idea_story_ct.field_group.inc | 106 ++ gsb_feature_idea_story_ct.info | 65 + gsb_feature_idea_story_ct.module | 7 + gsb_feature_idea_story_ct.strongarm.inc | 80 + gsb_feature_idea_story_ct.views_default.inc | 101 ++ 7 files changed, 2035 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Removed the alumni fields ...ature_idea_story_ct.features.field_instance.inc | 411 +-------------------- gsb_feature_idea_story_ct.field_group.inc | 64 +--- gsb_feature_idea_story_ct.info | 12 +- gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 22 insertions(+), 471 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Added the pathauto field ...ature_idea_story_ct.features.field_instance.inc | 81 ++++++++++++++++++---- gsb_feature_idea_story_ct.field_group.inc | 10 +-- gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 6 +- 4 files changed, 76 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Remove exporting of markdown. We are moving this to the wysiwyg feature. gsb_feature_idea_story_ct.info | 1 - gsb_feature_idea_story_ct.module | 4 ---- 2 files changed, 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago Merge branch 'WP-3803' of github.com:gsbitse/gsb_feature_idea_story_ct into WP-3803 view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Adjustments to UI of the Idea Story edit form ...ature_idea_story_ct.features.field_instance.inc | 102 +++++++---- gsb_feature_idea_story_ct.field_group.inc | 199 +++++++++++++++++++-- gsb_feature_idea_story_ct.info | 10 ++ gsb_feature_idea_story_ct.module | 29 +++ gsb_feature_idea_story_ct.strongarm.inc | 15 +- 5 files changed, 298 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Added a strongarm for the workbench access setting gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Adding in the strongarm for workbench and Idea Story gsb_feature_idea_story_ct.info | 1 + gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago Initial commit for the Idea Story CT ...ature_idea_story_ct.features.field_instance.inc | 1635 ++++++++++++++++++++ gsb_feature_idea_story_ct.features.inc | 41 + gsb_feature_idea_story_ct.field_group.inc | 106 ++ gsb_feature_idea_story_ct.info | 65 + gsb_feature_idea_story_ct.module | 7 + gsb_feature_idea_story_ct.strongarm.inc | 80 + gsb_feature_idea_story_ct.views_default.inc | 101 ++ 7 files changed, 2035 insertions(+) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_gsa_search =========================================== view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-7026 Added seed search functionality gsb_feature_gsa_search.module | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6319 Added new patch for google_appliance gsb_feature_gsa_search.make | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6319 New hook menu for exec-ed search and alter for changing the collection name gsb_feature_gsa_search.module | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6245 Updating google_appliance module gsb_feature_gsa_search.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-5678 Added new query_alter to reset getfields gsb_feature_gsa_search.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-4980: Upgrade google_appliance module. gsb_feature_gsa_search.make | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Change collection to Revamp. gsb_feature_gsa_search.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_taxonomy =========================================== view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago Changing Program Listing Page URL in Program Category taxonomy to use relative url gsb_feature_taxonomy.features.field_instance.inc | 2 +- gsb_feature_taxonomy.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6576 Adding new field instances for the program category taxonomy gsb_feature_taxonomy.features.field_instance.inc | 419 +++++++++++++++++++++++ gsb_feature_taxonomy.info | 6 +- gsb_feature_taxonomy.strongarm.inc | 8 +- 3 files changed, 428 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6573: export strong arm settings for short name. gsb_feature_taxonomy.info | 1 + gsb_feature_taxonomy.strongarm.inc | 59 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6573: add view mode and configure for short name. gsb_feature_taxonomy.ds.inc | 54 ++++++++++++++++++++++++ gsb_feature_taxonomy.features.field_instance.inc | 11 ++++- gsb_feature_taxonomy.info | 3 ++ 3 files changed, 67 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6558 Added field_short_name to the program category taxonomy gsb_feature_taxonomy.features.field_base.inc | 33 ++++-- gsb_feature_taxonomy.features.field_instance.inc | 130 +++++++++++++++++++++-- gsb_feature_taxonomy.info | 9 +- gsb_feature_taxonomy.strongarm.inc | 7 ++ 4 files changed, 158 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago WP-6292 Adding new taxonomies career_level, key_program_topic, leadership_level, program_format, program_location and program_topic gsb_feature_taxonomy.features.taxonomy.inc | 48 ++++++++++++++++++++++++++++++ gsb_feature_taxonomy.info | 6 ++++ 2 files changed, 54 insertions(+) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-5704 remove discipline and event series vocab gsb_feature_taxonomy.features.taxonomy.inc | 16 ------ gsb_feature_taxonomy.info | 2 - gsb_feature_taxonomy.strongarm.inc | 78 ------------------------------ 3 files changed, 96 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5863: Add circle vocabulary. gsb_feature_taxonomy.features.taxonomy.inc | 8 ++++++++ gsb_feature_taxonomy.info | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5795 Changing field_drupal_timezone from a text field to a time_zone field gsb_feature_taxonomy.features.field_base.inc | 10 ++-- gsb_feature_taxonomy.features.field_instance.inc | 71 ++---------------------- gsb_feature_taxonomy.info | 1 + 3 files changed, 11 insertions(+), 71 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new drupal timezone field for taxonomy gsb_feature_taxonomy.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_taxonomy.features.field_instance.inc | 12 ++++++------ gsb_feature_taxonomy.info | 5 +++-- 3 files changed, 30 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new taxonomy gsb_feature_taxonomy.features.field_instance.inc | 103 +++++++++++++++++++++++ gsb_feature_taxonomy.features.taxonomy.inc | 8 ++ gsb_feature_taxonomy.info | 3 + gsb_feature_taxonomy.strongarm.inc | 29 +++++++ 4 files changed, 143 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5618 add admission event base path base field to taxonomy repo gsb_feature_taxonomy.features.field_base.inc | 21 +++++++++++++++++++++ gsb_feature_taxonomy.info | 1 + 2 files changed, 22 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5618 add admission base path to program vocab gsb_feature_taxonomy.features.field_base.inc | 25 ----- gsb_feature_taxonomy.features.field_instance.inc | 123 +++++++++++++++++++++-- gsb_feature_taxonomy.features.taxonomy.inc | 8 ++ gsb_feature_taxonomy.info | 2 + gsb_feature_taxonomy.strongarm.inc | 18 +++- 5 files changed, 142 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4587 Added new taxonomy cta_action gsb_feature_taxonomy.features.taxonomy.inc | 8 ++++++++ gsb_feature_taxonomy.info | 1 + 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_taxonomy.features.field_instance.inc | 53 ------------------------ gsb_feature_taxonomy.features.taxonomy.inc | 8 ---- gsb_feature_taxonomy.info | 3 -- gsb_feature_taxonomy.strongarm.inc | 49 ---------------------- 4 files changed, 113 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4511: Export display settings for academic area, business insight topic and region of interest. gsb_feature_taxonomy.features.field_instance.inc | 54 ++++++++---------------- gsb_feature_taxonomy.info | 2 +- 2 files changed, 19 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4511: Add field instances of taxonomy. gsb_feature_taxonomy.features.field_instance.inc | 386 +++++++++++++++++++++++ gsb_feature_taxonomy.info | 16 +- 2 files changed, 394 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4511 Exporting full list of taxonomies to our feature gsb_feature_taxonomy.features.field_base.inc | 130 +++++ gsb_feature_taxonomy.features.field_instance.inc | 201 ++++++++ gsb_feature_taxonomy.features.taxonomy.inc | 136 ++++++ gsb_feature_taxonomy.info | 46 +- gsb_feature_taxonomy.strongarm.inc | 595 +++++++++++++++++++++++ 5 files changed, 1106 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4511 Attempting to export the taxonomy field display. Testing export. gsb_feature_taxonomy.features.defaultconfig.inc | 276 +++++++++++++++--------- gsb_feature_taxonomy.info | 2 + gsb_feature_taxonomy.strongarm.inc | 4 +- 3 files changed, 175 insertions(+), 107 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4494 Removing fields from the default display gsb_feature_taxonomy.strongarm.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4193: export action view mode. gsb_feature_taxonomy.ds.inc | 203 +++++++++++++++++++++++++++++++++++++ gsb_feature_taxonomy.info | 8 ++ gsb_feature_taxonomy.strongarm.inc | 21 ++++ 3 files changed, 232 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago re-export feature. gsb_feature_taxonomy.info | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export insight topics view mode and display settings. gsb_feature_taxonomy.ds.inc | 176 ++++++++++++++++++++++++ gsb_feature_taxonomy.features.defaultconfig.inc | 145 +++++++++++++++++++ gsb_feature_taxonomy.features.inc | 17 +++ gsb_feature_taxonomy.info | 19 +++ gsb_feature_taxonomy.module | 4 +- gsb_feature_taxonomy.strongarm.inc | 134 ++++++++++++++++++ 6 files changed, 494 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3955 Exported 3 taxonomies gsb_feature_taxonomy.features.taxonomy.inc | 37 ++++++++++++++++++++++++++++++ gsb_feature_taxonomy.info | 20 ++++++++++++++++ gsb_feature_taxonomy.module | 5 ++++ 3 files changed, 62 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_week_in_the_life_ct =========================================== view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6116: add back custom classes. gsb_feature_week_in_the_life_ct.ds.inc | 16 ++++--- ...week_in_the_life_ct.features.field_instance.inc | 51 ++++++++++++---------- gsb_feature_week_in_the_life_ct.field_group.inc | 19 +++++--- gsb_feature_week_in_the_life_ct.strongarm.inc | 51 ++++++++++++++++++++++ 4 files changed, 104 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. ...week_in_the_life_ct.features.field_instance.inc | 56 ++++++++++++++++++++++ gsb_feature_week_in_the_life_ct.features.inc | 1 + gsb_feature_week_in_the_life_ct.info | 5 +- gsb_feature_week_in_the_life_ct.strongarm.inc | 7 +++ 4 files changed, 67 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text to image fields gsb_feature_week_in_the_life_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text for image field gsb_feature_week_in_the_life_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. ...week_in_the_life_ct.features.field_instance.inc | 305 ++++----------------- gsb_feature_week_in_the_life_ct.info | 5 +- gsb_feature_week_in_the_life_ct.strongarm.inc | 3 + 3 files changed, 61 insertions(+), 252 deletions(-)
=========================================== ./gsb_feature_slideshow_fpp =========================================== view commit - committer: Greg Mercer, 2 months ago author: Greg Mercer, 2 months ago WP-7263 Adding test for page-manager-edit and if true then don't load the slick slideshow. js/gsb_feature_slideshow_fpp.slick.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7221: add an additional wrapper. gsb_feature_slideshow_fpp.module | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7147 Added render of slide-color to the slide-text area gsb_feature_slideshow_fpp.module | 4 ++++ js/gsb_feature_slideshow_fpp.slick.js | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7147 Changing to use of slick library gsb_feature_slideshow_fpp.make | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7147 Changing to use of slick library gsb_feature_slideshow_fpp.module | 23 +++++++++++++++++++---- js/gsb_feature_slideshow_fpp.slick.js | 14 ++++++++++++++ templates/slideshow-items.tpl.php | 4 +--- 3 files changed, 34 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6544 turned off title display gsb_feature_slideshow_fpp.features.field_instance.inc | 3 ++- gsb_feature_slideshow_fpp.info | 3 ++- gsb_feature_slideshow_fpp.strongarm.inc | 14 +++++++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5054: disable touch for slid advance. js/gsb_feature_slideshow_fpp.flexslider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-3925: update the slideshow settings. js/gsb_feature_slideshow_fpp.flexslider.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Fixing previous merge issue. Markup should refer https://courses... gsb_feature_slideshow_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_slideshow_fpp.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6209 update the onegsb reference gsb_feature_slideshow_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_slideshow_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5288 Changed how we put the link together for the superhead and slide text. gsb_feature_slideshow_fpp.module | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5190 use display url instead of url gsb_feature_slideshow_fpp.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_slideshow_fpp.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago This reverts commit d90c19dc9708ec4f49424d3b44ee495e9acba866. Revert "WP-3829: Add an id so slide functions apply to only relevant slideshow." js/gsb_feature_slideshow_fpp.flexslider.js | 37 ++++++++++++++---------------- 1 file changed, 17 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3829: Add an id so slide functions apply to only relevant slideshow. js/gsb_feature_slideshow_fpp.flexslider.js | 37 ++++++++++++++++-------------- 1 file changed, 20 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3785: update the js overrides. js/gsb_feature_slideshow_fpp.flexslider.js | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3785: update the js overrides. js/gsb_feature_slideshow_fpp.flexslider.js | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3772: Add slideshow text format. gsb_feature_slideshow_fpp.features.filter.inc | 34 +++++++++++++++++++++++++++ gsb_feature_slideshow_fpp.info | 3 +++ 2 files changed, 37 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3779: Add help text instruction for Slideshow. gsb_feature_slideshow_fpp.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3735: update slideshow display. gsb_feature_slideshow_fpp.ds.inc | 50 ++++++++++++++++++---------------------- gsb_feature_slideshow_fpp.info | 2 ++ gsb_feature_slideshow_fpp.module | 7 +++--- 3 files changed, 29 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3775: Fixed slideshow text not linked unless Superhead link is specified. gsb_feature_slideshow_fpp.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3735: update slideshow display. gsb_feature_slideshow_fpp.ds.inc | 50 ++++++++++++++++++---------------------- gsb_feature_slideshow_fpp.info | 2 ++ gsb_feature_slideshow_fpp.module | 14 +++++++---- 3 files changed, 35 insertions(+), 31 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3775: Fixed slideshow text not linked unless Superhead link is specified. gsb_feature_slideshow_fpp.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3773: Make Slides field collection required. gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3662: Add help text above Slideshow FPP fields. gsb_feature_slideshow_fpp.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3732: Update Slideshow FPP View mode and code to reflect new fields. ...ature_slideshow_fpp.features.field_instance.inc | 12 ++-- gsb_feature_slideshow_fpp.module | 68 +++++----------------- gsb_feature_slideshow_fpp.strongarm.inc | 27 ++++++++- 3 files changed, 43 insertions(+), 64 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 Needed strongarm for the new field collection gsb_feature_slideshow_fpp.strongarm.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 Added field instance for field_slideshow_slides ...ature_slideshow_fpp.features.field_instance.inc | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 Another attempt to export the field collection for slideshow gsb_feature_slideshow_fpp.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 Removed field collection instances from the slideshow fpp ...ature_slideshow_fpp.features.field_instance.inc | 358 --------------------- gsb_feature_slideshow_fpp.info | 7 - 2 files changed, 365 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3732 New field collection fields for slideshow ...ature_slideshow_fpp.features.field_instance.inc | 519 ++++++--------------- gsb_feature_slideshow_fpp.info | 16 +- gsb_feature_slideshow_fpp.strongarm.inc | 2 +- 3 files changed, 154 insertions(+), 383 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Remove validation that breaks field collections. gsb_feature_slideshow_fpp.module | 64 ---------------------------------------- 1 file changed, 64 deletions(-)
=========================================== ./gsb_feature_insights_quote_fpp =========================================== view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Insights: Quote gsb_feature_insights_quote_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - insights quote fpp gsb_feature_insights_quote_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_insights_quote_fpp.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4192: insights quote display settings. gsb_feature_insights_quote_fpp.ds.inc | 67 +++++++++++++++------------- gsb_feature_insights_quote_fpp.info | 1 + gsb_feature_insights_quote_fpp.strongarm.inc | 5 ++- 3 files changed, 40 insertions(+), 33 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4120 update insights quote fields ..._insights_quote_fpp.features.field_instance.inc | 221 ++++++++------------- gsb_feature_insights_quote_fpp.info | 8 +- 2 files changed, 87 insertions(+), 142 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4168 add new insights quote feature gsb_feature_insights_quote_fpp.ds.inc | 97 ++++++++ ..._insights_quote_fpp.features.field_instance.inc | 255 +++++++++++++++++++++ gsb_feature_insights_quote_fpp.features.inc | 20 ++ gsb_feature_insights_quote_fpp.field_group.inc | 46 ++++ gsb_feature_insights_quote_fpp.info | 29 +++ gsb_feature_insights_quote_fpp.module | 31 +++ gsb_feature_insights_quote_fpp.strongarm.inc | 57 +++++ 7 files changed, 535 insertions(+) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_videos_fpp =========================================== view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6837 Added code to test for empty url and if so remove the title and body from rendering gsb_feature_videos_fpp.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6234 Made url optional for videos list fpp block title gsb_feature_videos_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6221 Modified the _gsb_feature_videos_fpp_get_video_id to pull out the video id for youtu.be urls gsb_feature_videos_fpp.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6167 Adding field_bundle_settings_field_collection_item__field_video to strongarm gsb_feature_videos_fpp.info | 1 + gsb_feature_videos_fpp.strongarm.inc | 54 ++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6167 Moving field_collection field instances to base fields. gsb_feature_videos_fpp.features.field_instance.inc | 257 --------------------- gsb_feature_videos_fpp.info | 6 +- 2 files changed, 3 insertions(+), 260 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6167 Attempting to recreate the feature to pick up the field order for ds gsb_feature_videos_fpp.ds.inc | 14 +++++++------- gsb_feature_videos_fpp.features.field_instance.inc | 2 +- gsb_feature_videos_fpp.module | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Formatting View Count with commas. gsb_feature_videos_fpp.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6127 Changing Video Description to not required, and marking Video Title as required. gsb_feature_videos_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5998 Cleaning up the formatting for minutes and seconds. gsb_feature_videos_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5998 Cleaning up the formatting for minutes and seconds. gsb_feature_videos_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5998 Cleaning up the formatting for minutes and seconds. gsb_feature_videos_fpp.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5998 Cleaning up the formatting for minutes and seconds. gsb_feature_videos_fpp.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6127 Changing Video description to be required. gsb_feature_videos_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5998 Changed title to be Video List (YouTube) gsb_feature_videos_fpp.fieldable_panels_pane_type.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5998 Changed title to be Video List (YouTube) gsb_feature_videos_fpp.fieldable_panels_pane_type.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added a prefix/suffix to make an external link for field_title gsb_feature_videos_fpp.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added a prefix/suffix to make an external link for field_title gsb_feature_videos_fpp.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: fix duration field. gsb_feature_videos_fpp.ds.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: fix field order. gsb_feature_videos_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: add field group wrapper and place fields. gsb_feature_videos_fpp.ds.inc | 34 +++++++++------- gsb_feature_videos_fpp.features.field_instance.inc | 6 +-- gsb_feature_videos_fpp.features.inc | 3 ++ gsb_feature_videos_fpp.field_group.inc | 47 ++++++++++++++++++++++ gsb_feature_videos_fpp.info | 3 ++ gsb_feature_videos_fpp.module | 4 +- 6 files changed, 78 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6117 Added code to remove redirect settings from the add fpp modal gsb_feature_videos_fpp.module | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: add field group wrapper and place fields. gsb_feature_videos_fpp.ds.inc | 34 +++++++++------- gsb_feature_videos_fpp.features.field_instance.inc | 6 +-- gsb_feature_videos_fpp.features.inc | 3 ++ gsb_feature_videos_fpp.field_group.inc | 47 ++++++++++++++++++++++ gsb_feature_videos_fpp.info | 3 ++ gsb_feature_videos_fpp.module | 4 +- 6 files changed, 78 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added extra fields for video view count, duration and channel title gsb_feature_videos_fpp.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added extra fields for video view count, duration and channel title gsb_feature_videos_fpp.module | 137 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added extra fields for video view count, duration and channel title gsb_feature_videos_fpp.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added extra fields for video view count, duration and channel title gsb_feature_videos_fpp.module | 137 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: set up displays for video list. gsb_feature_videos_fpp.ds.inc | 181 +++++++++++++++++++++ gsb_feature_videos_fpp.features.field_instance.inc | 22 +-- gsb_feature_videos_fpp.features.inc | 5 +- ...ature_videos_fpp.fieldable_panels_pane_type.inc | 2 +- gsb_feature_videos_fpp.info | 6 + gsb_feature_videos_fpp.strongarm.inc | 40 ++++- 6 files changed, 238 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added use of gsb_field_formatter_video_lightbox for the video_embed field gsb_feature_videos_fpp.features.field_instance.inc | 9 ++++----- gsb_feature_videos_fpp.info | 3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Changed the pane type title to be Video List gsb_feature_videos_fpp.fieldable_panels_pane_type.inc | 2 +- gsb_feature_videos_fpp.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Added hook_form_alter to hide the fpp default title field and its related link checkbox. gsb_feature_videos_fpp.module | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Getting back the correct name and description gsb_feature_videos_fpp.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Adding instance for field_link_single gsb_feature_videos_fpp.features.field_instance.inc | 64 ++++++++++++++++++++++ gsb_feature_videos_fpp.features.inc | 2 +- ...ature_videos_fpp.fieldable_panels_pane_type.inc | 2 +- gsb_feature_videos_fpp.info | 9 +-- 4 files changed, 71 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Added field instance field_video_url gsb_feature_videos_fpp.features.field_instance.inc | 162 ++++++++++++--------- gsb_feature_videos_fpp.features.inc | 4 +- ...ature_videos_fpp.fieldable_panels_pane_type.inc | 22 +++ gsb_feature_videos_fpp.info | 8 +- gsb_feature_videos_fpp.strongarm.inc | 1 + ...ature_videos_fxx.fieldable_panels_pane_type.inc | 22 --- 6 files changed, 122 insertions(+), 97 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-5998 Initial commit gsb_feature_videos_fpp.features.field_instance.inc | 296 +++++++++++++++++++++ gsb_feature_videos_fpp.features.inc | 17 ++ gsb_feature_videos_fpp.info | 22 ++ gsb_feature_videos_fpp.module | 9 + gsb_feature_videos_fpp.strongarm.inc | 34 +++ ...ature_videos_fxx.fieldable_panels_pane_type.inc | 22 ++ 6 files changed, 400 insertions(+) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_academic_calendar_ct =========================================== view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7228 Change code to take current year and then -2/+2 gsb_feature_academic_calendar_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5993 Added default 'open to' value to existing AC events gsb_feature_academic_calendar_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5993 added 'open to' and 'location type' and 'search field' ...cademic_calendar_ct.features.field_instance.inc | 190 +++++++++++++++++++++ gsb_feature_academic_calendar_ct.info | 7 +- gsb_feature_academic_calendar_ct.module | 65 ++++++- gsb_feature_academic_calendar_ct.strongarm.inc | 3 + 4 files changed, 258 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5830: add heading wrapper. gsb_feature_academic_calendar_ct.ds.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5830: update the academic calendar event to not link. gsb_feature_academic_calendar_ct.ds.inc | 13 +++---------- ...e_academic_calendar_ct.features.field_instance.inc | 19 +++++++++++-------- 2 files changed, 14 insertions(+), 18 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5806 Removed event_category field from Academic calendar content type ...cademic_calendar_ct.features.field_instance.inc | 65 ---------------------- gsb_feature_academic_calendar_ct.info | 3 +- gsb_feature_academic_calendar_ct.module | 12 ---- 3 files changed, 1 insertion(+), 79 deletions(-) view commit - committer: Greg Mercer, 1 year ago author: Greg Mercer, 1 year ago WP-5637 Changed code to lookup the term id. gsb_feature_academic_calendar_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5637 Changing token for the auto label pattern gsb_feature_academic_calendar_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: export main list configuration. gsb_feature_academic_calendar_ct.ds.inc | 81 ++++++++++++++++++ ...cademic_calendar_ct.features.field_instance.inc | 95 ++++++++++------------ gsb_feature_academic_calendar_ct.features.inc | 3 + gsb_feature_academic_calendar_ct.info | 4 + gsb_feature_academic_calendar_ct.strongarm.inc | 90 +++++++++++++++++++- 5 files changed, 220 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Move allowed value function for academic calendar year gsb_feature_academic_calendar_ct.module | 46 ++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5440 Move allowed value function for academic calendar year gsb_feature_academic_calendar_ct.module | 47 ++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5410 update the auto label gsb_feature_academic_calendar_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5461 make title required field gsb_feature_academic_calendar_ct.features.field_instance.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5432 make checkbox checked by default gsb_feature_academic_calendar_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5410 remove program field from academic calendar ct ...cademic_calendar_ct.features.field_instance.inc | 86 +++++----------------- gsb_feature_academic_calendar_ct.features.inc | 1 + gsb_feature_academic_calendar_ct.info | 3 +- 3 files changed, 20 insertions(+), 70 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5432 make checkbox checked by default gsb_feature_academic_calendar_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5410 remove program field from academic calendar ct ...cademic_calendar_ct.features.field_instance.inc | 86 +++++----------------- gsb_feature_academic_calendar_ct.features.inc | 1 + gsb_feature_academic_calendar_ct.info | 3 +- 3 files changed, 20 insertions(+), 70 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added default settings for checkall-check-all and checkall-uncheck-all gsb_feature_academic_calendar_ct.features.field_instance.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display ...ature_academic_calendar_ct.features.taxonomy.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Adam Moore, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5388 Removing base field reference gsb_feature_academic_calendar_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display ...cademic_calendar_ct.features.field_instance.inc | 66 +++++++++++++++++++++- gsb_feature_academic_calendar_ct.info | 3 + 2 files changed, 68 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added default settings for checkall-check-all and checkall-uncheck-all view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added default settings for checkall-check-all and checkall-uncheck-all gsb_feature_academic_calendar_ct.features.field_instance.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display ...ature_academic_calendar_ct.features.taxonomy.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5388 Removing base field reference gsb_feature_academic_calendar_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display ...cademic_calendar_ct.features.field_instance.inc | 66 +++++++++++++++++++++- gsb_feature_academic_calendar_ct.info | 3 + 2 files changed, 68 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago Merge branch 'WP-5388' of github.com:gsb-public/gsb_feature_academic_calendar_ct into WP-5388 view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display ...ature_academic_calendar_ct.features.taxonomy.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5388 Removing base field reference gsb_feature_academic_calendar_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display ...cademic_calendar_ct.features.field_instance.inc | 66 +++++++++++++++++++++- gsb_feature_academic_calendar_ct.info | 3 + 2 files changed, 68 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft ...ture_academic_calendar_ct.features.field_instance.inc | 16 ++++++++++++++++ gsb_feature_academic_calendar_ct.features.inc | 1 + gsb_feature_academic_calendar_ct.info | 3 ++- gsb_feature_academic_calendar_ct.strongarm.inc | 7 +++++++ 4 files changed, 26 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5068 Changed time increment to 5 minutes. gsb_feature_academic_calendar_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3217: Add submit field. ...cademic_calendar_ct.features.field_instance.inc | 51 +++++++++++++++++++--- gsb_feature_academic_calendar_ct.info | 6 ++- gsb_feature_academic_calendar_ct.strongarm.inc | 6 +-- 3 files changed, 53 insertions(+), 10 deletions(-)
=========================================== ./gsb_feature_ee_megamenu =========================================== view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6442 Adding display title_pane values gsb_feature_ee_megamenu.info | 37 +++--------------------------- gsb_feature_ee_megamenu.panels_default.inc | 6 ++--- 2 files changed, 6 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6442 Adding menu blocks and mega menus for ee gsb_feature_ee_megamenu.features.defaultconfig.inc | 401 +++++++++++++++++++++ gsb_feature_ee_megamenu.features.inc | 17 + gsb_feature_ee_megamenu.features.menu_custom.inc | 25 ++ gsb_feature_ee_megamenu.info | 80 ++++ gsb_feature_ee_megamenu.module | 7 + gsb_feature_ee_megamenu.panels_default.inc | 170 +++++++++ gsb_feature_ee_megamenu.strongarm.inc | 224 ++++++++++++ 7 files changed, 924 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_view_modes =========================================== view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7531: export new field view mode. gsb_feature_view_modes.ds.inc | 9 +++++++++ gsb_feature_view_modes.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7092: Adding new view mode for faculty teaching programs gsb_feature_view_modes.ds.inc | 9 +++++++++ gsb_feature_view_modes.info | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: add view modes for faculty program block. gsb_feature_view_modes.ds.inc | 45 +++++++++++++++++++++++++++++++++++++++++++ gsb_feature_view_modes.info | 5 +++++ 2 files changed, 50 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: add view modes for faculty program block. gsb_feature_view_modes.ds.inc | 45 +++++++++++++++++++++++++++++++++++++++++++ gsb_feature_view_modes.info | 5 +++++ 2 files changed, 50 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6633: add new view mode for program explore related. gsb_feature_view_modes.ds.inc | 9 +++++++++ gsb_feature_view_modes.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6598: add new view mode for staff. gsb_feature_view_modes.ds.inc | 9 +++++++++ gsb_feature_view_modes.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: export main list view mode. gsb_feature_view_modes.ds.inc | 9 +++++++++ gsb_feature_view_modes.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new view modes module gsb_feature_view_modes.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new view modes module gsb_feature_view_modes.info | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new view modes module gsb_feature_view_modes.features.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new view modes module gsb_feature_view_modes.ds.inc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_phd_candidate_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6253 Added sort criteria last name and first name gsb_feature_phd_candidate_display.info | 2 +- gsb_feature_phd_candidate_display.views_default.inc | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - PhD gsb_feature_phd_candidate_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename modal items - phd job market candidate gsb_feature_phd_candidate_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - phd candidate placement listing gsb_feature_phd_candidate_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_quotes_fpp =========================================== view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago Changing name to be Quotes gsb_feature_quotes_fpp.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 remove code field gsb_feature_quotes_fpp.ds.inc | 32 ++-------------------- gsb_feature_quotes_fpp.features.field_instance.inc | 8 +++--- gsb_feature_quotes_fpp.info | 1 - gsb_feature_quotes_fpp.strongarm.inc | 8 +++++- 4 files changed, 13 insertions(+), 36 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 minor fix to code field gsb_feature_quotes_fpp.ds.inc | 2 +- gsb_feature_quotes_fpp.features.field_instance.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 add code field and fields gsb_feature_quotes_fpp.ds.inc | 101 ++++++++ gsb_feature_quotes_fpp.features.field_instance.inc | 260 ++++++++++++++++++++- gsb_feature_quotes_fpp.features.inc | 3 + gsb_feature_quotes_fpp.info | 9 + gsb_feature_quotes_fpp.strongarm.inc | 43 +++- 5 files changed, 406 insertions(+), 10 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7214 add new quotes fpp README.md | 2 + gsb_feature_quotes_fpp.features.field_instance.inc | 126 +++++++++++++++++++++ gsb_feature_quotes_fpp.features.inc | 17 +++ ...ature_quotes_fpp.fieldable_panels_pane_type.inc | 22 ++++ gsb_feature_quotes_fpp.info | 17 +++ gsb_feature_quotes_fpp.module | 7 ++ gsb_feature_quotes_fpp.strongarm.inc | 34 ++++++ 7 files changed, 225 insertions(+)
=========================================== ./gsb_feature_faculty_ct =========================================== view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7541: add comma field group for rank and area. gsb_feature_faculty_ct.ds.inc | 45 +++++++- gsb_feature_faculty_ct.features.field_instance.inc | 122 ++++++++++----------- gsb_feature_faculty_ct.field_group.inc | 29 +++++ gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 28 +++-- 5 files changed, 150 insertions(+), 75 deletions(-) view commit - committer: GitHub, 9 days ago author: Greg Mercer, 9 days ago WP-7467 Changing to always apply the update of faculty info and only limiting the update academic areas to non-Instructors. gsb_feature_faculty_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: GitHub, 10 days ago author: Greg Mercer, 10 days ago WP-7467 Changing to apply biopublished state as either published or un-published. gsb_feature_faculty_ct.module | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 10 days ago author: Greg Mercer (GBear), 10 days ago WP-7467 Added new function _gsb_feature_faculty_ct_curl() for making get requests gsb_feature_faculty_ct.module | 65 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7535 Added tinypng to 270x270 image style gsb_feature_faculty_ct.features.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting. gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7435 removed unused faculty title field, added help text and a new fieldset gsb_feature_faculty_ct.features.field_instance.inc | 110 +-------------------- gsb_feature_faculty_ct.field_group.inc | 50 ++++++++-- gsb_feature_faculty_ct.info | 2 +- 3 files changed, 43 insertions(+), 119 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7304: add director title to fac director ppp. gsb_feature_faculty_ct.ds.inc | 2 ++ gsb_feature_faculty_ct.field_group.inc | 5 +++-- gsb_feature_faculty_ct.strongarm.inc | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7304: add director title to fac director ppp. gsb_feature_faculty_ct.ds.inc | 2 ++ gsb_feature_faculty_ct.field_group.inc | 5 +++-- gsb_feature_faculty_ct.strongarm.inc | 8 ++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit 4480e0cc952f1044f7c6cf90b290f54e85365dff. Revert "WP-7094: add wrapper, update labels, show fields." gsb_feature_faculty_ct.ds.inc | 128 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 70 +++++------ gsb_feature_faculty_ct.field_group.inc | 53 ++------- gsb_feature_faculty_ct.info | 1 - gsb_feature_faculty_ct.strongarm.inc | 22 +--- 5 files changed, 113 insertions(+), 161 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7094: add wrapper, update labels, show fields. gsb_feature_faculty_ct.ds.inc | 128 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 70 +++++------ gsb_feature_faculty_ct.field_group.inc | 53 +++++++-- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 22 +++- 5 files changed, 161 insertions(+), 113 deletions(-) view commit - committer: Greg Mercer (GBear), 10 weeks ago author: Greg Mercer (GBear), 10 weeks ago WP-6923 Label changes, new help text, and new field group. gsb_feature_faculty_ct.features.field_instance.inc | 37 ++++++++++++------- gsb_feature_faculty_ct.field_group.inc | 41 ++++++++++++++++++---- gsb_feature_faculty_ct.info | 5 +-- 3 files changed, 63 insertions(+), 20 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-6841: do not display existing director field on ppp faculty directors. gsb_feature_faculty_ct.ds.inc | 22 ---------------------- gsb_feature_faculty_ct.features.field_instance.inc | 7 ++----- gsb_feature_faculty_ct.field_group.inc | 9 ++++----- 3 files changed, 6 insertions(+), 32 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7092: fixing the field sequence gsb_feature_faculty_ct.ds.inc | 14 +-- gsb_feature_faculty_ct.features.field_instance.inc | 122 ++++++++++----------- gsb_feature_faculty_ct.strongarm.inc | 20 ++-- 3 files changed, 77 insertions(+), 79 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7092: Addin new view modes gsb_feature_faculty_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP:7092: Adding new view mode gsb_feature_faculty_ct.ds.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7092: Adding new view mode for faculty teaching programs gsb_feature_faculty_ct.ds.inc | 67 ++++ gsb_feature_faculty_ct.features.field_instance.inc | 389 +++++++++++++++++++++ gsb_feature_faculty_ct.field_group.inc | 1 + gsb_feature_faculty_ct.info | 6 +- gsb_feature_faculty_ct.strongarm.inc | 64 ++++ 5 files changed, 525 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6734: add condition of when to show sad title. gsb_feature_faculty_ct.ds.inc | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6665 Added a condition to the display of field_sad in the field_leadership view mode gsb_feature_faculty_ct.ds.inc | 10 +++++++++- gsb_feature_faculty_ct.info | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6656: export infor wrappers. gsb_feature_faculty_ct.ds.inc | 38 ++- gsb_feature_faculty_ct.features.field_instance.inc | 372 ++++++++++----------- gsb_feature_faculty_ct.field_group.inc | 104 ++++++ gsb_feature_faculty_ct.info | 3 + gsb_feature_faculty_ct.strongarm.inc | 60 ++-- 5 files changed, 345 insertions(+), 232 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: remove other title, add info wrapper. gsb_feature_faculty_ct.ds.inc | 44 ++----- gsb_feature_faculty_ct.features.field_instance.inc | 135 ++++++++++----------- gsb_feature_faculty_ct.field_group.inc | 37 ++++++ gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 20 +-- 5 files changed, 126 insertions(+), 111 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: export additional configuration. gsb_feature_faculty_ct.ds.inc | 75 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: configure new view modes for faculty block. gsb_feature_faculty_ct.ds.inc | 511 +++++- gsb_feature_faculty_ct.features.field_instance.inc | 1620 +++++++++++++++++++- gsb_feature_faculty_ct.field_group.inc | 113 +- gsb_feature_faculty_ct.info | 8 + gsb_feature_faculty_ct.strongarm.inc | 218 +++ 5 files changed, 2392 insertions(+), 78 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer, 7 months ago WP-6409 Changing text for two fields in Faculty CT gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6409 Changing text for two fields in Faculty CT gsb_feature_faculty_ct.features.field_instance.inc | 134 ++++++++++----------- 1 file changed, 67 insertions(+), 67 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6398: add SAD conditional title. gsb_feature_faculty_ct.ds.inc | 143 ++++++++++++--------- gsb_feature_faculty_ct.features.field_instance.inc | 73 +++++------ gsb_feature_faculty_ct.field_group.inc | 12 +- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 10 +- 5 files changed, 127 insertions(+), 112 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6398: display new titles. gsb_feature_faculty_ct.ds.inc | 227 +++++++++++++++------ gsb_feature_faculty_ct.features.field_instance.inc | 209 ++++++++++--------- gsb_feature_faculty_ct.features.inc | 8 - gsb_feature_faculty_ct.field_group.inc | 12 +- gsb_feature_faculty_ct.strongarm.inc | 10 +- 5 files changed, 279 insertions(+), 187 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6259 remove website link field from search gsb_feature_faculty_ct.features.field_instance.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6187 add new fields to faculty ct gsb_feature_faculty_ct.features.field_instance.inc | 569 ++++++++++++++++++++- gsb_feature_faculty_ct.field_group.inc | 7 +- gsb_feature_faculty_ct.info | 5 + 3 files changed, 573 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6082: add classes back to field groups. gsb_feature_faculty_ct.field_group.inc | 19 ++++++++++++------- gsb_feature_faculty_ct.strongarm.inc | 8 ++++---- 2 files changed, 16 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago Change to test for empty. This resolves a log warning message. gsb_feature_faculty_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6036 Added classses for the field groups gsb_feature_faculty_ct.ds.inc | 15 +++++++++++++++ gsb_feature_faculty_ct.field_group.inc | 26 +++++++++++++++++--------- 2 files changed, 32 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago Re-exporting group-publications and group-courses-taught gsb_feature_faculty_ct.ds.inc | 31 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 1 + gsb_feature_faculty_ct.field_group.inc | 6 +++-- gsb_feature_faculty_ct.strongarm.inc | 27 +++++++++++++++++++ 4 files changed, 48 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_faculty_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: Link faculty image in related to profile. gsb_feature_faculty_ct.ds.inc | 21 ++++++++++++-- gsb_feature_faculty_ct.features.field_instance.inc | 32 +--------------------- gsb_feature_faculty_ct.strongarm.inc | 8 ++++++ 3 files changed, 27 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_faculty_ct.info | 3 ++- gsb_feature_faculty_ct.strongarm.inc | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field gsb_feature_faculty_ct.features.field_instance.inc | 30 ++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field gsb_feature_faculty_ct.features.field_instance.inc | 30 ++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5051 logic change for rank value for WS gsb_feature_faculty_ct.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4498: Readd code now that it's fixed. gsb_feature_faculty_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4574: add ul and li. gsb_feature_faculty_ct.ds.inc | 68 ++++++++++++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4635 Changing text for email link to be 'Email' gsb_feature_faculty_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4510 Changing formatter to use email_contact_link with redirect to referer gsb_feature_faculty_ct.ds.inc | 51 ++++++++++++---------- gsb_feature_faculty_ct.features.field_instance.inc | 10 +++-- gsb_feature_faculty_ct.info | 1 + 3 files changed, 35 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4518 Setting the replace_existing_files for the cv field to be 1 gsb_feature_faculty_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4518 Changes related to using filefield_paths module gsb_feature_faculty_ct.features.field_instance.inc | 21 ++++++++++++++++++++- gsb_feature_faculty_ct.info | 1 + 2 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago This reverts commit 7540433e2191cbf7e74413ae13572aecd6984270. Revert "WP-4498 Changing logic to handle centers for Cara" gsb_feature_faculty_ct.module | 17 ----------------- 1 file changed, 17 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4498 Changing logic to handle centers for Cara gsb_feature_faculty_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4447: move the school news and insights evas. gsb_feature_faculty_ct.ds.inc | 74 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 48 +++++++------- gsb_feature_faculty_ct.field_group.inc | 2 +- gsb_feature_faculty_ct.strongarm.inc | 4 +- 4 files changed, 64 insertions(+), 64 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4196-1 Adding help tab and group fields related to Insights and School News tabs gsb_feature_faculty_ct.ds.inc | 120 +++++++++--------- gsb_feature_faculty_ct.features.field_instance.inc | 136 ++++++++++++++++++++- gsb_feature_faculty_ct.features.inc | 1 + gsb_feature_faculty_ct.field_group.inc | 36 +++++- gsb_feature_faculty_ct.info | 3 + gsb_feature_faculty_ct.strongarm.inc | 32 ++++- 6 files changed, 260 insertions(+), 68 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4196 Added help tab text gsb_feature_faculty_ct.features.field_instance.inc | 152 +++++++++++++++++++-- gsb_feature_faculty_ct.field_group.inc | 10 +- gsb_feature_faculty_ct.info | 2 + gsb_feature_faculty_ct.strongarm.inc | 4 +- 4 files changed, 151 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4196 Adding new vertical tab for School News in Faculty CT edit gsb_feature_faculty_ct.features.field_instance.inc | 10 +++---- gsb_feature_faculty_ct.field_group.inc | 32 ++++++++++++++++++++-- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 5 +++- 4 files changed, 40 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4196 Small text change for the Insights tab gsb_feature_faculty_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4196 New eva field form for Insights By Stanford tab on Faculty CT edit gsb_feature_faculty_ct.features.field_instance.inc | 22 ++++++------ gsb_feature_faculty_ct.field_group.inc | 40 ++++++++++++++++++---- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 7 ++-- 4 files changed, 51 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. gsb_feature_faculty_ct.features.field_instance.inc | 30 ++++++++++++++++++++++ gsb_feature_faculty_ct.info | 4 +-- 2 files changed, 32 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 2 months ago WP-3756: Fix assign author of Faculty CT according to specified sunetid when users already exist. gsb_feature_faculty_ct.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3640: Prevent HS clashes by making faculty profile contain no HS widgets. gsb_feature_faculty_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3665 Setting the 'Faculty' role for a user assigned to the Faculty content type. gsb_feature_faculty_ct.module | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3644: Faculty node not updating with author uid from sunetid field. gsb_feature_faculty_ct.module | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3609 Added search fields gsb_feature_faculty_ct.features.field_instance.inc | 41 ++++++++++++++++------ 1 file changed, 30 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3560: Change labels on the detail page to be clearer. gsb_feature_faculty_ct.ds.inc | 137 +++++---------------- gsb_feature_faculty_ct.features.field_instance.inc | 105 +++++----------- gsb_feature_faculty_ct.field_group.inc | 8 +- 3 files changed, 66 insertions(+), 184 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3464: Add new publication EVAs to the faculty profile. gsb_feature_faculty_ct.ds.inc | 96 ++++++++++++++++++---------------- gsb_feature_faculty_ct.field_group.inc | 6 ++- gsb_feature_faculty_ct.strongarm.inc | 34 +++++++++++- 3 files changed, 87 insertions(+), 49 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3455: Change Publications vertical tab and remove Manage from news. gsb_feature_faculty_ct.field_group.inc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3455: Faculty profile label changes. gsb_feature_faculty_ct.features.field_instance.inc | 54 ++++++++-------- gsb_feature_faculty_ct.field_group.inc | 74 +++++++--------------- gsb_feature_faculty_ct.info | 1 - 3 files changed, 51 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3543: Add help tab and put help text underneath it. gsb_feature_faculty_ct.features.field_instance.inc | 18 ++++---- gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++++++++---- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 6 +-- 4 files changed, 56 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405-2 Removed field_prefix_non_degree_course and field_prefix_teaching_materials gsb_feature_faculty_ct.features.field_instance.inc | 133 +-------------------- gsb_feature_faculty_ct.field_group.inc | 17 ++- gsb_feature_faculty_ct.info | 2 - 3 files changed, 8 insertions(+), 144 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Add back fields needed for WP-3405. gsb_feature_faculty_ct.features.field_instance.inc | 136 ++++++++++++++++++++- gsb_feature_faculty_ct.field_group.inc | 2 + gsb_feature_faculty_ct.info | 2 + 3 files changed, 137 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Update Faculty CT feature with help text. gsb_feature_faculty_ct.features.field_instance.inc | 1061 ++++++++++++++++++-- gsb_feature_faculty_ct.field_group.inc | 38 +- gsb_feature_faculty_ct.info | 32 +- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 1012 insertions(+), 127 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: export field groups. gsb_feature_faculty_ct.field_group.inc | 38 ++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: add comma wrappers. gsb_feature_faculty_ct.ds.inc | 16 ++++++++++------ gsb_feature_faculty_ct.field_group.inc | 24 ++++++++++++++++++++++++ gsb_feature_faculty_ct.info | 2 ++ 3 files changed, 36 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field displays. gsb_feature_faculty_ct.ds.inc | 52 +++++-------------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3517: reorder media item. gsb_feature_faculty_ct.features.field_instance.inc | 34 +++++++++------------- gsb_feature_faculty_ct.field_group.inc | 2 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 3 files changed, 16 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: export field groups. gsb_feature_faculty_ct.field_group.inc | 38 ++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: add comma wrappers. gsb_feature_faculty_ct.ds.inc | 16 ++++++++++------ gsb_feature_faculty_ct.field_group.inc | 24 ++++++++++++++++++++++++ gsb_feature_faculty_ct.info | 2 ++ 3 files changed, 36 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: update field displays. gsb_feature_faculty_ct.ds.inc | 52 +++++-------------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Add back fields needed for WP-3405. gsb_feature_faculty_ct.features.field_instance.inc | 136 ++++++++++++++++++++- gsb_feature_faculty_ct.field_group.inc | 2 + gsb_feature_faculty_ct.info | 2 + 3 files changed, 137 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3375: Update Faculty CT feature with help text. gsb_feature_faculty_ct.features.field_instance.inc | 1017 ++++++++++++++++++-- gsb_feature_faculty_ct.field_group.inc | 38 +- gsb_feature_faculty_ct.info | 32 +- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 987 insertions(+), 108 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3408: Sync Alt text from managed_file back to File Entity alt field. gsb_feature_faculty_ct.module | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3517: reorder media item. gsb_feature_faculty_ct.features.field_instance.inc | 34 +++++++++------------- gsb_feature_faculty_ct.field_group.inc | 2 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 3 files changed, 16 insertions(+), 22 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3408: Sync Alt text from managed_file back to File Entity alt field. gsb_feature_faculty_ct.module | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405 Added new markup fields gsb_feature_faculty_ct.features.field_instance.inc | 1201 +++----------------- gsb_feature_faculty_ct.field_group.inc | 38 +- gsb_feature_faculty_ct.info | 18 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 168 insertions(+), 1091 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3405 Added new markup fields gsb_feature_faculty_ct.features.field_instance.inc | 1201 +++----------------- gsb_feature_faculty_ct.field_group.inc | 38 +- gsb_feature_faculty_ct.info | 18 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 168 insertions(+), 1091 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3408: Hide autopopulated alternative text field for CV field in Faculty CT. gsb_feature_faculty_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3408: Auto populate Alternative Text field with faculty name. gsb_feature_faculty_ct.module | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3408: Hide autopopulated alternative text field for CV field in Faculty CT. gsb_feature_faculty_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Remove unneeded base fields. gsb_feature_faculty_ct.info | 16 ---------------- 1 file changed, 16 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Update Case vertical tab help text in Faculty CT. gsb_feature_faculty_ct.field_group.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Update Faculty CT help text. gsb_feature_faculty_ct.features.field_instance.inc | 1367 +++++++++++++++++--- gsb_feature_faculty_ct.field_group.inc | 56 +- gsb_feature_faculty_ct.info | 33 + gsb_feature_faculty_ct.strongarm.inc | 12 +- 4 files changed, 1281 insertions(+), 187 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3455 Faculty profile label changes gsb_feature_faculty_ct.features.field_instance.inc | 10 +++++----- gsb_feature_faculty_ct.field_group.inc | 6 +++--- gsb_feature_faculty_ct.info | 7 +++++++ 3 files changed, 15 insertions(+), 8 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3408: Auto populate Alternative Text field with faculty name. gsb_feature_faculty_ct.module | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: More Add another buttons relabeling in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: More Add another buttons relabeling in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3311: update labels on profile. gsb_feature_faculty_ct.ds.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3381: Hide "Course Name" and rename "Title" to "Course or Program" gsb_feature_faculty_ct.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3362: update field collections. gsb_feature_faculty_ct.ds.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3362: update field collections. gsb_feature_faculty_ct.ds.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Remove field_greater_univ_aff_unlimited and field_link_unlimited instances since we use a field collection now. gsb_feature_faculty_ct.features.field_instance.inc | 161 +-------------------- gsb_feature_faculty_ct.info | 4 +- 2 files changed, 8 insertions(+), 157 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Use new link.module settings instead of form_alter. gsb_feature_faculty_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Remove unnecessary faculty validation. gsb_feature_faculty_ct.module | 68 ------------------------------------------- 1 file changed, 68 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Recursively hide fields in groups. gsb_feature_faculty_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3346: Remove featured publication EVA. gsb_feature_faculty_ct.ds.inc | 2 -- gsb_feature_faculty_ct.field_group.inc | 1 - gsb_feature_faculty_ct.strongarm.inc | 10 ---------- 3 files changed, 13 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago Properly export EVAs. gsb_feature_faculty_ct.strongarm.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3296: Change title in other social profiles. gsb_feature_faculty_ct.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3285: update teaching materials and conferences fields. gsb_feature_faculty_ct.ds.inc | 223 +++++++++++++++------ gsb_feature_faculty_ct.features.field_instance.inc | 35 ++-- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.info | 2 + gsb_feature_faculty_ct.strongarm.inc | 2 +- 5 files changed, 183 insertions(+), 83 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3247: Delete podcast and video fields. gsb_feature_faculty_ct.features.field_instance.inc | 173 --------------------- gsb_feature_faculty_ct.info | 4 +- 2 files changed, 1 insertion(+), 176 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3262 Removing personal information section gsb_feature_faculty_ct.features.field_instance.inc | 62 +++++++++++----------- gsb_feature_faculty_ct.field_group.inc | 42 ++------------- gsb_feature_faculty_ct.info | 1 - gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 36 insertions(+), 71 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago Merge branch 'WP-3262' of github.com:gsbitse/gsb_feature_faculty_ct into WP-3262 view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3262 Removing personal information section gsb_feature_faculty_ct.features.field_instance.inc | 62 +++++++++++----------- gsb_feature_faculty_ct.field_group.inc | 42 ++------------- gsb_feature_faculty_ct.info | 1 - gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 36 insertions(+), 71 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3262 Changed help text for middle name field gsb_feature_faculty_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3262 Several changes around fields gsb_feature_faculty_ct.features.field_instance.inc | 100 +++++++++++++++------ gsb_feature_faculty_ct.field_group.inc | 43 +++++---- 2 files changed, 101 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3306: update the affiliation displays. gsb_feature_faculty_ct.ds.inc | 266 ++++++++++++++------- gsb_feature_faculty_ct.features.field_instance.inc | 28 +-- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.info | 2 + 4 files changed, 193 insertions(+), 107 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3306: update the affiliation displays. gsb_feature_faculty_ct.ds.inc | 268 ++++++++++++++------- gsb_feature_faculty_ct.features.field_instance.inc | 118 +++++++-- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.info | 2 + 4 files changed, 285 insertions(+), 107 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3136: Switch to hierarchical select for Academic Areas field in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 100 ++++++++++++++++++++- 1 file changed, 96 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3287: Change the non-degree courses and conferences labels. gsb_feature_faculty_ct.ds.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3136: Switch to hierarchical select for Academic Areas field in Faculty CT. gsb_feature_faculty_ct.features.field_instance.inc | 100 ++++++++++++++++++++- 1 file changed, 96 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3267: Add some new field collections. gsb_feature_faculty_ct.features.field_instance.inc | 348 ++++++++------------- gsb_feature_faculty_ct.field_group.inc | 2 + gsb_feature_faculty_ct.info | 6 +- 3 files changed, 141 insertions(+), 215 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3210: Create a new faculty user for a faculty profile if none exists. gsb_feature_faculty_ct.module | 56 +++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3147: position media item eva after service to prof. gsb_feature_faculty_ct.ds.inc | 66 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 8 +-- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 40 insertions(+), 40 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3147: position media item eva after service to prof. gsb_feature_faculty_ct.ds.inc | 66 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 8 +-- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 40 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_faculty_ct.features.field_instance.inc | 61 +++++++++++++++++++++- gsb_feature_faculty_ct.field_group.inc | 5 +- gsb_feature_faculty_ct.info | 5 +- 3 files changed, 66 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3029: Non-draft faculty nodes are always published. gsb_feature_faculty_ct.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3029: Non-draft faculty nodes are always published. gsb_feature_faculty_ct.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-3148: Add Media Item EVA field to Faculty CT. WP-3149: Add Media Item EVA field form to Faculty edit form. gsb_feature_faculty_ct.ds.inc | 98 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 18 ++-- gsb_feature_faculty_ct.field_group.inc | 8 +- gsb_feature_faculty_ct.strongarm.inc | 9 ++ 4 files changed, 73 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3007: Remove unneeded node_to_arg function. gsb_feature_faculty_ct.module | 28 ---------------------------- 1 file changed, 28 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3161: #process callback not returning $form will break editing completely. gsb_feature_faculty_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3161: Hide administration group on faculty form. gsb_feature_faculty_ct.module | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Remove duplicate function. gsb_feature_faculty_ct.module | 56 ------------------------------------------- 1 file changed, 56 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom menu loader for faculty nodes. gsb_feature_faculty_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom _to_arg() for loading faculty nodes. gsb_feature_faculty_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Fix duplicate function. gsb_feature_faculty_ct.module | 57 ------------------------------------------- 1 file changed, 57 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3091 Removed required from the Teaching & Talks tab gsb_feature_faculty_ct.field_group.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3089: remove ref field, place eva field. gsb_feature_faculty_ct.ds.inc | 75 ++++++++++++++-------------------- gsb_feature_faculty_ct.field_group.inc | 6 +-- gsb_feature_faculty_ct.strongarm.inc | 12 ++++++ 3 files changed, 45 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3081: Remove featured publication and an old student field. gsb_feature_faculty_ct.features.field_instance.inc | 132 --------------------- gsb_feature_faculty_ct.info | 2 - 2 files changed, 134 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2968: More faculty profile enhancements. gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2968: Faculty profile enhancements. gsb_feature_faculty_ct.features.field_instance.inc | 6 +++--- gsb_feature_faculty_ct.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2999 Moving the eva forms under their appropriate tabs gsb_feature_faculty_ct.features.field_instance.inc | 2 +- gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++---------- gsb_feature_faculty_ct.strongarm.inc | 18 ++++++-- 3 files changed, 44 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom menu loader for faculty nodes. gsb_feature_faculty_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 use node status and check for published faculty nodes gsb_feature_faculty_ct.module | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3037 Removing unneeded fieldsets gsb_feature_faculty_ct.field_group.inc | 100 --------------------------------- gsb_feature_faculty_ct.info | 4 -- 2 files changed, 104 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3037 Field layout changes gsb_feature_faculty_ct.features.field_instance.inc | 82 ++-- gsb_feature_faculty_ct.field_group.inc | 541 ++++++++++++++++++--- gsb_feature_faculty_ct.info | 16 + gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 541 insertions(+), 106 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom _to_arg() for loading faculty nodes. gsb_feature_faculty_ct.module | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Temporarily revert changes, they broke panelizer. gsb_feature_faculty_ct.module | 56 ------------------------------------------- 1 file changed, 56 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 61 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2973: change wrapper to fieldset, change label names. gsb_feature_faculty_ct.ds.inc | 105 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 50 +++++----- gsb_feature_faculty_ct.field_group.inc | 29 +++--- gsb_feature_faculty_ct.strongarm.inc | 4 +- 4 files changed, 88 insertions(+), 100 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3019 Added visible states for the leave statement and leave date fields. gsb_feature_faculty_ct.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3091 Removed required from the Teaching & Talks tab gsb_feature_faculty_ct.field_group.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3089: remove ref field, place eva field. gsb_feature_faculty_ct.ds.inc | 75 ++++++++++++++-------------------- gsb_feature_faculty_ct.field_group.inc | 6 +-- gsb_feature_faculty_ct.strongarm.inc | 12 ++++++ 3 files changed, 45 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3081: Remove featured publication and an old student field. gsb_feature_faculty_ct.features.field_instance.inc | 132 --------------------- gsb_feature_faculty_ct.info | 2 - 2 files changed, 134 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Remove old code that got added during merge. gsb_feature_faculty_ct.module | 36 ------------------------------------ 1 file changed, 36 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2968: More faculty profile enhancements. gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2968: Faculty profile enhancements. gsb_feature_faculty_ct.features.field_instance.inc | 6 +++--- gsb_feature_faculty_ct.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Remove duplicate function. gsb_feature_faculty_ct.module | 57 ------------------------------------------- 1 file changed, 57 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2999 Moving the eva forms under their appropriate tabs gsb_feature_faculty_ct.features.field_instance.inc | 2 +- gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++---------- gsb_feature_faculty_ct.strongarm.inc | 18 ++++++-- 3 files changed, 44 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Fix conflicts. view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom menu loader for faculty nodes. gsb_feature_faculty_ct.module | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2973: change wrapper to fieldset, change label names. gsb_feature_faculty_ct.ds.inc | 105 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 50 +++++----- gsb_feature_faculty_ct.field_group.inc | 29 +++--- gsb_feature_faculty_ct.strongarm.inc | 4 +- 4 files changed, 88 insertions(+), 100 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3019 Added visible states for the leave statement and leave date fields. gsb_feature_faculty_ct.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2999 Moving the eva forms under their appropriate tabs gsb_feature_faculty_ct.features.field_instance.inc | 2 +- gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++---------- gsb_feature_faculty_ct.strongarm.inc | 18 ++++++-- 3 files changed, 44 insertions(+), 25 deletions(-) view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 use node status and check for published faculty nodes gsb_feature_faculty_ct.module | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3037 Removing unneeded fieldsets gsb_feature_faculty_ct.field_group.inc | 100 --------------------------------- gsb_feature_faculty_ct.info | 4 -- 2 files changed, 104 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3037 Field layout changes gsb_feature_faculty_ct.features.field_instance.inc | 82 ++-- gsb_feature_faculty_ct.field_group.inc | 541 ++++++++++++++++++--- gsb_feature_faculty_ct.info | 16 + gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 541 insertions(+), 106 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom _to_arg() for loading faculty nodes. gsb_feature_faculty_ct.module | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Temporarily revert changes, they broke panelizer. gsb_feature_faculty_ct.module | 36 ------------------------------------ 1 file changed, 36 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 61 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3038: Add custom menu loader for faculty nodes. gsb_feature_faculty_ct.module | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3029 update faculty to copernicus via external WS gsb_feature_faculty_ct.module | 61 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2973: change wrapper to fieldset, change label names. gsb_feature_faculty_ct.ds.inc | 105 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 50 +++++----- gsb_feature_faculty_ct.field_group.inc | 29 +++--- gsb_feature_faculty_ct.strongarm.inc | 4 +- 4 files changed, 88 insertions(+), 100 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3019 Added visible states for the leave statement and leave date fields. gsb_feature_faculty_ct.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2916: Add calls to web service when faculty is published. gsb_feature_faculty_ct.module | 97 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2881: Prevent course listing EVA from running on other view modes. gsb_feature_faculty_ct.strongarm.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2881: Explicitly export the disabled EVA fields for other faculty view modes. gsb_feature_faculty_ct.strongarm.inc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2701: Add trailing slash to path_prefix. gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2685: Add tag field to faculty. gsb_feature_faculty_ct.features.field_instance.inc | 64 ++++++++++++++++++++++ gsb_feature_faculty_ct.info | 1 + 2 files changed, 65 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2757: Add multiselect centers field to faculty for use with views filters. gsb_feature_faculty_ct.features.field_instance.inc | 61 ++++++++++++++++++++++ gsb_feature_faculty_ct.info | 1 + 2 files changed, 62 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Missed some diffs. gsb_feature_faculty_ct.field_group.inc | 12 ------------ 1 file changed, 12 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2639: remove comma when there is not an academic area. gsb_feature_faculty_ct.ds.inc | 144 ++++++++++++--------- gsb_feature_faculty_ct.features.field_instance.inc | 25 ++-- gsb_feature_faculty_ct.field_group.inc | 54 +++++++- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 6 +- 5 files changed, 150 insertions(+), 80 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2639: remove comma. gsb_feature_faculty_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago Conflicts:gsb_feature_faculty_ct.ds.inc Merge branch 'WP-2639' of github.com:gsbitse/gsb_feature_faculty_ct into WP-2639 view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2639: remove comma when there is not an academic area. gsb_feature_faculty_ct.ds.inc | 153 ++++++++++++--------- gsb_feature_faculty_ct.features.field_instance.inc | 33 +++-- gsb_feature_faculty_ct.field_group.inc | 48 +++++-- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 8 +- 5 files changed, 150 insertions(+), 93 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2807: publication group adjustments. gsb_feature_faculty_ct.ds.inc | 97 +++++++++++++--------- gsb_feature_faculty_ct.features.field_instance.inc | 26 +++--- gsb_feature_faculty_ct.field_group.inc | 11 ++- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 80 insertions(+), 62 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2818 Added Publication EVA to the Faculty CT display fields gsb_feature_faculty_ct.ds.inc | 87 ++++++++++++++++++------------------ gsb_feature_faculty_ct.strongarm.inc | 9 ++++ 2 files changed, 53 insertions(+), 43 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2639: remove comma. gsb_feature_faculty_ct.ds.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2704: change academic area path. gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2725: export courses settings. gsb_feature_faculty_ct.ds.inc | 88 ++++++++++++++++++++-- gsb_feature_faculty_ct.features.field_instance.inc | 8 +- gsb_feature_faculty_ct.field_group.inc | 13 +++- gsb_feature_faculty_ct.info | 2 + 4 files changed, 98 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2725: export courses settings. gsb_feature_faculty_ct.ds.inc | 103 ++++++++++++++++++--- gsb_feature_faculty_ct.features.field_instance.inc | 8 +- gsb_feature_faculty_ct.field_group.inc | 13 ++- gsb_feature_faculty_ct.info | 2 + 4 files changed, 105 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add book eva. gsb_feature_faculty_ct.ds.inc | 84 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 10 +-- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 8 +-- 5 files changed, 56 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2637 Added new field field_featured_publication_ref used in Faculty display gsb_feature_faculty_ct.ds.inc | 91 ++++++++++++--------- gsb_feature_faculty_ct.features.field_instance.inc | 95 ++++++++++++++++++---- gsb_feature_faculty_ct.field_group.inc | 36 +++++++- gsb_feature_faculty_ct.info | 4 +- gsb_feature_faculty_ct.strongarm.inc | 6 +- 5 files changed, 170 insertions(+), 62 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2724 Added wrapper to display header - Courses Taught gsb_feature_faculty_ct.ds.inc | 82 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 22 +++--- gsb_feature_faculty_ct.field_group.inc | 31 +++++++- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 6 +- 5 files changed, 87 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2730 Exported field collection fields again. Were lost somehow. gsb_feature_faculty_ct.features.field_instance.inc | 106 +++++++++++++++++++++ gsb_feature_faculty_ct.info | 6 +- 2 files changed, 110 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2694 Adding display to right side for course listing eva gsb_feature_faculty_ct.ds.inc | 82 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 44 ++++++------ gsb_feature_faculty_ct.field_group.inc | 11 +-- gsb_feature_faculty_ct.strongarm.inc | 10 +-- 4 files changed, 77 insertions(+), 70 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2694 Adding display to right side for course listing eva gsb_feature_faculty_ct.ds.inc | 72 +++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 12 +--- gsb_feature_faculty_ct.field_group.inc | 7 +-- gsb_feature_faculty_ct.info | 4 +- gsb_feature_faculty_ct.strongarm.inc | 12 ++++ 5 files changed, 56 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2717: add show-more-show-less classes. gsb_feature_faculty_ct.ds.inc | 89 ++++++++++++---------- gsb_feature_faculty_ct.features.field_instance.inc | 18 ++--- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.strongarm.inc | 3 + 4 files changed, 63 insertions(+), 51 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2717: add show-more-show-less classes. gsb_feature_faculty_ct.ds.inc | 89 ++++++++++++---------- gsb_feature_faculty_ct.features.field_instance.inc | 18 ++--- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.strongarm.inc | 3 + 4 files changed, 63 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2638 Added new non-course fields gsb_feature_faculty_ct.features.field_instance.inc | 89 +++++++++++++++++++--- gsb_feature_faculty_ct.field_group.inc | 7 +- gsb_feature_faculty_ct.info | 5 +- 3 files changed, 85 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago fix search field with updated field data. gsb_feature_faculty_ct.features.field_instance.inc | 26 +++++++++++++--------- 1 file changed, 16 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Add field instances of conf and presentatiaons and service profession. gsb_feature_faculty_ct.features.field_instance.inc | 126 +++++++++++++++++++++ gsb_feature_faculty_ct.info | 6 +- 2 files changed, 129 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Remvoe base fields file that is unused. gsb_feature_faculty_ct.features.field_base.inc | 72 -------------------------- 1 file changed, 72 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Remove old fields. gsb_feature_faculty_ct.ds.inc | 76 +- gsb_feature_faculty_ct.features.field_instance.inc | 1212 +++----------------- gsb_feature_faculty_ct.field_group.inc | 4 +- gsb_feature_faculty_ct.info | 17 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 5 files changed, 187 insertions(+), 1124 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2502 Changes to add the gsb_case_listing_case_listing_entity_view and gsb_case_listing_case_listing_entity_view fields to the faculty display gsb_feature_faculty_ct.ds.inc | 72 +++++++++++++++++++----------------- gsb_feature_faculty_ct.info | 4 +- gsb_feature_faculty_ct.strongarm.inc | 15 +++++++- 3 files changed, 54 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago change folder for faculty cv gsb_feature_faculty_ct.features.field_instance.inc | 2 +- gsb_feature_faculty_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2545 Changed file_directory settings gsb_feature_faculty_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2502 Added gsb_working_paper_listing_case_listing_entity_view eva field gsb_feature_faculty_ct.ds.inc | 90 ++++++++++++++++++------------------ gsb_feature_faculty_ct.info | 2 +- gsb_feature_faculty_ct.strongarm.inc | 8 +++- 3 files changed, 54 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2482 Several changes to the faculty ct gsb_feature_faculty_ct.ds.inc | 195 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 80 +++++---- gsb_feature_faculty_ct.field_group.inc | 69 +++++--- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.strongarm.inc | 17 +- 5 files changed, 192 insertions(+), 170 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2482 Changes related to validation and states gsb_feature_faculty_ct.module | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2482 Added in some comments for the new hook gsb_feature_faculty_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2482 Added node_view_alter to only show the leave statement if node is viewed between the leave dates gsb_feature_faculty_ct.module | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2482 Several changes to the faculty ct view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2482 Several changes to the faculty ct gsb_feature_faculty_ct.ds.inc | 195 ++++++++++----------- gsb_feature_faculty_ct.features.field_instance.inc | 80 +++++---- gsb_feature_faculty_ct.field_group.inc | 69 +++++--- gsb_feature_faculty_ct.info | 1 + gsb_feature_faculty_ct.module | 35 ++-- gsb_feature_faculty_ct.strongarm.inc | 17 +- 6 files changed, 217 insertions(+), 180 deletions(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2482 Changes related to validation and states gsb_feature_faculty_ct.module | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2482 Added in some comments for the new hook gsb_feature_faculty_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2482 Added node_view_alter to only show the leave statement if node is viewed between the leave dates gsb_feature_faculty_ct.module | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2511 Added code to clear inner title text in the field collection gsb_feature_faculty_ct.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2511 Added code to clear inner title text in the field collection gsb_feature_faculty_ct.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2448 A little more cleanup on removing the unneeded fields gsb_feature_faculty_ct.features.field_instance.inc | 9 --------- gsb_feature_faculty_ct.field_group.inc | 20 ++++++++++---------- gsb_feature_faculty_ct.info | 19 +------------------ 3 files changed, 11 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2448 Removed some fields that are no longer needed by the Faculty CT gsb_feature_faculty_ct.features.field_instance.inc | 1174 ++------------------ gsb_feature_faculty_ct.field_group.inc | 8 +- gsb_feature_faculty_ct.info | 18 +- gsb_feature_faculty_ct.strongarm.inc | 9 +- 4 files changed, 107 insertions(+), 1102 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2501 Adding ds settings for gsb_case_listing_case_listing_entity_view gsb_feature_faculty_ct.ds.inc | 2 ++ gsb_feature_faculty_ct.info | 2 +- gsb_feature_faculty_ct.strongarm.inc | 9 ++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2457: service to profession field display. gsb_feature_faculty_ct.ds.inc | 153 +++++++++++++++++---- gsb_feature_faculty_ct.features.field_instance.inc | 30 ++-- gsb_feature_faculty_ct.info | 2 + 3 files changed, 141 insertions(+), 44 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2457L display settings for conferences. gsb_feature_faculty_ct.ds.inc | 192 ++++++++++++-------- gsb_feature_faculty_ct.features.field_instance.inc | 197 ++++----------------- gsb_feature_faculty_ct.field_group.inc | 2 +- gsb_feature_faculty_ct.info | 8 +- 4 files changed, 154 insertions(+), 245 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2448 Another try at getting these new fields setup with features gsb_feature_faculty_ct.features.field_instance.inc | 436 ++++++++++----------- gsb_feature_faculty_ct.info | 12 +- 2 files changed, 214 insertions(+), 234 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2448 Changes for the Service Profession fields and Conf/Presentations gsb_feature_faculty_ct.features.field_instance.inc | 1269 +++++++++++++++++--- gsb_feature_faculty_ct.field_group.inc | 41 +- gsb_feature_faculty_ct.info | 24 +- gsb_feature_faculty_ct.strongarm.inc | 6 +- 4 files changed, 1138 insertions(+), 202 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: change text to email. gsb_feature_faculty_ct.ds.inc | 5 +++++ gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: adjust affiliations field collection. gsb_feature_faculty_ct.ds.inc | 217 +++++++++++++++++---- gsb_feature_faculty_ct.features.field_instance.inc | 45 ++--- gsb_feature_faculty_ct.field_group.inc | 34 +++- gsb_feature_faculty_ct.info | 3 + 4 files changed, 237 insertions(+), 62 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: update faculty feature. gsb_feature_faculty_ct.ds.inc | 415 ++++++++++- gsb_feature_faculty_ct.features.field_instance.inc | 820 ++------------------- gsb_feature_faculty_ct.field_group.inc | 75 +- gsb_feature_faculty_ct.info | 12 +- 4 files changed, 496 insertions(+), 826 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: faculty detail display updates. gsb_feature_faculty_ct.ds.inc | 289 ++++++-- gsb_feature_faculty_ct.features.field_instance.inc | 807 +++++---------------- gsb_feature_faculty_ct.field_group.inc | 206 +++++- gsb_feature_faculty_ct.info | 8 +- gsb_feature_faculty_ct.strongarm.inc | 6 + 5 files changed, 593 insertions(+), 723 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2351 Another try at changing the group for the leave fields gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++++--------- gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++---------- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 47 insertions(+), 45 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago This reverts commit 785fead7e31bb792638d81ff3ff1b4cf12c5b1db. Revert "WP-2351 Moving the on leave into the personal info group" gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++++++++ gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------ gsb_feature_faculty_ct.field_group.inc | 29 ++++----- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 8 +-- 5 files changed, 110 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Moving the on leave into the personal info group gsb_feature_faculty_ct.features.field_base.inc | 72 ---------------------- gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------ gsb_feature_faculty_ct.field_group.inc | 29 +++++---- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 8 +-- 5 files changed, 40 insertions(+), 110 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding in help text for faculty ct gsb_feature_faculty_ct.features.field_instance.inc | 174 +++++++++++++-------- gsb_feature_faculty_ct.field_group.inc | 8 +- gsb_feature_faculty_ct.info | 5 +- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 119 insertions(+), 76 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding a field colllection instance gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++ gsb_feature_faculty_ct.features.field_instance.inc | 97 ++++++++++++++++++++++ gsb_feature_faculty_ct.info | 7 +- 3 files changed, 175 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding in new field groups gsb_feature_faculty_ct.features.field_instance.inc | 96 ++++++------ gsb_feature_faculty_ct.field_group.inc | 168 +++++++++++++++++++++ gsb_feature_faculty_ct.info | 7 +- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 226 insertions(+), 53 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 More field changes for the faculty ct gsb_feature_faculty_ct.features.field_instance.inc | 285 ++++++++++++++++++--- gsb_feature_faculty_ct.info | 3 + gsb_feature_faculty_ct.module | 76 ++++++ gsb_feature_faculty_ct.strongarm.inc | 6 +- 4 files changed, 327 insertions(+), 43 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Changing the order of a few fields gsb_feature_faculty_ct.info | 2 +- gsb_feature_faculty_ct.strongarm.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding new fields gsb_feature_faculty_ct.features.field_instance.inc | 1043 ++++++++++++++++++-- gsb_feature_faculty_ct.info | 14 +- gsb_feature_faculty_ct.strongarm.inc | 7 +- 3 files changed, 1005 insertions(+), 59 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: change text to email. gsb_feature_faculty_ct.ds.inc | 5 +++++ gsb_feature_faculty_ct.features.field_instance.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: adjust affiliations field collection. gsb_feature_faculty_ct.ds.inc | 217 +++++++++++++++++---- gsb_feature_faculty_ct.features.field_instance.inc | 45 ++--- gsb_feature_faculty_ct.field_group.inc | 34 +++- gsb_feature_faculty_ct.info | 3 + 4 files changed, 237 insertions(+), 62 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: update faculty feature. gsb_feature_faculty_ct.ds.inc | 415 ++++++++++- gsb_feature_faculty_ct.features.field_instance.inc | 820 ++------------------- gsb_feature_faculty_ct.field_group.inc | 75 +- gsb_feature_faculty_ct.info | 12 +- 4 files changed, 496 insertions(+), 826 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: faculty detail display updates. gsb_feature_faculty_ct.ds.inc | 289 ++++++-- gsb_feature_faculty_ct.features.field_instance.inc | 807 +++++---------------- gsb_feature_faculty_ct.field_group.inc | 206 +++++- gsb_feature_faculty_ct.info | 8 +- gsb_feature_faculty_ct.strongarm.inc | 6 + 5 files changed, 593 insertions(+), 723 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2351 Another try at changing the group for the leave fields gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++++--------- gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++---------- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 2 +- 4 files changed, 47 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago This reverts commit 785fead7e31bb792638d81ff3ff1b4cf12c5b1db. Revert "WP-2351 Moving the on leave into the personal info group" gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++++++++ gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------ gsb_feature_faculty_ct.field_group.inc | 29 ++++----- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 8 +-- 5 files changed, 110 insertions(+), 40 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Moving the on leave into the personal info group gsb_feature_faculty_ct.features.field_base.inc | 72 ---------------------- gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------ gsb_feature_faculty_ct.field_group.inc | 29 +++++---- gsb_feature_faculty_ct.info | 3 +- gsb_feature_faculty_ct.strongarm.inc | 8 +-- 5 files changed, 40 insertions(+), 110 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding in help text for faculty ct gsb_feature_faculty_ct.features.field_instance.inc | 174 +++++++++++++-------- gsb_feature_faculty_ct.field_group.inc | 8 +- gsb_feature_faculty_ct.info | 5 +- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 119 insertions(+), 76 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding a field colllection instance gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++ gsb_feature_faculty_ct.features.field_instance.inc | 97 ++++++++++++++++++++++ gsb_feature_faculty_ct.info | 7 +- 3 files changed, 175 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding in new field groups gsb_feature_faculty_ct.features.field_instance.inc | 96 ++++++------ gsb_feature_faculty_ct.field_group.inc | 168 +++++++++++++++++++++ gsb_feature_faculty_ct.info | 7 +- gsb_feature_faculty_ct.strongarm.inc | 8 +- 4 files changed, 226 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 More field changes view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 More field changes for the faculty ct gsb_feature_faculty_ct.features.field_instance.inc | 285 ++++++++++++++++++--- gsb_feature_faculty_ct.info | 3 + gsb_feature_faculty_ct.module | 76 ++++++ gsb_feature_faculty_ct.strongarm.inc | 6 +- 4 files changed, 327 insertions(+), 43 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Changing the order of a few fields gsb_feature_faculty_ct.info | 2 +- gsb_feature_faculty_ct.strongarm.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2351 Adding new fields gsb_feature_faculty_ct.features.field_instance.inc | 1043 ++++++++++++++++++-- gsb_feature_faculty_ct.info | 14 +- gsb_feature_faculty_ct.strongarm.inc | 7 +- 3 files changed, 1005 insertions(+), 59 deletions(-)
=========================================== ./gsb_feature_featured_insight_card_fpp =========================================== view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_featured_insight_card_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Insights Featured Item gsb_feature_featured_insight_card_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - feauter insight fpp gsb_feature_featured_insight_card_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4614: Remove duplicate code. gsb_feature_featured_insight_card_fpp.module | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_featured_insight_card_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years ago author: Alexei Gorobets, 2 years, 1 month ago WP-4029: Apply featured insight card form customizations only to fetured insight card fpp. gsb_feature_featured_insight_card_fpp.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4043: Change entity reference field in featured insight card. gsb_feature_featured_insight_card_fpp.ds.inc | 8 ++++---- ...e_featured_insight_card_fpp.features.field_instance.inc | 14 +++++++------- gsb_feature_featured_insight_card_fpp.info | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4048: Make Superhead field required. gsb_feature_featured_insight_card_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4029: Apply featured insight card form customizations only to fetured insight card fpp. gsb_feature_featured_insight_card_fpp.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3994: configure fpp display settings. gsb_feature_featured_insight_card_fpp.ds.inc | 104 +++++++++++++++++++++ ...ed_insight_card_fpp.features.field_instance.inc | 17 ++-- gsb_feature_featured_insight_card_fpp.features.inc | 14 +++ gsb_feature_featured_insight_card_fpp.info | 5 + gsb_feature_featured_insight_card_fpp.module | 6 ++ 5 files changed, 138 insertions(+), 8 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago Initial commit. ...ed_insight_card_fpp.features.field_instance.inc | 231 +++++++++++++++++++++ gsb_feature_featured_insight_card_fpp.info | 14 ++ gsb_feature_featured_insight_card_fpp.module | 39 ++++ 3 files changed, 284 insertions(+)
=========================================== ./gsb_feature_program_ct =========================================== view commit - committer: Meghan Plunkett, 10 hours ago author: Meghan Plunkett, 10 hours ago WP-7094: add label class to title. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 35 hours ago author: Greg Mercer (GBear), 35 hours ago WP-7469 Changed how we form the program_listing_page_url gsb_feature_program_ct.module | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 35 hours ago author: Greg Mercer (GBear), 35 hours ago WP-7469 Changed how we form the program_listing_page_url gsb_feature_program_ct.module | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7547: add back the ul. gsb_feature_program_ct.ds.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 8 days ago author: Greg Mercer (GBear), 8 days ago WP-7540 Changed to use leftJoins for field_data_field_instance_text and field_data_field_instance_date gsb_feature_program_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 days ago author: Greg Mercer (GBear), 8 days ago WP-7540 Changed to use leftJoins for field_data_field_instance_text and field_data_field_instance_date gsb_feature_program_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 days ago author: Ayuta Padhi, 9 days ago WP-7486 Added new fields to concat search field gsb_feature_program_ct.features.field_instance.inc | 27 ++++++++++++++++++---- gsb_feature_program_ct.info | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 9 days ago author: Ayuta Padhi, 9 days ago WP-7539 Added image style to display image ee_section_header.theme.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 days ago author: Greg Mercer (GBear), 10 days ago WP-7527 Changed code to display either just date, date and description, or just description gsb_feature_program_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 days ago author: Greg Mercer (GBear), 10 days ago WP-7527 Changed code to display either just date, date and description, or just description gsb_feature_program_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 13 days ago author: Greg Mercer (GBear), 13 days ago WP-7525 Added new field group: group_who_should_attend - to setup show-more needed css classes gsb_feature_program_ct.ds.inc | 15 ++++------ gsb_feature_program_ct.features.field_instance.inc | 30 ++++++++++---------- gsb_feature_program_ct.field_group.inc | 32 ++++++++++++++++++++++ gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.strongarm.inc | 16 +++++------ 5 files changed, 62 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 13 days ago author: Greg Mercer (GBear), 13 days ago WP-7525 Added new field group: group_who_should_attend - to setup show-more needed css classes gsb_feature_program_ct.ds.inc | 15 ++++------ gsb_feature_program_ct.features.field_instance.inc | 30 ++++++++++---------- gsb_feature_program_ct.field_group.inc | 32 ++++++++++++++++++++++ gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.strongarm.inc | 16 +++++------ 5 files changed, 62 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 13 days ago author: Ayuta Padhi, 2 weeks ago WP-7496 Modified the custom block names gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 13 days ago author: Greg Mercer (GBear), 13 days ago WP-7525 Added new field group: group_who_should_attend - to setup show-more needed css classes gsb_feature_program_ct.ds.inc | 66 +++++++++++----------- gsb_feature_program_ct.features.field_instance.inc | 4 +- gsb_feature_program_ct.field_group.inc | 34 ++++++++++- gsb_feature_program_ct.info | 1 + 4 files changed, 68 insertions(+), 37 deletions(-) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7496 Modified the custom block names gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7531: export the ds settings. gsb_feature_program_ct.ds.inc | 67 +++++++++++++++++++++++++++++++++++++++++++ gsb_feature_program_ct.info | 2 ++ 2 files changed, 69 insertions(+) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7531: export the setting for who should attend field for ppp. gsb_feature_program_ct.features.field_instance.inc | 342 +++++++++++++++++++-- gsb_feature_program_ct.strongarm.inc | 35 +++ 2 files changed, 355 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7524: export group wrapper settings. gsb_feature_program_ct.ds.inc | 25 +++++++++++++++++++------ gsb_feature_program_ct.field_group.inc | 15 ++++++++++----- gsb_feature_program_ct.strongarm.inc | 6 ++++++ 3 files changed, 35 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7524: export group wrapper settings. gsb_feature_program_ct.ds.inc | 25 +++++++++++++++++++------ gsb_feature_program_ct.field_group.inc | 15 ++++++++++----- gsb_feature_program_ct.strongarm.inc | 6 ++++++ 3 files changed, 35 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7491 Fixed program title link to detail page gsb_feature_program_ct.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7485 WP-7470 updated searchable fields for program ct and bug fix for not to display related hidden program instance gsb_feature_program_ct.features.field_instance.inc | 27 ++++++++++++++++++---- gsb_feature_program_ct.module | 8 +++---- 2 files changed, 26 insertions(+), 9 deletions(-) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7491 Fixed program title link to detail page gsb_feature_program_ct.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7485 WP-7470 updated searchable fields for program ct and bug fix for not to display related hidden program instance gsb_feature_program_ct.features.field_instance.inc | 27 ++++++++++++++++++---- gsb_feature_program_ct.module | 8 +++---- 2 files changed, 26 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7499 added logic to limit adding program instance wrapper only to program ct gsb_feature_program_ct.module | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7499 added logic to limit adding program instance wrapper only to program ct gsb_feature_program_ct.module | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7461: fix spelling. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Greg Mercer (GBear), 3 weeks ago WP-6719 Added check to only show schedule if it has a date value gsb_feature_program_ct.module | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7403 Removing check for is_application_open gsb_feature_program_ct.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Ayuta Padhi, 5 weeks ago WP-7344 fix for updating youtube thumbnails gsb_feature_program_ct.module | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 5 weeks ago author: Ayuta Padhi, 5 weeks ago WP-7344 fix for updating youtube thumbnails gsb_feature_program_ct.module | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7370 Added leading slash to the payment_cancellation href gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7381 Another adjustment to how prequalification_url is added. Now it will display as along as there is at least one pi with the 'display on' set to true. ee_section_apply_brochure.theme.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7381 Another adjustment to how prequalification_url is added. Now it will display as along as there is at least one pi with the 'display on' set to true. ee_section_apply_brochure.theme.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7346 Adding instance text to instance hdr if there is no formatted date value. gsb_feature_program_ct.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7403 Added check for 'is application open' when getting the list of faculty directors. gsb_feature_program_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Ayuta Padhi, 6 weeks ago WP-7357 bug fix for open in new window for location gsb_feature_program_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 6 weeks ago author: Ayuta Padhi, 6 weeks ago WP-7357 bug fix for open in new window for location gsb_feature_program_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7381 Moved the render of the prequalification_url so that it no longer requires an open program instance. ee_section_apply_brochure.theme.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7381 Moved the render of the prequalification_url so that it no longer requires an open program instance. ee_section_apply_brochure.theme.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7381 Added query condition to check if pi field_is_application_open_value equal to 1 (open) ee_section_apply_brochure.theme.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7381 Added query condition to check if pi field_is_application_open_value equal to 1 (open) ee_section_apply_brochure.theme.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7352: move position of payment cancellation. gsb_feature_program_ct.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7307 Change how the program and program instances are sorted first by match count and then by instance date gsb_feature_program_ct.module | 105 ++++++++++++++++++++++++++++++------------ 1 file changed, 75 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7315 Added value lookup for field_faculty_director_title gsb_feature_program_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7299 Adding call to array_unique to remove any dups for location_categories gsb_feature_program_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7315 Added value lookup for field_faculty_director_title gsb_feature_program_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7299 Adding call to array_unique to remove any dups for location_categories gsb_feature_program_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Sorting out the sorting... well to sort more better :) gsb_feature_program_ct.module | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Sorting out the sorting... well to sort more better :) gsb_feature_program_ct.module | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Sorting out the sorting... well to sort more better :) gsb_feature_program_ct.module | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Adding sort order for the program title gsb_feature_program_ct.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Adding sort order for the program title gsb_feature_program_ct.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Adding sort order for the program title gsb_feature_program_ct.module | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7304: include fac directors view mode. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit 03596971c4ed4a2264cd544be80d3853e1072ccc. Revert "WP-7094: add label class to title." gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit 96acd78536b9f661a8297166066c4ecc4f47c9a5. Revert "WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro" gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit cf171f3d77eefc0c27350d75a212626cb5c468c4. Revert "Update gsb_feature_program_ct.info" gsb_feature_program_ct.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Added check for display flag on program instance gsb_feature_program_ct.module | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Added check for display flag on program instance gsb_feature_program_ct.module | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-6394 Added check for display flag on program instance gsb_feature_program_ct.module | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7304: include fac directors view mode. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit 03596971c4ed4a2264cd544be80d3853e1072ccc. Revert "WP-7094: add label class to title." gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit 96acd78536b9f661a8297166066c4ecc4f47c9a5. Revert "WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro" gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit cf171f3d77eefc0c27350d75a212626cb5c468c4. Revert "Update gsb_feature_program_ct.info" gsb_feature_program_ct.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 weeks ago author: Greg Mercer, 9 weeks ago Update gsb_feature_program_ct.info gsb_feature_program_ct.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7094: add label class to title. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-6394 Removing unneeded div with gsb_feature_program_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7094: add label class to title. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-6394 Added support for Show More for the program-faculty-courses gsb_feature_program_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-6897 Fixing an issue where the items render array was not being initialized correctly gsb_feature_program_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-6897 Added extra fields to display program director titles for faculty gsb_feature_program_ct.module | 170 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-6394 Changed wording of text for the label gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-6394 Added new extra field for faculty: gsb_program_faculty_courses gsb_feature_program_ct.module | 162 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7227 Added code to hide the field_image_single_public if field_other_name is empty gsb_feature_program_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7290 Added condition for field_display_on_finder_value only if set to 1 ee_section_apply_brochure.theme.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago WP-7198 Changes to use the field_program_listing_page_url when creating the paths used in the program menu program_menu.theme.inc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7215 Added filter to exclude hidden program instances gsb_feature_program_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7187: change lable fro Program tuition to fee gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7187: change lable fro Program tuition to fee gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7169 fix the remove dot from url for explore more gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7156 Change query and handling for program instances with no date. gsb_feature_program_ct.module | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: change link order for responsive. .../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: close wrapper div properly. gsb_feature_program_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago Merge branch 'WP-7073' of github.com:gsb-public/gsb_feature_program_ct into WP-7073 view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: change link order for responsive. .../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7096 Added social buttons to ee section footer ee_section_footer.theme.inc | 6 ++++++ templates/gsb-feature-program-ct-ee-section-footer.tpl.php | 5 +++++ 2 files changed, 11 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: close wrapper div properly. gsb_feature_program_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6984 Cleaning up a warning related to the render element setting fieldset_wrapper.theme.inc | 6 +++--- gsb_feature_program_ct.module | 1 + templates/gsb-feature-program-ct-fieldset-wrapper.tpl.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6984 Added new handle for special fieldset that allows us to wrap show more around two fields fieldset_wrapper.theme.inc | 10 +++ gsb_feature_program_ct.ds.inc | 73 ++++++++--------- gsb_feature_program_ct.features.field_instance.inc | 92 +++++++++++----------- gsb_feature_program_ct.field_group.inc | 34 +++++++- gsb_feature_program_ct.info | 3 +- gsb_feature_program_ct.module | 13 +++ gsb_feature_program_ct.strongarm.inc | 10 +-- ...gsb-feature-program-ct-fieldset-wrapper.tpl.php | 3 + 8 files changed, 141 insertions(+), 97 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6993 Additonal changing of labels and help text gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6993 Changes to set link for Apply button ee_section_apply_brochure.theme.inc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6993 Changing labels for vtab gsb_feature_program_ct.field_group.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6993 Changing labels and help text gsb_feature_program_ct.features.field_instance.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6908 Added code to handle Overview and additional_page cases. program_menu.theme.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6908 Added code to handle Overview and additional_page cases. program_menu.theme.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6916 Removed an unnecessary check for field_program_date when rendering the program instance schedule gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6908 Setting the css attribute for the active menu item program_menu.theme.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6915 Added code to render apply/brochure section if node type is program_panelized_page ee_section_apply_brochure.theme.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6903 Added code to render Part-time details, if the Time Commitment is set to Part-time gsb_feature_program_ct.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6905 Added code to remove video title link if the video is being displayed on a Program page. gsb_feature_program_ct.module | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6911 Changing to select widget and re-labeling to be "Brochure Category" gsb_feature_program_ct.features.field_instance.inc | 21 ++++++--------------- gsb_feature_program_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-6864 Switched brochure download to open in same window from overview page ee_section_apply_brochure.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6864 Switched brochure download to open in same window from overview page ee_section_apply_brochure.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6914: update cta text. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6914: place the programs cta again. gsb_feature_program_ct.ds.inc | 52 +++++++------ gsb_feature_program_ct.features.field_instance.inc | 89 +++++++++------------- gsb_feature_program_ct.field_group.inc | 4 +- gsb_feature_program_ct.strongarm.inc | 10 +-- 4 files changed, 71 insertions(+), 84 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6968 Changing to include today in condition and to start today's date at zero hundred hours. gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6968 Changing to include today in condition and to start today's date at zero hundred hours. gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6914: update cta text. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6914: place the programs cta again. gsb_feature_program_ct.ds.inc | 52 +++++++------ gsb_feature_program_ct.features.field_instance.inc | 89 +++++++++------------- gsb_feature_program_ct.field_group.inc | 4 +- gsb_feature_program_ct.strongarm.inc | 10 +-- 4 files changed, 71 insertions(+), 84 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6863 fix for show/hide brochure download link ee_section_apply_brochure.theme.inc | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6913 Corrected url path for participant-profile page gsb_feature_program_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6913 Corrected url path for participant-profile page gsb_feature_program_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6913 Added url token as path for Participant and Curriculum links gsb_feature_program_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6913 Added url token as path for Participant and Curriculum links gsb_feature_program_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago WP-6913 Added url path for Participant and Curriculum links gsb_feature_program_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6913 Added url path for Participant and Curriculum links gsb_feature_program_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6890 changed file folder for brochures gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6890 added brochure upload to it's own directory gsb_feature_program_ct.features.field_instance.inc | 2 +- gsb_feature_program_ct.field_group.inc | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6851 fix for broken download brochure link ee_section_apply_brochure.theme.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6872 Rearranged the js. Removed unneeded $(document).ready. js/gsb_feature_program_ct.js | 74 +++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-6851 added link to webform ee_section_apply_brochure.theme.inc | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6851 added link to webform ee_section_apply_brochure.theme.inc | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Update gsb_feature_program_ct.module gsb_feature_program_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6854 Added new function gsb_feature_program_instance_ct_program_video_url_after_build() to set video url label to ''. gsb_feature_program_ct.module | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Fixing the path for participant-profile gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6796: add em tags. templates/gsb-feature-program-ct-ee-section-footer.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6842 Setting new url alias pattern and defaulting to force pathauto on gsb_feature_program_ct.strongarm.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6842 Setting new url alias pattern and defaulting to force pathauto on gsb_feature_program_ct.strongarm.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6796: add em tags. templates/gsb-feature-program-ct-ee-section-footer.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6840: add body class to panelized page fields. gsb_feature_program_ct.ds.inc | 8 +++-- gsb_feature_program_ct.strongarm.inc | 64 ++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6843 Changing url alias for ppp participant to be participant-profile gsb_feature_program_ct.module | 2 +- program_menu.theme.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6843 Changing url alias for ppp participant to be participant-profile gsb_feature_program_ct.module | 2 +- program_menu.theme.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6834 Added code to recreate the connection in the PPP back to a recreated Program. ee_section_footer.theme.inc | 11 +++++++++-- ee_section_header.theme.inc | 13 +++++++++---- gsb_feature_program_ct.module | 13 +++++++++++-- program_menu.theme.inc | 4 ++++ .../gsb-feature-program-ct-ee-section-footer.tpl.php | 20 +++++++++++++------- .../gsb-feature-program-ct-ee-section-header.tpl.php | 20 +++++++++++++------- 6 files changed, 59 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6834 Added code to recreate the connection in the PPP back to a recreated Program. ee_section_footer.theme.inc | 11 +++++++++-- ee_section_header.theme.inc | 13 +++++++++---- gsb_feature_program_ct.module | 15 ++++++++++++++- program_menu.theme.inc | 4 ++++ .../gsb-feature-program-ct-ee-section-footer.tpl.php | 20 +++++++++++++------- .../gsb-feature-program-ct-ee-section-header.tpl.php | 20 +++++++++++++------- 6 files changed, 62 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6796 Added new block for ee-section-footer ee_section_footer.theme.inc | 19 +++++++++++++++++++ gsb_feature_program_ct.module | 11 +++++++++++ .../gsb-feature-program-ct-ee-section-footer.tpl.php | 13 +++++++++++++ 3 files changed, 43 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6796 Added new block for ee-section-footer ee_section_footer.theme.inc | 19 +++++++++++++++++++ gsb_feature_program_ct.module | 11 +++++++++++ .../gsb-feature-program-ct-ee-section-footer.tpl.php | 13 +++++++++++++ 3 files changed, 43 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6825 Added the option to allow author to add a description for the related content file gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6825 Added the option to allow author to add a description for the related content file gsb_feature_program_ct.features.field_instance.inc | 2 +- gsb_feature_program_ct.module | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6823 Adding new Keywords vtab and field_tag field instance gsb_feature_program_ct.features.field_instance.inc | 135 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 35 +++++- gsb_feature_program_ct.info | 2 + gsb_feature_program_ct.strongarm.inc | 8 +- 4 files changed, 160 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6800 Adding brochure field instances to Program CT gsb_feature_program_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6823 Adding new Keywords vtab and field_tag field instance gsb_feature_program_ct.ds.inc | 2 +- gsb_feature_program_ct.features.field_instance.inc | 135 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 35 +++++- gsb_feature_program_ct.info | 2 + gsb_feature_program_ct.strongarm.inc | 8 +- 5 files changed, 161 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6824 Changing title of pane from 'Program Contact Director' to 'Program Contact' gsb_feature_program_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6800 Adding new field instance field_brochure_program_topics gsb_feature_program_ct.features.field_instance.inc | 122 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.module | 9 +- 4 files changed, 129 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6800 Adding new field instance field_brochure_program_topics gsb_feature_program_ct.features.field_instance.inc | 122 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.module | 9 +- 4 files changed, 129 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6800 Adding brochure field instances to Program CT ee_section_apply_brochure.theme.inc | 59 ++-- gsb_feature_program_ct.features.field_instance.inc | 384 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 53 ++- gsb_feature_program_ct.info | 6 +- gsb_feature_program_ct.module | 36 +- gsb_feature_program_ct.strongarm.inc | 4 +- 6 files changed, 495 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6800 Adding brochure field instances to Program CT ee_section_apply_brochure.theme.inc | 59 ++-- gsb_feature_program_ct.features.field_instance.inc | 384 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 53 ++- gsb_feature_program_ct.info | 6 +- gsb_feature_program_ct.module | 53 ++- gsb_feature_program_ct.strongarm.inc | 4 +- 6 files changed, 506 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6821 Adding check if date field is empty before rendering. gsb_feature_program_ct.module | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Added check for empty on $program_menu templates/gsb-feature-program-ct-program-menu.tpl.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6740: display the program contact link and set condtions on fields. gsb_feature_program_ct.ds.inc | 35 ++++++++++++------ gsb_feature_program_ct.features.field_instance.inc | 41 ++++++++++++++-------- 2 files changed, 52 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6797 Needed to set pathauto to false when setting the alias for the program panelized pages gsb_feature_program_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6740: display the program contact link and set condtions on fields. gsb_feature_program_ct.ds.inc | 35 ++++++++++++------ gsb_feature_program_ct.features.field_instance.inc | 41 ++++++++++++++-------- 2 files changed, 52 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer, 5 months ago WP-6780 Added alt to themed display image ee_section_header.theme.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6780 Added alt to themed display image ee_section_header.theme.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6780 Added alt field for display and key images gsb_feature_program_ct.features.field_instance.inc | 4 ++-- gsb_feature_program_ct.info | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6780 Added alt field for display and key images gsb_feature_program_ct.features.field_instance.inc | 4 ++-- gsb_feature_program_ct.info | 4 ++-- templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing a typo... that my dang little phpstorm decided would be so smart. Sigh, Marvin would have been smarter. templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6788 Adding new pre-qualification link before the apply button ee_section_apply_brochure.theme.inc | 13 +++++++++++++ ...gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 5 +++++ 2 files changed, 18 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6781 Added field instances field_pathauto_title_alias and field_sample_application_file gsb_feature_program_ct.features.field_instance.inc | 278 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 14 +- gsb_feature_program_ct.info | 4 +- 3 files changed, 271 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6781 Added field instances field_pathauto_title_alias and field_sample_application_file gsb_feature_program_ct.features.field_instance.inc | 278 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 14 +- gsb_feature_program_ct.info | 4 +- 3 files changed, 271 insertions(+), 25 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: add image field and conditions. gsb_feature_program_ct.ds.inc | 53 +++++++----- gsb_feature_program_ct.features.field_instance.inc | 99 +++++++++++++--------- gsb_feature_program_ct.field_group.inc | 4 +- gsb_feature_program_ct.strongarm.inc | 14 ++- 4 files changed, 106 insertions(+), 64 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6750: configure the participants fields. gsb_feature_program_ct.ds.inc | 166 +++++- gsb_feature_program_ct.features.field_instance.inc | 567 ++++++++++++++++++++- gsb_feature_program_ct.info | 6 + gsb_feature_program_ct.strongarm.inc | 102 ++++ 4 files changed, 815 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Changing how handle attribute targets gsb_feature_program_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Add code to wrap tuition title with link if link is not empty gsb_feature_program_ct.module | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Add code to wrap tuition title with link if link is not empty gsb_feature_program_ct.module | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6707 Committing this again. It looks like it was overridden... again. Sigh gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6761 Wrapped the title with a link, if there is a program location link gsb_feature_program_ct.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6763 Changed to use node:url:path in href for See All Faculty gsb_feature_program_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6763 Changed to use node:url:path in href for See All Faculty gsb_feature_program_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6754: remove optional program label. gsb_feature_program_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6760 Adding new field instance field_prequalification_url gsb_feature_program_ct.features.field_instance.inc | 120 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 3 +- 3 files changed, 122 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6760 Adding new field instance field_prequalification_url gsb_feature_program_ct.features.field_instance.inc | 120 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 3 +- 3 files changed, 122 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixes an issue where page nodes were calling this. ee_section_apply_brochure.theme.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6754: remove optional program label. gsb_feature_program_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6746 Added field instance field_link_apply_button to Program CT ee_section_apply_brochure.theme.inc | 7 +- gsb_feature_program_ct.features.field_instance.inc | 131 ++++++++------------- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 9 ++ 4 files changed, 62 insertions(+), 86 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6746 Added field instance field_link_apply_button to Program CT ee_section_apply_brochure.theme.inc | 7 +- gsb_feature_program_ct.features.field_instance.inc | 133 ++++++++------------- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 9 ++ 4 files changed, 63 insertions(+), 87 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6716: display correct tax field. gsb_feature_program_ct.ds.inc | 52 +++++++++++----------- gsb_feature_program_ct.features.field_instance.inc | 23 ++++------ gsb_feature_program_ct.field_group.inc | 6 +-- gsb_feature_program_ct.strongarm.inc | 2 +- 4 files changed, 37 insertions(+), 46 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6744 Changed the field used to build the Application Requirements Link gsb_feature_program_ct.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6716: display correct tax field. gsb_feature_program_ct.ds.inc | 52 +++++++++++----------- gsb_feature_program_ct.features.field_instance.inc | 23 ++++------ gsb_feature_program_ct.field_group.inc | 6 +-- gsb_feature_program_ct.strongarm.inc | 2 +- 4 files changed, 37 insertions(+), 46 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6719 Added check to see if date is empty in addition to the earlier check for just the program having a schedule set. gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Committing this again. It looks like it was overridden by a unrelated change to WP-6643 gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Committing this again. It looks like it was overridden by a unrelated change to WP-6643 gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6740 Added field instance field_program_contact_options gsb_feature_program_ct.features.field_instance.inc | 114 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 3 +- 3 files changed, 111 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6740 Added field instance field_program_contact_options gsb_feature_program_ct.features.field_instance.inc | 114 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 3 +- 3 files changed, 111 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6740 Adding #states for program contact fields gsb_feature_program_ct.module | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer, 5 months ago WP-6743 Changing to use span for the 'Show Program Information' expander gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6743 Changing to use span for the 'Show Program Information' expander gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6749 Name change for the Program Contact block gsb_feature_program_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6743 Adding code to hide the 'Show Program Information' when the info has been displayed. js/gsb_feature_program_ct.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6748 Change menu text from 'Faculty & Speakers' to 'Faculty' program_menu.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6741 Added code to display theme var ee_section_apply_brochure_brochure_download_link templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6741 Added code to set theme var ee_section_apply_brochure_brochure_download_link ee_section_apply_brochure.theme.inc | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6736: change dash. gsb_feature_program_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6721: remove period. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: add the wrapper divs. gsb_feature_program_ct.ds.inc | 104 +++++++++++-------- gsb_feature_program_ct.features.field_instance.inc | 2 +- gsb_feature_program_ct.field_group.inc | 111 +++++++++++++++++++-- gsb_feature_program_ct.info | 3 + gsb_feature_program_ct.strongarm.inc | 12 ++- 5 files changed, 182 insertions(+), 50 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: configuration settings for the learn more section. gsb_feature_program_ct.ds.inc | 220 ++++++++++++++++---- gsb_feature_program_ct.features.field_instance.inc | 221 ++++++++++++++++++--- gsb_feature_program_ct.field_group.inc | 41 +++- gsb_feature_program_ct.info | 6 + gsb_feature_program_ct.strongarm.inc | 18 +- 5 files changed, 430 insertions(+), 76 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6721: remove period. gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: add the wrapper divs. gsb_feature_program_ct.ds.inc | 104 +++++++++++-------- gsb_feature_program_ct.features.field_instance.inc | 2 +- gsb_feature_program_ct.field_group.inc | 111 +++++++++++++++++++-- gsb_feature_program_ct.info | 3 + gsb_feature_program_ct.strongarm.inc | 12 ++- 5 files changed, 182 insertions(+), 50 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: configuration settings for the learn more section. gsb_feature_program_ct.ds.inc | 220 ++++++++++++++++---- gsb_feature_program_ct.features.field_instance.inc | 221 ++++++++++++++++++--- gsb_feature_program_ct.field_group.inc | 41 +++- gsb_feature_program_ct.info | 6 + gsb_feature_program_ct.strongarm.inc | 18 +- 5 files changed, 430 insertions(+), 76 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6662 Added 'Application Requirements' to list of hidden vtabs js/gsb_feature_program_ct.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6662 Added 'Application Requirements' to list of hidden vtabs js/gsb_feature_program_ct.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6729 Changed text of Overview vtab to be Overview Text gsb_feature_program_ct.field_group.inc | 17 ++++++++++------- gsb_feature_program_ct.info | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6730 Changing label of vertical tab from Program Lead to Program Contact gsb_feature_program_ct.field_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6717 Adding to query used by Explore More to only show instances with dates in the future gsb_feature_program_ct.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6716 Added program location category to list of links at end of extra field for field instances gsb_feature_program_ct.module | 61 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6719 Added check to only add Program Schedule block if there is a schedule gsb_feature_program_ct.module | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6715 Added new extra field gsb_program_show_all_programs gsb_feature_program_ct.module | 58 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer, 5 months ago WP-6662 Added cleanupFieldsets to show/hide specific horizontal and vertical tabs dynamically js/gsb_feature_program_ct.js | 60 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer, 5 months ago WP-6662 Added code to add gsb_feature_program_ct.js and show/hide field_image_key_image gsb_feature_program_ct.module | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6662 Added cleanupFieldsets to show/hide specific horizontal and vertical tabs dynamically js/gsb_feature_program_ct.js | 60 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6662 Added code to add gsb_feature_program_ct.js and show/hide field_image_key_image gsb_feature_program_ct.module | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing an issue with blurb markup gsb_feature_program_ct.module | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing an issue with blurb markup gsb_feature_program_ct.module | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Switch links to have "open in new window" checkbox option gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Switch links to have "open in new window" checkbox option gsb_feature_program_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6588: theme explore related programs. gsb_feature_program_ct.ds.inc | 43 ++++++++++++-- gsb_feature_program_ct.features.field_instance.inc | 66 +++++++++++----------- gsb_feature_program_ct.field_group.inc | 2 +- gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.module | 2 +- gsb_feature_program_ct.strongarm.inc | 28 ++++++++- 6 files changed, 99 insertions(+), 43 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6588: theme explore related programs. gsb_feature_program_ct.ds.inc | 43 ++++++++++++-- gsb_feature_program_ct.features.field_instance.inc | 68 +++++++++++----------- gsb_feature_program_ct.field_group.inc | 2 +- gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.module | 2 +- gsb_feature_program_ct.strongarm.inc | 28 ++++++++- 6 files changed, 100 insertions(+), 44 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6679 Removing field instance field_app_requirements_intro gsb_feature_program_ct.features.field_instance.inc | 159 --------------------- gsb_feature_program_ct.field_group.inc | 1 - gsb_feature_program_ct.info | 5 +- 3 files changed, 2 insertions(+), 163 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6683 Changing code to not add Show Info if one or less Program Instances gsb_feature_program_ct.module | 7 ++++++- js/gsb_feature_program_ct.js | 40 ++++++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6690 Changed the code used to output piped strings gsb_feature_program_ct.module | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6683 Adding new code to expand/collapse the instance-information sections gsb_feature_program_ct.module | 97 ++++++++++++++++++++----------------------- js/gsb_feature_program_ct.js | 45 ++++++++++++++++++++ 2 files changed, 89 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixes a small issue where the date value can be null gsb_feature_program_ct.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: show deadline date. gsb_feature_program_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: show deadline date. gsb_feature_program_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6631 Removing field instances: field_video_description, field_learn_more_video_title, and field_video_url gsb_feature_program_ct.features.field_instance.inc | 407 --------------------- gsb_feature_program_ct.field_group.inc | 7 +- gsb_feature_program_ct.info | 5 +- 3 files changed, 3 insertions(+), 416 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6658 Handling some empty cases causing errors gsb_feature_program_ct.module | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6577 Added new extra fields function gsb_feature_program_ct_topics_location_category gsb_feature_program_ct.module | 198 +++++++++++++++++++++++++++++++++++------- 1 file changed, 168 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: add deadlines. gsb_feature_program_ct.module | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: add wrappers for instance block theming. gsb_feature_program_ct.module | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: add deadlines. gsb_feature_program_ct.module | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: add wrappers for instance block theming. gsb_feature_program_ct.module | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6676 Added extra fields for rendering blurbs gsb_feature_program_ct.module | 151 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6676 Added extra fields for rendering blurbs gsb_feature_program_ct.module | 151 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6666 Added method to look-up the most current program instances related to each of these programs gsb_feature_program_ct.module | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: add an extra wrapper. gsb_feature_program_ct.ds.inc | 2 +- gsb_feature_program_ct.features.field_instance.inc | 2 +- gsb_feature_program_ct.module | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6631: update video display. gsb_feature_program_ct.ds.inc | 47 +++++++++++++--------- gsb_feature_program_ct.features.field_instance.inc | 43 +++++--------------- 2 files changed, 38 insertions(+), 52 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6666 Added method to look-up the most current program instances related to each of these programs gsb_feature_program_ct.module | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: add an extra wrapper. gsb_feature_program_ct.ds.inc | 2 +- gsb_feature_program_ct.features.field_instance.inc | 2 +- gsb_feature_program_ct.module | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6675 Changing the config id to taxonomy-key_program_topic gsb_feature_program_ct.features.field_instance.inc | 7 +--- gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.strongarm.inc | 37 +++++++++++++++++++++- 3 files changed, 38 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6631: update video display. gsb_feature_program_ct.ds.inc | 47 +++++++++++++--------- gsb_feature_program_ct.features.field_instance.inc | 43 +++++--------------- 2 files changed, 38 insertions(+), 52 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6660 Adding a limit of 3 items for the Key Topics field on Program CT gsb_feature_program_ct.info | 3 ++- gsb_feature_program_ct.strongarm.inc | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6667 Added new curriculum and participant edit field instances gsb_feature_program_ct.features.field_instance.inc | 196 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 2 + gsb_feature_program_ct.info | 2 + gsb_feature_program_ct.module | 52 +++++- 4 files changed, 242 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6631 Hiding the older video fields. Removing the add-more and remove buttons. Removing required from video title gsb_feature_program_ct.module | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6631 Adding field field_video. After testing this will replace other video related fields gsb_feature_program_ct.ds.inc | 24 +-- gsb_feature_program_ct.features.field_instance.inc | 161 ++++++++++++++++----- gsb_feature_program_ct.field_group.inc | 3 +- gsb_feature_program_ct.info | 5 +- gsb_feature_program_ct.strongarm.inc | 6 +- 5 files changed, 149 insertions(+), 50 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing up an issue with the last merge gsb_feature_program_ct.ds.inc | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Added new group group_additional_pages and some form alters. Also removed field instance field_additional_page_prefix gsb_feature_program_ct.ds.inc | 29 +----- gsb_feature_program_ct.features.field_instance.inc | 114 +++------------------ gsb_feature_program_ct.field_group.inc | 71 +++++++++---- gsb_feature_program_ct.info | 2 +- gsb_feature_program_ct.module | 21 +++- gsb_feature_program_ct.strongarm.inc | 2 +- 6 files changed, 85 insertions(+), 154 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Added new group group_additional_pages and some form alters. Also removed field instance field_additional_page_prefix gsb_feature_program_ct.ds.inc | 38 +++---- gsb_feature_program_ct.features.field_instance.inc | 114 +++------------------ gsb_feature_program_ct.field_group.inc | 71 +++++++++---- gsb_feature_program_ct.info | 2 +- gsb_feature_program_ct.module | 21 +++- gsb_feature_program_ct.strongarm.inc | 2 +- 6 files changed, 104 insertions(+), 144 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: add custom ds field. gsb_feature_program_ct.ds.inc | 27 +++++++++++++++++++++++++++ gsb_feature_program_ct.info | 1 + 2 files changed, 28 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: add faculty leadership. gsb_feature_program_ct.ds.inc | 37 +++++++++---- gsb_feature_program_ct.features.field_instance.inc | 64 +++++++++++----------- gsb_feature_program_ct.field_group.inc | 2 +- gsb_feature_program_ct.module | 12 +--- gsb_feature_program_ct.strongarm.inc | 23 +++++++- 5 files changed, 83 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6630 Added code to render the field_faculty_directors field collection - take 2 gsb_feature_program_ct.module | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago Added code to render the field_faculty_directors field collection - take 2 gsb_feature_program_ct.module | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago Added code to render the field_faculty_directors field collection gsb_feature_program_ct.module | 81 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago Added code to render the field_faculty_directors field collection gsb_feature_program_ct.module | 100 +++++++++++++++++++-- ...sb-feature-program-ct-ee-section-header.tpl.php | 8 +- 2 files changed, 99 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6658 Added some empty checking to avoid warnings and sql error gsb_feature_program_ct.module | 20 +++++++++++++------- .../gsb-feature-program-ct-ee-section-header.tpl.php | 8 +++++--- 2 files changed, 18 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6630 Added a url pattern for program ct gsb_feature_program_ct.info | 2 +- gsb_feature_program_ct.strongarm.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6645 Switched from follow-us to social-buttons ee_section_header.theme.inc | 8 +++++++- templates/gsb-feature-program-ct-ee-section-header.tpl.php | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6652 Changed ee_section_header to load the program node related to the program-panelized-page ee_section_header.theme.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6641: update apply button markup. .../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6623 Adding a bit more empty checking for the ee section header ee_section_apply_brochure.theme.inc | 4 ++++ templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6623 Adding a bit more empty checking for the ee section header ee_section_apply_brochure.theme.inc | 4 ++++ templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6623 Add some handling for empty fields ee_section_apply_brochure.theme.inc | 2 ++ ee_section_header.theme.inc | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6623 Add some handling for empty fields ee_section_apply_brochure.theme.inc | 2 ++ ee_section_header.theme.inc | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6640: update template for menu block. .../gsb-feature-program-ct-ee-section-header.tpl.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6633: initial configuration for overview. gsb_feature_program_ct.ds.inc | 116 ++++++- gsb_feature_program_ct.features.field_instance.inc | 352 ++++++++++++++++++--- gsb_feature_program_ct.field_group.inc | 62 ++++ gsb_feature_program_ct.info | 4 + gsb_feature_program_ct.module | 6 +- gsb_feature_program_ct.strongarm.inc | 25 ++ 6 files changed, 511 insertions(+), 54 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6576 Adding more instances fields to better match the ui requirements gsb_feature_program_ct.module | 136 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 128 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6641: update apply button markup. .../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6640: update template for menu block. .../gsb-feature-program-ct-ee-section-header.tpl.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6633: initial configuration for overview. gsb_feature_program_ct.ds.inc | 116 ++++++- gsb_feature_program_ct.features.field_instance.inc | 352 ++++++++++++++++++--- gsb_feature_program_ct.field_group.inc | 62 ++++ gsb_feature_program_ct.info | 4 + gsb_feature_program_ct.module | 8 +- gsb_feature_program_ct.strongarm.inc | 25 ++ 6 files changed, 512 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6576 Fixxin a bug with the logic flow on this if statement gsb_feature_program_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6623 Moved the apply/brochure elements out into their own block ee_section_apply_brochure.theme.inc | 42 ++++++++++++++++++++++ ee_section_header.theme.inc | 34 ------------------ gsb_feature_program_ct.module | 11 ++++++ ...re-program-ct-ee-section-apply-brochure.tpl.php | 9 +++++ ...sb-feature-program-ct-ee-section-header.tpl.php | 7 ---- 5 files changed, 62 insertions(+), 41 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6623 Added new template for ee section header ee_section_header.theme.inc | 2 +- gsb_feature_program_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6623 Added new template for ee section header ee_section_header.theme.inc | 47 ++++++++++++++++++++++ gsb_feature_program_ct.module | 19 +++++++-- ...sb-feature-program-ct-ee-section-header.tpl.php | 23 +++++++++++ .../gsb-feature-program-ct-program-menu.tpl.php | 3 ++ .../gsb-freature-program-ct-program-menu.tpl.php | 3 -- 5 files changed, 88 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6598: configure overview display. gsb_feature_program_ct.ds.inc | 212 ++++++++++++ gsb_feature_program_ct.features.field_instance.inc | 378 ++++++++------------- gsb_feature_program_ct.info | 4 +- gsb_feature_program_ct.strongarm.inc | 3 + 4 files changed, 352 insertions(+), 245 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6576 Added new extra field gsb_program_program_instance_fields gsb_feature_program_ct.module | 132 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6598: configure overview display. gsb_feature_program_ct.ds.inc | 212 ++++++++++++ gsb_feature_program_ct.features.field_instance.inc | 378 ++++++++------------- gsb_feature_program_ct.info | 4 +- gsb_feature_program_ct.strongarm.inc | 3 + 4 files changed, 352 insertions(+), 245 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6549 Making gsb_program_explore_more not visible for the teaser gsb_feature_program_ct.features.field_instance.inc | 88 +++++++++++----------- gsb_feature_program_ct.info | 4 +- gsb_feature_program_ct.strongarm.inc | 9 ++- 3 files changed, 54 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6549 Adding "Expore More" extra field to the Program CT gsb_feature_program_ct.module | 114 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Removing new groups group_faculty1 and group_faculty2 (should be in Program Instance gsb_feature_program_ct.field_group.inc | 59 ---------------------------------- gsb_feature_program_ct.info | 2 -- 2 files changed, 61 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding new groups group_faculty1 and group_faculty2 gsb_feature_program_ct.field_group.inc | 59 ++++++++++++++++++++++++++++++++++ gsb_feature_program_ct.info | 3 ++ 2 files changed, 62 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Removing group_featured_item from program ct gsb_feature_program_ct.field_group.inc | 28 ---------------------------- gsb_feature_program_ct.info | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Several small changes related to intro text, etc gsb_feature_program_ct.features.field_instance.inc | 309 ++++++++++++++++----- gsb_feature_program_ct.field_group.inc | 112 ++++++-- gsb_feature_program_ct.info | 10 +- gsb_feature_program_ct.strongarm.inc | 2 +- 4 files changed, 330 insertions(+), 103 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6573: label for program category should use short name. gsb_feature_program_ct.features.field_instance.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding check on node form alter to check if type is "program" gsb_feature_program_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6573: label for program category should use short name. gsb_feature_program_ct.features.field_instance.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding field instance for markup prefix fields, which are used as labels gsb_feature_program_ct.features.field_instance.inc | 214 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 28 +-- gsb_feature_program_ct.info | 2 + gsb_feature_program_ct.module | 2 + 4 files changed, 213 insertions(+), 33 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding new field instance for field_image_or_video gsb_feature_program_ct.features.field_instance.inc | 112 +++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 1 + gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.module | 33 ++++++ gsb_feature_program_ct.strongarm.inc | 2 +- 5 files changed, 142 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Removing group_admin_details which has lived past its usefullness. RIP. gsb_feature_program_ct.field_group.inc | 31 ------------------------------- gsb_feature_program_ct.info | 2 -- 2 files changed, 33 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Some small adjustments in grouping the overview fields gsb_feature_program_ct.field_group.inc | 29 ----------------------------- gsb_feature_program_ct.info | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Some small adjustments in grouping the overview fields gsb_feature_program_ct.features.field_instance.inc | 18 +++++++++--------- gsb_feature_program_ct.field_group.inc | 22 +++++++++++----------- gsb_feature_program_ct.info | 6 +++++- 3 files changed, 25 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding new field instances, field groups, h and v tabs gsb_feature_program_ct.features.field_instance.inc | 641 ++++++++++++--------- gsb_feature_program_ct.field_group.inc | 295 ++++++++-- gsb_feature_program_ct.info | 14 +- gsb_feature_program_ct.strongarm.inc | 10 +- 4 files changed, 607 insertions(+), 353 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: add label and teaser to program in related. gsb_feature_program_ct.ds.inc | 26 +++- gsb_feature_program_ct.features.field_instance.inc | 161 +++++++++++---------- gsb_feature_program_ct.field_group.inc | 34 +++++ gsb_feature_program_ct.info | 1 + gsb_feature_program_ct.strongarm.inc | 12 +- 5 files changed, 142 insertions(+), 92 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6492: update the program block. gsb_feature_program_ct.ds.inc | 15 +++++++++++++++ gsb_feature_program_ct.features.field_instance.inc | 11 +++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6389 Adding h and v tabs for the Program CT gsb_feature_program_ct.features.field_instance.inc | 72 ++-- gsb_feature_program_ct.field_group.inc | 441 ++++++++++++++++++++- gsb_feature_program_ct.info | 17 +- gsb_feature_program_ct.module | 2 + gsb_feature_program_ct.strongarm.inc | 12 +- 5 files changed, 489 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6389 Adding h and v tabs for the Program CT gsb_feature_program_ct.features.field_instance.inc | 72 ++-- gsb_feature_program_ct.field_group.inc | 441 ++++++++++++++++++++- gsb_feature_program_ct.info | 17 +- gsb_feature_program_ct.module | 2 + gsb_feature_program_ct.strongarm.inc | 12 +- 5 files changed, 489 insertions(+), 55 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6492: update the program block. gsb_feature_program_ct.ds.inc | 15 +++++++++++++++ gsb_feature_program_ct.features.field_instance.inc | 11 +++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6506: add new view modes. gsb_feature_program_ct.ds.inc | 141 ++++- gsb_feature_program_ct.features.field_instance.inc | 591 +++++++++++++++++++-- gsb_feature_program_ct.info | 6 + gsb_feature_program_ct.strongarm.inc | 6 + 4 files changed, 691 insertions(+), 53 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6537 Adding new fields instances field_curriculum_intro _description_1 and _description_2 gsb_feature_program_ct.features.field_instance.inc | 445 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 12 +- gsb_feature_program_ct.info | 4 + gsb_feature_program_ct.strongarm.inc | 9 +- 4 files changed, 447 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6537 Adding new fields instances field_curriculum_intro _description_1 and _description_2 gsb_feature_program_ct.features.field_instance.inc | 469 ++++++++++++++++++++- gsb_feature_program_ct.field_group.inc | 12 +- gsb_feature_program_ct.info | 4 + gsb_feature_program_ct.strongarm.inc | 9 +- 4 files changed, 471 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: update the view mode used for related. gsb_feature_program_ct.features.field_instance.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: configure related block. gsb_feature_program_ct.ds.inc | 97 +++++- gsb_feature_program_ct.features.field_instance.inc | 344 ++++++++++++++++++--- gsb_feature_program_ct.field_group.inc | 33 ++ gsb_feature_program_ct.info | 3 + gsb_feature_program_ct.strongarm.inc | 2 +- 5 files changed, 427 insertions(+), 52 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: update the view mode used for related. gsb_feature_program_ct.features.field_instance.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: configure related block. gsb_feature_program_ct.ds.inc | 97 +++++- gsb_feature_program_ct.features.field_instance.inc | 360 ++++++++++++++++++--- gsb_feature_program_ct.field_group.inc | 33 ++ gsb_feature_program_ct.info | 3 + gsb_feature_program_ct.strongarm.inc | 2 +- 5 files changed, 441 insertions(+), 54 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago Removing field instances for field_program_small_teams and field_pathauto_title_alias gsb_feature_program_ct.features.field_instance.inc | 150 --------------------- gsb_feature_program_ct.info | 7 +- 2 files changed, 4 insertions(+), 153 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6512 Changes settings for url alias, wb moderation, menu etc for program ct gsb_feature_program_ct.strongarm.inc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6504: export field view modes. gsb_feature_program_ct.ds.inc | 363 +++++++ gsb_feature_program_ct.features.field_instance.inc | 1037 +++++++++++++++++++- gsb_feature_program_ct.features.inc | 3 + gsb_feature_program_ct.info | 14 + gsb_feature_program_ct.strongarm.inc | 108 +- 5 files changed, 1503 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6512 A little code cleanup. program_menu.theme.inc | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6504: export field view modes. gsb_feature_program_ct.ds.inc | 363 ++++++++ gsb_feature_program_ct.features.field_instance.inc | 990 ++++++++++++++++++++- gsb_feature_program_ct.features.inc | 3 + gsb_feature_program_ct.info | 14 + gsb_feature_program_ct.strongarm.inc | 108 ++- 5 files changed, 1454 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6512 Adding new block for program menu. program_menu.theme.inc | 61 ++++++++++++++++++++++ .../gsb-freature-program-ct-program-menu.tpl.php | 3 ++ 2 files changed, 64 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6512 Adding new block for program menu. gsb_feature_program_ct.module | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6498 Added new field instances field_overview, field_page_link and fc field_additional_pages gsb_feature_program_ct.features.field_instance.inc | 282 +++++++++++++++++---- gsb_feature_program_ct.field_group.inc | 18 +- gsb_feature_program_ct.info | 4 +- 3 files changed, 238 insertions(+), 66 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago Changed all the fields with markdown to have markdown with resources gsb_feature_program_ct.features.field_instance.inc | 8 +++---- gsb_feature_program_ct.field_group.inc | 25 +++++++++++++++------- gsb_feature_program_ct.info | 2 +- 3 files changed, 22 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Added code to set the Program reference (target_id) to refer back the parent Program gsb_feature_program_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Added code to set the in-place editor option for the panelized page gsb_feature_program_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6337 Added pathauto pattern for the Program CT gsb_feature_program_ct.info | 3 ++- gsb_feature_program_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer, 7 months ago WP-6337 Added functions to create the associated PPP (Program Panelized Pages) gsb_feature_program_ct.module | 75 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago Adding search fields gsb_feature_program_ct.features.field_instance.inc | 89 +++++++++++++++++++++- gsb_feature_program_ct.info | 5 +- gsb_feature_program_ct.strongarm.inc | 13 +++- 3 files changed, 101 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6389 Adding new fieldgroups for the program ct gsb_feature_program_ct.features.field_instance.inc | 177 +++++++++++++-------- gsb_feature_program_ct.field_group.inc | 150 ++++++++++++++++- gsb_feature_program_ct.info | 12 ++ gsb_feature_program_ct.strongarm.inc | 9 +- 4 files changed, 279 insertions(+), 69 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6399 Adding new field instances for Program CT gsb_feature_program_ct.features.field_instance.inc | 2571 ++++++++++++++++++-- gsb_feature_program_ct.field_group.inc | 2 +- gsb_feature_program_ct.info | 30 + gsb_feature_program_ct.strongarm.inc | 6 +- 4 files changed, 2450 insertions(+), 159 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago WP-6292 Adding new Program CT fields gsb_feature_program_ct.features.field_instance.inc | 462 +++++++++++++++++++++ gsb_feature_program_ct.features.inc | 35 ++ gsb_feature_program_ct.field_group.inc | 42 ++ gsb_feature_program_ct.info | 37 ++ gsb_feature_program_ct.module | 37 ++ gsb_feature_program_ct.strongarm.inc | 95 +++++ 6 files changed, 708 insertions(+) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_diptych_fpp =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6085: link left diptych image. gsb_feature_diptych_fpp.features.field_instance.inc | 20 ++++++++++---------- gsb_feature_diptych_fpp.info | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6066: add wrapper class. gsb_feature_diptych_fpp.ds.inc | 3 + ...feature_diptych_fpp.features.field_instance.inc | 78 ++++------------------ gsb_feature_diptych_fpp.field_group.inc | 4 +- 3 files changed, 18 insertions(+), 67 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text for image field gsb_feature_diptych_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_diptych_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4455 Changing widget from media to image gsb_feature_diptych_fpp.features.field_instance.inc | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_working_paper_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Activated ajax at view level gsb_feature_working_paper_display.info | 2 +- gsb_feature_working_paper_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_working_paper_display.info | 2 +- gsb_feature_working_paper_display.module | 18 ++++++++++++++++++ gsb_feature_working_paper_display.views_default.inc | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_working_paper_display.info | 2 +- ...feature_working_paper_display.views_default.inc | 58 +++++++++++++++++++++- 2 files changed, 58 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-5968 changed the link to download wp to use auth gsb_feature_working_paper_display_handler_field_has_pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_working_paper_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_working_paper_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view display errors gsb_feature_working_paper_display.views_default.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5670 modified view to use entity reference to fix view mode issue gsb_feature_working_paper_display.info | 6 +++--- gsb_feature_working_paper_display.views_default.inc | 8 +------- 2 files changed, 4 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Removed Display link and Display Comment checkboxes gsb_feature_working_paper_display.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5640 Fixed the field order.WP-5608 Fixed the view mode. gsb_feature_working_paper_display.module | 11 +++++++---- gsb_feature_working_paper_display.views_default.inc | 13 +++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Added view display mode-compact and expanded gsb_feature_working_paper_display.info | 3 +- gsb_feature_working_paper_display.module | 9 ++ ...feature_working_paper_display.views_default.inc | 164 +++++++++++++++++++-- 3 files changed, 163 insertions(+), 13 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5481 add view no result message gsb_feature_working_paper_display.views_default.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5479 fix the operator to AND for view filter gsb_feature_working_paper_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 fix the view settings gsb_feature_working_paper_display.views_default.inc | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 add circle to working paper list ...feature_working_paper_display.views_default.inc | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_working_paper_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 fix the view settings gsb_feature_working_paper_display.views_default.inc | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 add circle to working paper list ...feature_working_paper_display.views_default.inc | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5476 Small adjustment is the weights for title and url fields gsb_feature_working_paper_display.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_working_paper_display.module | 42 ++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove see all footer gsb_feature_working_paper_display.views_default.inc | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4835: update working paper display. gsb_feature_working_paper_display.info | 1 + gsb_feature_working_paper_display.views_default.inc | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4831 add new view and content pane for working papers gsb_feature_working_paper_display.info | 5 +- gsb_feature_working_paper_display.module | 21 ++ ...feature_working_paper_display.views_default.inc | 376 +++++++++++++++++++++ 3 files changed, 400 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Working Papers gsb_feature_working_paper_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - working papers listing gsb_feature_working_paper_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4340 Removing pager for the working paper listing gsb_feature_working_paper_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3664: Add a modal delete link to views. gsb_feature_working_paper_display.views_default.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3575 Removed references to field_first_name_value and field_person_fac_single_ref gsb_feature_working_paper_display.views_default.inc | 18 ------------------ 1 file changed, 18 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3509: update class name and feature. gsb_feature_working_paper_display.info | 2 +- gsb_feature_working_paper_display.views_default.inc | 2 +- gsb_feature_working_paper_display_handler_field_has_pdf.inc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3569 Moved from code from ct to display gsb_feature_working_paper_display.info | 3 +- gsb_feature_working_paper_display.module | 13 ++++++++ ...working_paper_display_handler_field_has_pdf.inc | 38 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3569 Changes to the EVA listing for adding the download button gsb_feature_working_paper_display.views_default.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3553: Make views use distinct. gsb_feature_working_paper_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago WP-3363: wokring paper with only faculty authors gsb_feature_working_paper_display.info | 2 +- ...feature_working_paper_display.views_default.inc | 34 +++++++++++++++++----- 2 files changed, 28 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3442: Switch EVA show_on to single value. gsb_feature_working_paper_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3421: Remove messages header. gsb_feature_working_paper_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_working_paper_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_working_paper_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3363 working papers with faculty authors gsb_feature_working_paper_display.info | 2 +- gsb_feature_working_paper_display.views_default.inc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update working papers eva. ...feature_working_paper_display.views_default.inc | 46 +++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3298 Changes related to new year field ...feature_working_paper_display.views_default.inc | 125 +++++++++++++-------- 1 file changed, 77 insertions(+), 48 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: Remove table-level sort to respect sort handlers. gsb_feature_working_paper_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: List EVA views by publication date. gsb_feature_working_paper_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3130: Unlink titles in EVA forms. gsb_feature_working_paper_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3188: Remove unneeded arguments. gsb_feature_working_paper_display.info | 2 +- gsb_feature_working_paper_display.views_default.inc | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3084: Add empty text to working paper form EVA. gsb_feature_working_paper_display.views_default.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3088:Add support for visibiltiy in detail page of faculty. ...feature_working_paper_display.views_default.inc | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2987: Allow the faculty member to set the visibilty. gsb_feature_working_paper_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3053: Adjust views for new options. gsb_feature_working_paper_display.info | 4 +- ...feature_working_paper_display.views_default.inc | 86 ++++++++++------------ 2 files changed, 42 insertions(+), 48 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3047: update the authors field on listing. ...feature_working_paper_display.views_default.inc | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2982 Added new view EVA Field Form ...feature_working_paper_display.views_default.inc | 173 +++++++++++++++++++++ 1 file changed, 173 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2883: update author and year field. gsb_feature_working_paper_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2780 Changed Sort Criteria the Working Paper EVA and Listing views gsb_feature_working_paper_display.views_default.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2780 Changed Sort Criteria the Working Paper EVA and Listing views gsb_feature_working_paper_display.views_default.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Change identifiers for filters. Remove unused filter. Change pane category to other. gsb_feature_working_paper_display.info | 3 +- ...feature_working_paper_display.views_default.inc | 79 ++++++++++++++++++++-- 2 files changed, 74 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: remove old listing class. gsb_feature_working_paper_display.views_default.inc | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: update filter and view mode settings. ...feature_working_paper_display.views_default.inc | 43 +++++++++++++++++++--- 1 file changed, 37 insertions(+), 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2597: Update working papers list to have both filters. ...feature_working_paper_display.views_default.inc | 23 ++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2717: add show-more-show-less class to eva. gsb_feature_working_paper_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2540: change view mode. gsb_feature_working_paper_display.views_default.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2540: add teaser listing view mode. gsb_feature_working_paper_display.ds.inc | 23 +++++++++++++++++++++++ gsb_feature_working_paper_display.features.inc | 9 +++++++++ gsb_feature_working_paper_display.info | 2 ++ 3 files changed, 34 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2597: Add listing content pane. gsb_feature_working_paper_display.info | 4 + ...feature_working_paper_display.views_default.inc | 102 +++++++++++++++++++++ 2 files changed, 106 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2541: make fields changes for working paper eva. ...feature_working_paper_display.views_default.inc | 65 ++++++++++++++++++++-- 1 file changed, 59 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2502 Added view gsb_working_paper_listing gsb_feature_working_paper_display.features.inc | 12 +++ gsb_feature_working_paper_display.info | 11 +++ gsb_feature_working_paper_display.module | 7 ++ ...feature_working_paper_display.views_default.inc | 97 ++++++++++++++++++++++ 4 files changed, 127 insertions(+) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_case_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 enabled ajax at view level gsb_feature_case_display.info | 2 +- gsb_feature_case_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_case_display.info | 2 +- gsb_feature_case_display.module | 11 ++++++++++- gsb_feature_case_display.views_default.inc | 10 ++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_case_display.info | 2 +- gsb_feature_case_display.module | 11 ++++++++++- gsb_feature_case_display.views_default.inc | 10 ++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-6224: update year token. gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6124 View changes to move from using field_year to field_year_of_publication gsb_feature_case_display.views_default.inc | 70 +++++++++++++++--------------- 1 file changed, 36 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6124 Changin sort to use new field field_year_of_publication_value gsb_feature_case_display.views_default.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_case_display.info | 4 +-- gsb_feature_case_display.views_default.inc | 58 +++++++++++++++++++++++++++++- 2 files changed, 59 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_case_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_case_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view errors display gsb_feature_case_display.views_default.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5670 modified view to use entity reference to fix view mode issue gsb_feature_case_display.info | 4 ++-- gsb_feature_case_display.views_default.inc | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Removed Display link and Display Comment checkboxes gsb_feature_case_display.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5640 Fixed the field order.WP-5608 Fixed the view mode. gsb_feature_case_display.module | 10 +- gsb_feature_case_display.views_default.inc | 142 ++++++++++++++++++++++++++++- 2 files changed, 144 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Added view display mode-compact and expanded gsb_feature_case_display.info | 2 +- gsb_feature_case_display.module | 9 +++++++++ gsb_feature_case_display.views_default.inc | 12 +++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5513 WP-5519 Added circle taxonomy to customizable and non-customizable content pane list gsb_feature_case_display.info | 2 +- gsb_feature_case_display.views_default.inc | 538 ++++++++++++++++++++++++++++- 2 files changed, 526 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5479 fix the operator to AND for view filter gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_case_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5476 Small adjustment is the weights for title and url fields gsb_feature_case_display.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_case_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_case_display.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_case_display.module | 50 ++++++++++++++++++++++++++++++++++------- 1 file changed, 42 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove see all footer gsb_feature_case_display.views_default.inc | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5310 add faculty author to cases multiple criteria gsb_feature_case_display.info | 4 +-- gsb_feature_case_display.module | 1 + gsb_feature_case_display.views_default.inc | 58 ++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5295 fix the cases filter sorting gsb_feature_case_display.views_default.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5069 update the sort criteria for case filters gsb_feature_case_display.views_default.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4902 show distinct results for case filters gsb_feature_case_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Cases:Multiple Criteria gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Cases gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - cases listing gsb_feature_case_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - Cases gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4533 remove author criterion gsb_feature_case_display.info | 4 +-- gsb_feature_case_display.views_default.inc | 55 ------------------------------ 2 files changed, 2 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove Panopoly Items gsb_feature_case_display.install | 18 ------------------ 1 file changed, 18 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4533 remove author criterion gsb_feature_case_display.info | 4 +-- gsb_feature_case_display.views_default.inc | 55 ------------------------------ 2 files changed, 2 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4548 Added check for exposed arguments gsb_feature_case_display.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4519 remove fixed value for contextual filters for case filters gsb_feature_case_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4159 updates to case filter view gsb_feature_case_display.install | 18 ++++++++ gsb_feature_case_display.module | 14 ++++++ gsb_feature_case_display.views_default.inc | 71 +++++++++++++++++++++++++++--- 3 files changed, 96 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4495 update the sorting for case listing gsb_feature_case_display.views_default.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4401 Added contextual filter for Nid gsb_feature_case_display.views_default.inc | 132 +++++++++++++++++++---------- 1 file changed, 86 insertions(+), 46 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4401 A little empty error checkin' gsb_feature_case_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4401 Added handling for Nid contextual filterin' gsb_feature_case_display.module | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3504: update case number position. gsb_feature_case_display.views_default.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3601 Added filter on product_type gsb_feature_case_display.views_default.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3149: Altered the form to adjust the labels and group the filters. gsb_feature_case_display.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3149: Altered the form to adjust the labels and group the filters. gsb_feature_case_display.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3427: update the label to additional topics. gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3419: update the filter labels. gsb_feature_case_display.views_default.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Added new exposed filters to list display gsb_feature_case_display.views_default.inc | 217 +++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Added new exposed filters to list display gsb_feature_case_display.views_default.inc | 217 +++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3442: Switch EVA show_on to single value. gsb_feature_case_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3421: Remove messages header. gsb_feature_case_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3068: remove pdf link from eva. gsb_feature_case_display.views_default.inc | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: Remove table-level sort to respect sort handlers. gsb_feature_case_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: List EVA views by publication date. gsb_feature_case_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3130: Unlink titles in EVA forms. gsb_feature_case_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3188: Remove old field. gsb_feature_case_display.info | 2 +- gsb_feature_case_display.views_default.inc | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3084: Add empty text to case form EVA. gsb_feature_case_display.views_default.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3088:Add support for visibiltiy in detail page of faculty. gsb_feature_case_display.views_default.inc | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2988: Allow the faculty member to set the visibilty. gsb_feature_case_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3053: Adjust views for new options. gsb_feature_case_display.info | 4 +- gsb_feature_case_display.views_default.inc | 87 ++++++++++++++---------------- 2 files changed, 43 insertions(+), 48 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2981 Added new view EVA Field Form gsb_feature_case_display.views_default.inc | 173 +++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2883: update the year field on case eva. gsb_feature_case_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2805: Refine Cases content pane exposed form. gsb_feature_case_display.views_default.inc | 61 ++++-------------------------- 1 file changed, 7 insertions(+), 54 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2803: display case number inline. gsb_feature_case_display.views_default.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: add class for pane. gsb_feature_case_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: update view settings for pane. gsb_feature_case_display.views_default.inc | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: add class for pane. gsb_feature_case_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2702 Added item # to the Case EVA gsb_feature_case_display.views_default.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: update view settings for pane. gsb_feature_case_display.views_default.inc | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2781 Added publication year to eva view gsb_feature_case_display.views_default.inc | 57 ++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2781 Changed Sort Criteria for the Case EVA and Listing views gsb_feature_case_display.views_default.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Change identifiers for filters. Remove unused filter. Change pane category to other. gsb_feature_case_display.info | 4 ++-- gsb_feature_case_display.views_default.inc | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2598: update view mode for listing. gsb_feature_case_display.views_default.inc | 80 ++++++++++++++++++++++++++---- 1 file changed, 71 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2596: Make listing for cases. gsb_feature_case_display.info | 2 + gsb_feature_case_display.views_default.inc | 156 +++++++++++++++++++++++++++++ 2 files changed, 158 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2596: Make listing for cases. gsb_feature_case_display.info | 2 + gsb_feature_case_display.views_default.inc | 156 +++++++++++++++++++++++++++++ 2 files changed, 158 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2717: add show-more-show-less class to eva. gsb_feature_case_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2691 New content pane view for adding pane of filtered list of Cases gsb_feature_case_display.info | 7 +- gsb_feature_case_display.views_default.inc | 317 +++++++++++++++++++++++++++++ 2 files changed, 322 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2541: remove the pager setting. gsb_feature_case_display.views_default.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2541: change fields and configure. gsb_feature_case_display.info | 11 ++------- gsb_feature_case_display.views_default.inc | 37 +++++++++++++++++++++++++----- 2 files changed, 33 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2501 Adding the new gsb_case_listing view gsb_feature_case_display.info | 3 ++ gsb_feature_case_display.views_default.inc | 83 ++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Corrected the package to be GSB gsb_feature_case_display.info | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2501 Adding the new gsb_case_listing view gsb_feature_case_display.info | 5 +- gsb_feature_case_display.views_default.inc | 83 ++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Initial commit gsb_feature_case_display.features.inc | 12 ++++ gsb_feature_case_display.info | 11 ++++ gsb_feature_case_display.module | 7 ++ gsb_feature_case_display.views_default.inc | 102 +++++++++++++++++++++++++++++ 4 files changed, 132 insertions(+) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_pr_contact =========================================== view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4635 Changing text for email link to be 'Email' gsb_feature_pr_contact.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4510 Changing formatter to use email_contact_link with redirect to referer gsb_feature_pr_contact.features.field_instance.inc | 10 ++++++---- gsb_feature_pr_contact.info | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4127: export field group. gsb_feature_pr_contact.features.inc | 3 +++ gsb_feature_pr_contact.field_group.inc | 45 ++++++++++++++++++++++++++++++++++ gsb_feature_pr_contact.info | 3 +++ 3 files changed, 51 insertions(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4127: export field group. gsb_feature_pr_contact.features.inc | 3 +++ gsb_feature_pr_contact.field_group.inc | 45 ++++++++++++++++++++++++++++++++++ gsb_feature_pr_contact.info | 3 +++ 3 files changed, 51 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4127: update pr contact display settings. gsb_feature_pr_contact.ds.inc | 29 ++++++---------------- gsb_feature_pr_contact.features.field_instance.inc | 11 +++----- 2 files changed, 11 insertions(+), 29 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4127: update pr contact display settings. gsb_feature_pr_contact.ds.inc | 29 ++++++---------------- gsb_feature_pr_contact.features.field_instance.inc | 11 +++----- 2 files changed, 11 insertions(+), 29 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4126 remove description for pr contact gsb_feature_pr_contact.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4108: export pr contact display settings. gsb_feature_pr_contact.ds.inc | 183 +++++++++++++++++++++ gsb_feature_pr_contact.features.field_instance.inc | 25 +-- gsb_feature_pr_contact.features.inc | 14 ++ gsb_feature_pr_contact.info | 6 + gsb_feature_pr_contact.module | 4 +- 5 files changed, 220 insertions(+), 12 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4055 create pr contact and add fields gsb_feature_pr_contact.features.field_base.inc | 104 ++++++++ gsb_feature_pr_contact.features.field_instance.inc | 271 +++++++++++++++++++++ gsb_feature_pr_contact.features.taxonomy.inc | 21 ++ gsb_feature_pr_contact.info | 20 ++ gsb_feature_pr_contact.module | 5 + 5 files changed, 421 insertions(+) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago Initial commit README.md | 4 ++++ 1 file changed, 4 insertions(+)
=========================================== ./gsb_feature_event_display =========================================== view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7295 Added a path_override for the view used on the homepage gsb_feature_event_display.info | 4 ++-- gsb_feature_event_display.module | 6 ++++++ gsb_feature_event_display.views_default.inc | 15 ++++++++++++++- 3 files changed, 22 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7295 Adding a inherit_panels_path = 0 to the view used by the master display gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7295 Adding a inherit_panels_path = 0 to the view used by the front page gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 3 months ago author: Adam Moore, 3 months ago WP-7077: Hide repeat rule. Fix date format. Add Title. Make guid permalink. gsb_feature_event_display.views_default.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 3 months ago author: Adam Moore, 3 months ago WP-7077: Create rss feed of events. gsb_feature_event_display.info | 4 +- gsb_feature_event_display.views_default.inc | 157 +++++++++++++++++++++++++++- 2 files changed, 158 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Enabled ajax at view level gsb_feature_event_display.info | 2 +- gsb_feature_event_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_event_display.info | 2 +- gsb_feature_event_display.module | 20 ++- gsb_feature_event_display.views_default.inc | 192 +++++++++++++++++++++++++++- 3 files changed, 208 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-5852 substract timezone value from date gsb_feature_event_display.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-5852 hide timezone and find local time for all day event gsb_feature_event_display.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5993 Added criteria to include multiday/ongoing events gsb_feature_event_display.info | 2 -- gsb_feature_event_display.views_default.inc | 34 +++++++++-------------------- 2 files changed, 10 insertions(+), 26 deletions(-) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-6018 remove events calendar and events list from cp gsb_feature_event_display.info | 2 + gsb_feature_event_display.views_default.inc | 500 ---------------------------- 2 files changed, 2 insertions(+), 500 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_event_display.info | 2 +- gsb_feature_event_display.views_default.inc | 98 ++++++++++++++++++++++++++--- 2 files changed, 92 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-5839 fix the title link gsb_feature_event_display.module | 31 ++++++++++++++++++++++------- gsb_feature_event_display.views_default.inc | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5842 Removing the date_ical module from the build. gsb_feature_event_display.make | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5869 Added OR condition to display Acdemic Calendar all the time in Main event list gsb_feature_event_display.info | 4 +-- gsb_feature_event_display.views_default.inc | 41 ++++++++++++++++++++++++++--- 2 files changed, 39 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5853 fix the wrong date on events gsb_feature_event_display.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view errors display gsb_feature_event_display.views_default.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing view: gsb_event_ical_feed which we no longer need, and used date_ical gsb_feature_event_display.views_default.inc | 66 ----------------------------- 1 file changed, 66 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing reference to gsb_event_ical_feed and date_ical gsb_feature_event_display.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago Removing mba_admissions view from event_display module gsb_feature_event_display.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5783 Removed old code to fix error on admission event list gsb_feature_event_display.module | 48 ------- js/gsb_feature_event_display.views.js | 239 ---------------------------------- 2 files changed, 287 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5662: update the front page event addresses. gsb_feature_event_display.info | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5692 Added distinct to result set gsb_feature_event_display.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5571 Updated Customizable event list gsb_feature_event_display.info | 12 ++++-------- gsb_feature_event_display.module | 32 +++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: update event main list display settings. gsb_feature_event_display.module | 4 + gsb_feature_event_display.views_default.inc | 649 ++++++++++++++-------------- 2 files changed, 319 insertions(+), 334 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 Removed Admission Events to it's own feature gsb_feature_event_display.info | 1 - gsb_feature_event_display.views_default.inc | 429 +--------------------------- 2 files changed, 5 insertions(+), 425 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer from display to here gsb_feature_event_display.info | 7 - gsb_feature_event_display.panelizer.inc | 154 ----- gsb_feature_event_display.strongarm.inc | 1070 ------------------------------- 3 files changed, 1231 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Changed panelizer to use new mini panel event_contacts gsb_feature_event_display.panelizer.inc | 80 ++++----------------------------- 1 file changed, 8 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5435 fixed a bug for main event list view gsb_feature_event_display.info | 2 +- gsb_feature_event_display.module | 6 +- gsb_feature_event_display.views_default.inc | 371 +++++++++++++++++++--------- 3 files changed, 265 insertions(+), 114 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5563 Added Contact fields to sidebar gsb_feature_event_display.info | 1 + gsb_feature_event_display.panelizer.inc | 107 +++++++++++++++++++++++++++++--- gsb_feature_event_display.strongarm.inc | 7 +++ 3 files changed, 106 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5435 Added Main events list to GSB Event gsb_feature_event_display.features.inc | 16 - gsb_feature_event_display.info | 3 +- gsb_feature_event_display.panelizer.inc | 15 +- gsb_feature_event_display.views_default.inc | 622 +++++++++++++++++++++++----- 4 files changed, 520 insertions(+), 136 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago Removing mba_admissions view from event_display module gsb_feature_event_display.info | 1 - gsb_feature_event_display.views_default.inc | 165 +--------------------------- 2 files changed, 2 insertions(+), 164 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5667 Changed the front page view to use display suite and compact view mode gsb_feature_event_display.views_default.inc | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5667 Changed the front page view to use display suite and compact view mode gsb_feature_event_display.views_default.inc | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Ayuta Padhi, 1 year ago WP-5783 Removed old code to fix error on admission event list gsb_feature_event_display.module | 48 ------- js/gsb_feature_event_display.views.js | 239 ---------------------------------- 2 files changed, 287 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5783 Removed old code to fix error on admission event list gsb_feature_event_display.module | 48 ------- js/gsb_feature_event_display.views.js | 239 ---------------------------------- 2 files changed, 287 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year ago WP-5781 remove event category filter criteria gsb_feature_event_display.views_default.inc | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5781 remove event category filter criteria gsb_feature_event_display.info | 2 ++ gsb_feature_event_display.views_default.inc | 19 +++---------------- 2 files changed, 5 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5662: update the front page event addresses. gsb_feature_event_display.info | 2 ++ gsb_feature_event_display.views_default.inc | 33 +++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5737 Modified target audience label gsb_feature_event_display.views_default.inc | 72 +++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Ayuta Padhi, 1 year ago WP-5692 Added distinct to result set gsb_feature_event_display.info | 2 +- gsb_feature_event_display.views_default.inc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5737 Fixed the Target Audience lebel gsb_feature_event_display.views_default.inc | 54 ++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5692 Added distinct to result set gsb_feature_event_display.info | 2 +- gsb_feature_event_display.views_default.inc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year ago author: Ayuta Padhi, 1 year ago WP-5571 Updated Customizable event list gsb_feature_event_display.info | 12 +- gsb_feature_event_display.module | 32 +++- gsb_feature_event_display.views_default.inc | 279 ++++++++++++---------------- 3 files changed, 149 insertions(+), 174 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5571 Updated Customizable event list gsb_feature_event_display.info | 12 +- gsb_feature_event_display.module | 32 ++- gsb_feature_event_display.views_default.inc | 295 ++++++++++++---------------- 3 files changed, 157 insertions(+), 182 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5667 fix sort criteria for upcoming events gsb_feature_event_display.views_default.inc | 31 +++++++++++++++++++---------- 1 file changed, 20 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5444 Fixing merge conflicts view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: update event main list display settings. gsb_feature_event_display.module | 4 + gsb_feature_event_display.views_default.inc | 133 ++++++++++++++++++++++++++-- 2 files changed, 128 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 Removed Admission Events to it's own feature gsb_feature_event_display.info | 1 - gsb_feature_event_display.views_default.inc | 429 +--------------------------- 2 files changed, 5 insertions(+), 425 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer from display to here gsb_feature_event_display.info | 7 - gsb_feature_event_display.panelizer.inc | 154 ----- gsb_feature_event_display.strongarm.inc | 1070 ------------------------------- 3 files changed, 1231 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 Removed Admission Events to it's own feature gsb_feature_event_display.info | 1 - gsb_feature_event_display.views_default.inc | 429 +--------------------------- 2 files changed, 5 insertions(+), 425 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Changed panelizer to use new mini panel event_contacts gsb_feature_event_display.panelizer.inc | 80 ++++----------------------------- 1 file changed, 8 insertions(+), 72 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5435 fixed a bug for main event list view gsb_feature_event_display.info | 2 +- gsb_feature_event_display.module | 6 +- gsb_feature_event_display.views_default.inc | 371 +++++++++++++++++++--------- 3 files changed, 265 insertions(+), 114 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5435 fixed a bug for main event list view gsb_feature_event_display.info | 2 +- gsb_feature_event_display.module | 6 +- gsb_feature_event_display.views_default.inc | 371 +++++++++++++++++++--------- 3 files changed, 265 insertions(+), 114 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5563 Added Contact fields to sidebar gsb_feature_event_display.info | 1 + gsb_feature_event_display.panelizer.inc | 107 +++++++++++++++++++++++++++++--- gsb_feature_event_display.strongarm.inc | 7 +++ 3 files changed, 106 insertions(+), 9 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5435 Added Main events list to GSB Event gsb_feature_event_display.features.inc | 16 - gsb_feature_event_display.info | 3 +- gsb_feature_event_display.panelizer.inc | 15 +- gsb_feature_event_display.views_default.inc | 622 +++++++++++++++++++++++----- 4 files changed, 520 insertions(+), 136 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove view all events gsb_feature_event_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago Upgrade date_ical to version 3.4 gsb_feature_event_display.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-4980: Upgrade full calendar module. gsb_feature_event_display.make | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4955 Removed AddThis pane from Event CT display gsb_feature_event_display.panelizer.inc | 56 +++------------------------------ 1 file changed, 5 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago Upgrade Date ical module. gsb_feature_event_display.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: change day date format on listing. gsb_feature_event_display.info | 2 +- gsb_feature_event_display.views_default.inc | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename and recat items gsb_feature_event_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Events:Multiple Criteria gsb_feature_event_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Events gsb_feature_event_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago WP-4725: Add keyword as an exposed paramater so the view can be filtered by it. gsb_feature_event_display.info | 5 +- gsb_feature_event_display.views_default.inc | 92 ++++++++++++++++++++++------- 2 files changed, 75 insertions(+), 22 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4688 add keyword field to events cp gsb_feature_event_display.views_default.inc | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - events listing gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - events calendar gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 update admin title for events view gsb_feature_event_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename and reassign - homepage events gsb_feature_event_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - events listing gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - events calendar gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 update admin title for events view gsb_feature_event_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4600 Added distinct for the gsb-event view gsb_feature_event_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_event_display.install | 18 ------------------ gsb_feature_event_display.strongarm.inc | 2 -- 2 files changed, 20 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago Changing from gpcb_maps_parking_info_more to Image CTA: Get Directions etc gsb_feature_event_display.panelizer.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Fix changed url for full calendar. gsb_feature_event_display.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Full calendar changed urls. gsb_feature_event_display.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4155 update region of interest label in view gsb_feature_event_display.info | 4 ++-- gsb_feature_event_display.views_default.inc | 25 +++++++++++++------------ 2 files changed, 15 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago WP-3674 add SIGM and ignite to filters gsb_feature_event_display.info | 4 +- gsb_feature_event_display.views_default.inc | 177 +++++++++++++++++++++++++++- 2 files changed, 176 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3632: update front page upcoming event markup. gsb_feature_event_display.views_default.inc | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3366 events fix gsb_feature_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3188: Fix missing data body. gsb_feature_event_display.info | 2 +- gsb_feature_event_display.views_default.inc | 44 ++++++++++++----------------- 2 files changed, 19 insertions(+), 27 deletions(-) view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2650: Remove custom exposed filter code. gsb_feature_event_display.module | 19 ------------------- 1 file changed, 19 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Upgrade date ical to version 2.13. gsb_feature_event_display.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2416: changed the order and reduced the no. of events displayed gsb_feature_event_display.views_default.inc | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-)
=========================================== ./gsb_feature_book_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 enabled ajax at view level gsb_feature_book_display.info | 2 +- gsb_feature_book_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_book_display.module | 17 +++++++++++++++++ gsb_feature_book_display.views_default.inc | 5 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_book_display.info | 2 +- gsb_feature_book_display.views_default.inc | 77 ++++++++++++++++++++++++++++-- 2 files changed, 75 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_book_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_book_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view errors gsb_feature_book_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5670 modified view to use entity reference to fix view mode issue gsb_feature_book_display.info | 6 +++--- gsb_feature_book_display.module | 1 - gsb_feature_book_display.views_default.inc | 9 ++------- 3 files changed, 5 insertions(+), 11 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Removed Display link and Display Comment checkboxes gsb_feature_book_display.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5640 Fixed the field order.WP-5608 Fixed the view mode. gsb_feature_book_display.module | 13 ++++++++----- gsb_feature_book_display.views_default.inc | 17 +++++++++++++++-- 2 files changed, 23 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Added view display mode-compact and expanded gsb_feature_book_display.info | 3 +- gsb_feature_book_display.module | 9 ++ gsb_feature_book_display.views_default.inc | 207 +++++++++++++++++++++++++++-- 3 files changed, 207 insertions(+), 12 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5481 add view no result message gsb_feature_book_display.views_default.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5479 fix the operator to AND for view filter gsb_feature_book_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 fix the view settings gsb_feature_book_display.views_default.inc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 add circle to book view gsb_feature_book_display.views_default.inc | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_book_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 fix the view settings gsb_feature_book_display.views_default.inc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5449 add circle to book view gsb_feature_book_display.views_default.inc | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Small adjustment to the weighting of the title and url fields. gsb_feature_book_display.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_book_display.module | 46 +++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove see all footer gsb_feature_book_display.views_default.inc | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4836: update the view pane to use ds view mode. gsb_feature_book_display.info | 2 +- gsb_feature_book_display.views_default.inc | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4830 add new view and content pane for book listing gsb_feature_book_display.info | 7 +- gsb_feature_book_display.module | 35 +++ gsb_feature_book_display.views_default.inc | 376 +++++++++++++++++++++++++++++ 3 files changed, 415 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Book (Alumni) gsb_feature_book_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Books gsb_feature_book_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4680: change the view mode. gsb_feature_book_display.info | 1 + gsb_feature_book_display.views_default.inc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update the filters and search field value name. gsb_feature_book_display.views_default.inc | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update the alumni book listing. gsb_feature_book_display.views_default.inc | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update the filters and search field value name. gsb_feature_book_display.views_default.inc | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4695 rename the admin title for alumni view gsb_feature_book_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago Fix bad merge. gsb_feature_book_display.views_default.inc | 13 ------------- 1 file changed, 13 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - book listing gsb_feature_book_display.views_default.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update the alumni book listing. gsb_feature_book_display.views_default.inc | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4628 fix the program field gsb_feature_book_display.info | 4 ++-- gsb_feature_book_display.views_default.inc | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - book listing gsb_feature_book_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4628 add display for alumni book listing gsb_feature_book_display.views_default.inc | 135 +++++++++++++++++++++++++++-- 1 file changed, 130 insertions(+), 5 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3664: Add a modal delete link to views. gsb_feature_book_display.views_default.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3481: remove spans. gsb_feature_book_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3442: Switch EVA show_on to single value. gsb_feature_book_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3421: Remove messages header. gsb_feature_book_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3376: Update Add Another button names in Faculty CT. gsb_feature_book_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update book eva. gsb_feature_book_display.views_default.inc | 70 ++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 13 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: Remove table-level sort to respect sort handlers. gsb_feature_book_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: List EVA views by publication date. gsb_feature_book_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3130: Unlink titles in EVA forms. gsb_feature_book_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3084: Add empty text to book form EVA. gsb_feature_book_display.views_default.inc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2985: Allow the faculty member to set the visibilty. gsb_feature_book_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3053: Adjust views for new options. gsb_feature_book_display.info | 4 +- gsb_feature_book_display.views_default.inc | 80 ++++++++++-------------------- 2 files changed, 29 insertions(+), 55 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3041 fix book listing duplicate records gsb_feature_book_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago WP-3041 fix book listing duplicate records gsb_feature_book_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-2980 Added new view EVA Field Form gsb_feature_book_display.views_default.inc | 173 +++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3030: Add visibility filter to books listing. gsb_feature_book_display.views_default.inc | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2901: Set listing to default sort. gsb_feature_book_display.info | 2 +- gsb_feature_book_display.views_default.inc | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2680: update view mode and no title. gsb_feature_book_display.views_default.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2680: update view mode and no title. gsb_feature_book_display.views_default.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2771 Added pub year desc sort to book eva listing gsb_feature_book_display.views_default.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2674: update books eva settings. gsb_feature_book_display.views_default.inc | 92 ++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Limit pager to 20 items. gsb_feature_book_display.info | 2 +- gsb_feature_book_display.views_default.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Only show authors that are faculty. Change the category to other. gsb_feature_book_display.info | 3 +- gsb_feature_book_display.views_default.inc | 85 +++++++++++++++++++++++++++--- 2 files changed, 80 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2679: Add book listing. gsb_feature_book_display.info | 4 + gsb_feature_book_display.views_default.inc | 169 +++++++++++++++++++++++++++++ 2 files changed, 173 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2673 New GSB Book Listing EVA gsb_feature_book_display.features.inc | 12 +++ gsb_feature_book_display.info | 11 ++ gsb_feature_book_display.module | 7 ++ gsb_feature_book_display.views_default.inc | 168 +++++++++++++++++++++++++++++ 4 files changed, 198 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_news_display =========================================== view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago Adjust search criteria for Faculty insight,In the media and stories gsb_feature_news_display.views_default.inc | 74 ++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_news_display.info | 6 +++--- gsb_feature_news_display.views_default.inc | 19 ++++++++++++++++++- 2 files changed, 21 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_news_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view display errors gsb_feature_news_display.views_default.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5666 Fix for using right view mode gsb_feature_news_display.info | 9 ++++----- gsb_feature_news_display.views_default.inc | 8 +------- 2 files changed, 5 insertions(+), 12 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Removed Display link and Display Comment checkboxes gsb_feature_news_display.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5640 Fixed the field order.WP-5608 Fixed the view mode. gsb_feature_news_display.module | 9 ++++++--- gsb_feature_news_display.views_default.inc | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5608 Added view display mode-compact and expanded ...eature_news_display.features.field_instance.inc | 2 +- gsb_feature_news_display.info | 3 ++- gsb_feature_news_display.module | 11 +++++++++++ gsb_feature_news_display.views_default.inc | 22 ++++++++++++++-------- 4 files changed, 28 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changed weights for title_link and override_title gsb_feature_news_display.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 Changing the field order to follow override_title_text instead of override_title gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_news_display.module | 117 +++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 63 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_news_display.module | 116 +++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 62 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5416 add media format to all stories multiple criteria ...eature_news_display.features.field_instance.inc | 6 ++- gsb_feature_news_display.module | 1 + gsb_feature_news_display.views_default.inc | 58 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5239 fix the exposed form pane in view gsb_feature_news_display.info | 4 ++-- gsb_feature_news_display.views_default.inc | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4719 Added code to change the display order of the exposed filter fields gsb_feature_news_display.module | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5102 Added test for null on $content gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5063: Fix error in display configuration of content types. gsb_feature_news_display.ds.inc | 3 +-- gsb_feature_news_display.features.field_instance.inc | 1 + gsb_feature_news_display.info | 2 +- gsb_feature_news_display.views_default.inc | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4791 removed alumni news listing duplicate gsb_feature_news_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Idea Stories: Title (select) gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - All Stories:Multiple Criteria gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Offsite Stories gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recategorize items - multiple view items gsb_feature_news_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4695 rename admin title for alumni stories gsb_feature_news_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago Fix bad merge. gsb_feature_news_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - news by criteria gsb_feature_news_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - media listing gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - faculty insights listing gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - announcment school listing gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - story list gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4639 fix the alumni selector gsb_feature_news_display.info | 4 +- gsb_feature_news_display.views_default.inc | 173 +++++++++++++++-------------- 2 files changed, 89 insertions(+), 88 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - story list gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - news by criteria gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - media listing gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - faculty insights listing gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - announcment school listing gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4672 use published date for giving stories gsb_feature_news_display.views_default.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4672 update alumni stories cp gsb_feature_news_display.views_default.inc | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4592 add sort criteria for alumni stories gsb_feature_news_display.views_default.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4594 enable ajax for view gsb_feature_news_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4594 update the term id for tags in view gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4594 add giving stories listing gsb_feature_news_display.views_default.inc | 119 +++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4594 enable ajax for view gsb_feature_news_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4594 update the term id for tags in view gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4592 enable ajax for the view gsb_feature_news_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4592 add alumni stories listing gsb_feature_news_display.views_default.inc | 126 ++++++++++++++++++++++++++++- 1 file changed, 125 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4594 add giving stories listing gsb_feature_news_display.views_default.inc | 120 ++++++++++++++++++++++++++++- 1 file changed, 119 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4490: change field order. gsb_feature_news_display.views_default.inc | 101 ++++++----------------------- 1 file changed, 20 insertions(+), 81 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_news_display.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4485 Made Title and Pub Date sortable. Changed label to Pub Date. gsb_feature_news_display.views_default.inc | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4469 Changing title to not have _blank gsb_feature_news_display.views_default.inc | 99 ++++++++++++++++++++++++------ 1 file changed, 80 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4447" move date field. gsb_feature_news_display.views_default.inc | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4436 update the CP to block for school news gsb_feature_news_display.views_default.inc | 71 +----------------------------- 1 file changed, 2 insertions(+), 69 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4196-1 Some tweaks to the gsb_school_news view gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 555 +++++++++++++++-------------- 2 files changed, 281 insertions(+), 275 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4196-1 Adding new view gsb_school_news gsb_feature_news_display.views_default.inc | 275 +++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4436 update title with title and linke gsb_feature_news_display.views_default.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4196-1 Some tweaks to the gsb_school_news view gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 555 +++++++++++++++-------------- 2 files changed, 281 insertions(+), 275 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4196-1 Adding new view gsb_school_news gsb_feature_news_display.views_default.inc | 275 +++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4436 update view to display suite gsb_feature_news_display.views_default.inc | 36 +++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4436 create new content pane for school news gsb_feature_news_display.views_default.inc | 75 ++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4388 Added back the pane_and_exposed option for the search field exposed filter gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4366 Removing Nids from filter and adding Was Rethink Promoted filter gsb_feature_news_display.module | 6 +++- gsb_feature_news_display.views_default.inc | 58 +++++++++++++++++++++++++----- 2 files changed, 54 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4375: Add Story List by Title FPP. ...eature_news_display.features.field_instance.inc | 129 +++++++++++++++++++++ gsb_feature_news_display.features.inc | 3 + gsb_feature_news_display.info | 16 ++- gsb_feature_news_display.module | 19 +++ gsb_feature_news_display.strongarm.inc | 78 +++++++++++++ gsb_feature_news_display.views_default.inc | 74 ++++++++++++ 6 files changed, 318 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4366 Removing Nids from filter and adding Was Rethink Promoted filter gsb_feature_news_display.module | 6 +++- gsb_feature_news_display.views_default.inc | 58 +++++++++++++++++++++++++----- 2 files changed, 54 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4290-1 Changed the news by criteria to use reduce_duplicates setting gsb_feature_news_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4336 Added exposed filter for field_academic_area_unlimited gsb_feature_news_display.module | 4 + gsb_feature_news_display.views_default.inc | 140 +++++++++++++++++++++++++++++ 2 files changed, 144 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4290-1 Changed the news by criteria to use reduce_duplicates setting gsb_feature_news_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4336 Added exposed filter for field_academic_area_unlimited gsb_feature_news_display.module | 4 + gsb_feature_news_display.views_default.inc | 140 +++++++++++++++++++++++++++++ 2 files changed, 144 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4290 Added the nids contextual filter and remove pager gsb_feature_news_display.views_default.inc | 34 ++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4290 Added nids field to the set of exposed filters gsb_feature_news_display.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4289-1 Switching to use unlimited for number of rows fetched gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4288 Fixed a small typo in previous commit gsb_feature_news_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4288 Added the required red '*' for the Type field. gsb_feature_news_display.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4289 Added distinct to the news by criteria views query gsb_feature_news_display.views_default.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4289 Added distinct to the news by criteria views query gsb_feature_news_display.views_default.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export school story label. gsb_feature_news_display.ds.inc | 30 ++++++++++++++++++++++++++++++ gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 4 +++- 3 files changed, 34 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4252 A few more changes for the news by criteria view gsb_feature_news_display.views_default.inc | 391 ++++++++++++++++++++++++++++- 1 file changed, 389 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4252 Small changes related to the exposed title_link value. gsb_feature_news_display.module | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4252 A few more changes for the news by criteria view gsb_feature_news_display.views_default.inc | 391 ++++++++++++++++++++++++++++- 1 file changed, 389 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4252 Changed news by criteria view to use display suite with view mode set to news_listing gsb_feature_news_display.views_default.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4240 Changed the search exposed filter id for styling gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4225: Allow title to be linked in News by criteria content pane. gsb_feature_news_display.module | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4240 Changed the search exposed filter id for styling gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: export view mode change again. gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4199-1 Moving listing content pane into gsb_announcement_school_listing view gsb_feature_news_display.info | 1 - gsb_feature_news_display.views_default.inc | 332 +---------------------------- 2 files changed, 9 insertions(+), 324 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: update view mode for in the media. gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 1 year, 11 months ago author: Alexei Gorobets, 1 year, 11 months ago WP-4225: Allow title to be linked in News by criteria content pane. gsb_feature_news_display.module | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4199: use news listing view mode for faculty insights. gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4199: use news listing view mode for faculty insights. gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4213: change the view mode used. gsb_feature_news_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4196 Removed the create content buttons for School News view gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 909 ++++++++++++++--------------- 2 files changed, 452 insertions(+), 458 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4196 Moved view gsb_school_news from gsb_feature_school_story_display to here gsb_feature_news_display.info | 4 +- gsb_feature_news_display.views_default.inc | 307 +++++++++++++++++++++++++++-- 2 files changed, 293 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago WP-4172 Needed to shorten the length for the subtype name. gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago WP-4172 Needed to shorten the length for the subtype name. gsb_feature_news_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Added distinct to the gsb_faculty_insights_listing view. gsb_feature_news_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Fixing a merge issue with the last commit. gsb_feature_news_display.views_default.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4172 New listing view announcements_school_stories_listing gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 146 ++++++++++++++++++++++++----- 2 files changed, 125 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4173 Added new listing view faculty_insights_listing gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 138 +++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4174 Adding new listing view gsb_in_the_media_listing gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 124 +++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4173 Added new listing view faculty_insights_listing gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 138 +++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4172 New listing view announcements_school_stories_listing gsb_feature_news_display.info | 1 + gsb_feature_news_display.views_default.inc | 124 +++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4135:remove pager from explore more. gsb_feature_news_display.views_default.inc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4095: wrap media inquiries text. gsb_feature_news_display.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4095: wrap media inquiries text. gsb_feature_news_display.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3922: add news listing view mode and update view. gsb_feature_news_display.ds.inc | 23 +++++++++++++++++++++++ gsb_feature_news_display.features.inc | 9 +++++++++ gsb_feature_news_display.info | 3 +++ gsb_feature_news_display.views_default.inc | 9 ++++++++- 4 files changed, 43 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4087: Add Media Inquiries extra field and config form for it. gsb_feature_news_display.module | 57 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years ago WP-3921 eva for announcement and school story gsb_feature_news_display.info | 4 +- gsb_feature_news_display.views_default.inc | 139 +++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-3921 eva for announcement and school story gsb_feature_news_display.info | 4 +- gsb_feature_news_display.views_default.inc | 139 +++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4007: adjust field display. gsb_feature_news_display.views_default.inc | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4005: Change content pane category to 'Content Panes'. gsb_feature_news_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago Initial commit. gsb_feature_news_display.features.inc | 12 + gsb_feature_news_display.info | 12 + gsb_feature_news_display.module | 7 + gsb_feature_news_display.views_default.inc | 395 +++++++++++++++++++++++++++++ 4 files changed, 426 insertions(+)
=========================================== ./gsb_feature_book_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_book_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6095: link book cover to content. gsb_feature_book_ct.ds.inc | 6 ++++++ gsb_feature_book_ct.features.field_instance.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6086: link image to content. gsb_feature_book_ct.features.field_instance.inc | 58 ++++++++++++------------- 1 file changed, 29 insertions(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrappers. gsb_feature_book_ct.field_group.inc | 22 +++++++++++----------- gsb_feature_book_ct.strongarm.inc | 6 ++++++ 2 files changed, 17 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6096 Added space to the separator for academic-area and topics gsb_feature_book_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6096 Added space to the separator for academic-area and topics gsb_feature_book_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrappers. gsb_feature_book_ct.field_group.inc | 22 +++++++++++----------- gsb_feature_book_ct.strongarm.inc | 6 ++++++ 2 files changed, 17 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6071: link image to content. gsb_feature_book_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6031 Re-exporting group-wrapper-topics gsb_feature_book_ct.ds.inc | 1 + gsb_feature_book_ct.features.field_instance.inc | 48 ++++++++++++++----------- gsb_feature_book_ct.field_group.inc | 6 ++-- gsb_feature_book_ct.strongarm.inc | 2 +- 4 files changed, 33 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_book_ct.ds.inc | 36 ++++---- gsb_feature_book_ct.features.field_instance.inc | 112 ++++++++++++------------ gsb_feature_book_ct.field_group.inc | 64 ++++++++++++++ gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 4 +- 5 files changed, 144 insertions(+), 74 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add additional class. gsb_feature_book_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add publication type. gsb_feature_book_ct.ds.inc | 60 ++++++++--- gsb_feature_book_ct.features.field_instance.inc | 126 +++++++++++++----------- gsb_feature_book_ct.strongarm.inc | 4 +- 3 files changed, 114 insertions(+), 76 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Changing circle topic to use hs-lite gsb_feature_book_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Setting default and hiding field_publication_type gsb_feature_book_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Adding new fields field_circle_topics and field_publication_type gsb_feature_book_ct.features.field_instance.inc | 217 ++++++++++++++++++++++-- gsb_feature_book_ct.field_group.inc | 7 +- gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 8 +- 4 files changed, 217 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5453: update book displays of compact and expanded. gsb_feature_book_ct.ds.inc | 6 ++++-- gsb_feature_book_ct.features.field_instance.inc | 28 ++++++++++++------------- gsb_feature_book_ct.strongarm.inc | 2 +- 3 files changed, 19 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5453: export display suite settings. gsb_feature_book_ct.ds.inc | 272 ++++++++++++++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 211 +++++++++++------- gsb_feature_book_ct.info | 5 + gsb_feature_book_ct.strongarm.inc | 4 +- 4 files changed, 418 insertions(+), 74 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Adding compact and expanded view modes gsb_feature_book_ct.ds.inc | 20 ++ gsb_feature_book_ct.features.field_instance.inc | 316 +++++++++++++++++++++++- gsb_feature_book_ct.info | 3 + gsb_feature_book_ct.strongarm.inc | 22 ++ 4 files changed, 359 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update comma. gsb_feature_book_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: update book teaser. gsb_feature_book_ct.ds.inc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update comma. gsb_feature_book_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5423 Allow the user to choose open link in new window gsb_feature_book_ct.features.field_instance.inc | 2 +- gsb_feature_book_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago WP-5423 Allow the user to choose open link in new window gsb_feature_book_ct.features.field_instance.inc | 2 +- gsb_feature_book_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move the files field inside related block gsb_feature_book_ct.features.field_instance.inc | 2 +- gsb_feature_book_ct.field_group.inc | 7 ++++--- gsb_feature_book_ct.info | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5385 enable description for book gsb_feature_book_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: update book teaser. gsb_feature_book_ct.ds.inc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Updating label for field_person_ref_unlimited gsb_feature_book_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5372 Added gsb_feature_base_fields_faculty_authors under the Related right side bar gsb_feature_book_ct.ds.inc | 52 +++++++++++++------------ gsb_feature_book_ct.features.field_instance.inc | 12 +++--- gsb_feature_book_ct.field_group.inc | 3 +- gsb_feature_book_ct.strongarm.inc | 4 +- 4 files changed, 37 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5364 Added new file extensions for field_file_unlimited_public gsb_feature_book_ct.features.field_instance.inc | 2 +- gsb_feature_book_ct.info | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5364 Added new file extensions for field_file_unlimited_public gsb_feature_book_ct.features.field_instance.inc | 2 +- gsb_feature_book_ct.info | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: configure related sidebar for book detail page. gsb_feature_book_ct.ds.inc | 169 +++++++++++++++++++----- gsb_feature_book_ct.features.field_instance.inc | 54 ++++---- gsb_feature_book_ct.field_group.inc | 32 +++++ gsb_feature_book_ct.info | 1 + gsb_feature_book_ct.strongarm.inc | 13 +- 5 files changed, 205 insertions(+), 64 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5308 add new field to book ct gsb_feature_book_ct.features.field_instance.inc | 122 ++++++++++++++++++++++-- gsb_feature_book_ct.field_group.inc | 13 +-- gsb_feature_book_ct.info | 1 + gsb_feature_book_ct.strongarm.inc | 6 +- 4 files changed, 124 insertions(+), 18 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5308 add related content fields gsb_feature_book_ct.features.field_instance.inc | 452 +++++++++++++++++++----- gsb_feature_book_ct.field_group.inc | 33 +- gsb_feature_book_ct.info | 5 + gsb_feature_book_ct.strongarm.inc | 6 +- 4 files changed, 407 insertions(+), 89 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5294: update book detail display. gsb_feature_book_ct.ds.inc | 32 +++++++++- gsb_feature_book_ct.features.field_instance.inc | 84 +++++++++++++++++++++++++ 2 files changed, 115 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5293 Added validation when URL/PDF is checked. gsb_feature_book_ct.module | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5294: update book detail display. gsb_feature_book_ct.ds.inc | 32 +- gsb_feature_book_ct.features.field_instance.inc | 386 ++++++++++++++++++++++++ gsb_feature_book_ct.strongarm.inc | 43 ++- 3 files changed, 458 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5257 alter the term name variable gsb_feature_book_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_book_ct.features.field_instance.inc | 2 ++ gsb_feature_book_ct.info | 4 ++-- gsb_feature_book_ct.strongarm.inc | 7 +++++++ 3 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4887: remove body field from alumni book listing. gsb_feature_book_ct.ds.inc | 17 +---------------- gsb_feature_book_ct.features.field_instance.inc | 16 ++-------------- gsb_feature_book_ct.info | 2 +- 3 files changed, 4 insertions(+), 31 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4836: book ds settings. gsb_feature_book_ct.ds.inc | 119 +++++++++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 150 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 4 +- gsb_feature_book_ct.strongarm.inc | 10 +- 4 files changed, 281 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_book_ct.ds.inc | 73 +++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 131 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 3 + gsb_feature_book_ct.strongarm.inc | 14 +++ 4 files changed, 221 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update settings for news listing. gsb_feature_book_ct.ds.inc | 160 +++++++++++++++++++++- gsb_feature_book_ct.features.field_instance.inc | 171 +++++++++++------------- gsb_feature_book_ct.info | 3 + gsb_feature_book_ct.strongarm.inc | 6 +- 4 files changed, 245 insertions(+), 95 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: restore taxonomy, and add news listing view mode. gsb_feature_book_ct.ds.inc | 52 ++---- gsb_feature_book_ct.features.field_instance.inc | 226 +++++++++++++++++++++--- gsb_feature_book_ct.strongarm.inc | 17 ++ 3 files changed, 235 insertions(+), 60 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4628 change program field validation to unlimited gsb_feature_book_ct.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4669 fix the program field gsb_feature_book_ct.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single gsb_feature_book_ct.features.field_instance.inc | 32 ++++++++++++++----------- gsb_feature_book_ct.features.inc | 1 + gsb_feature_book_ct.field_group.inc | 6 ++--- gsb_feature_book_ct.info | 2 +- gsb_feature_book_ct.strongarm.inc | 2 +- 5 files changed, 24 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single gsb_feature_book_ct.features.field_instance.inc | 32 ++++++++++++++----------- gsb_feature_book_ct.features.inc | 1 + gsb_feature_book_ct.field_group.inc | 6 ++--- gsb_feature_book_ct.info | 2 +- gsb_feature_book_ct.strongarm.inc | 2 +- 5 files changed, 24 insertions(+), 19 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text to image field gsb_feature_book_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 update info file gsb_feature_book_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 remove field group supposed to be wp gsb_feature_book_ct.field_group.inc | 25 ------------------------- 1 file changed, 25 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy in book ct gsb_feature_book_ct.features.field_instance.inc | 10 +- gsb_feature_book_ct.field_group.inc | 184 +++++++++++++++++++++--- gsb_feature_book_ct.info | 10 +- 3 files changed, 181 insertions(+), 23 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4521 remove few taxonomy fields from book ct gsb_feature_book_ct.features.field_instance.inc | 124 ------------------------ gsb_feature_book_ct.info | 6 +- 2 files changed, 2 insertions(+), 128 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Update Alumni Story fields for Book CT. gsb_feature_book_ct.features.field_instance.inc | 1 - gsb_feature_book_ct.info | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years ago WP-4010: Update display suite settings for insight card and idea story related. gsb_feature_book_ct.features.field_instance.inc | 1 + gsb_feature_book_ct.info | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card vie mode to book. gsb_feature_book_ct.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Update Alumni Story fields for Book CT. gsb_feature_book_ct.features.field_instance.inc | 1 - gsb_feature_book_ct.info | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years ago WP-4010: Update display suite settings for insight card and idea story related. gsb_feature_book_ct.ds.inc | 113 +----------------------- gsb_feature_book_ct.features.field_instance.inc | 1 + gsb_feature_book_ct.info | 6 +- 3 files changed, 7 insertions(+), 113 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related book display. gsb_feature_book_ct.ds.inc | 13 ++----------- gsb_feature_book_ct.features.field_instance.inc | 4 ++-- 2 files changed, 4 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card vie mode to book. gsb_feature_book_ct.ds.inc | 82 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years, 1 month ago Fix bad merge. gsb_feature_book_ct.ds.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card vie mode to book. gsb_feature_book_ct.ds.inc | 84 +++++++++++++- gsb_feature_book_ct.features.field_instance.inc | 148 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 11 ++ 4 files changed, 244 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4099 Added field_region_of_interest to search field gsb_feature_book_ct.features.field_instance.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-3818: remove salutation field. gsb_feature_book_ct.features.field_instance.inc | 61 ------------------------- 1 file changed, 61 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-3818: Remove field region. gsb_feature_book_ct.features.field_instance.inc | 62 ------------------------- gsb_feature_book_ct.info | 1 - 2 files changed, 63 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4030: Remove old alumni mention fields validation. gsb_feature_book_ct.module | 44 -------------------------------------------- 1 file changed, 44 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4030: Remove old alumni mention fields validation. gsb_feature_book_ct.module | 44 -------------------------------------------- 1 file changed, 44 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related book display. gsb_feature_book_ct.ds.inc | 13 ++----------- gsb_feature_book_ct.features.field_instance.inc | 4 ++-- 2 files changed, 4 insertions(+), 13 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Rename alumni story field label. gsb_feature_book_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Remove alumni_name field group. gsb_feature_book_ct.field_group.inc | 30 ------------------------------ gsb_feature_book_ct.info | 1 - 2 files changed, 31 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Update Alumni Story fields for Book CT. gsb_feature_book_ct.features.field_instance.inc | 265 +----------------------- gsb_feature_book_ct.info | 5 - 2 files changed, 8 insertions(+), 262 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related idea story view mode. gsb_feature_book_ct.ds.inc | 60 ++++++++ gsb_feature_book_ct.features.field_instance.inc | 173 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 11 ++ 4 files changed, 246 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Fix bad merge. gsb_feature_book_ct.ds.inc | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card vie mode to book. gsb_feature_book_ct.ds.inc | 84 ++++++++++- gsb_feature_book_ct.features.field_instance.inc | 178 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 11 ++ 4 files changed, 274 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add region of interest to book gsb_feature_book_ct.features.field_instance.inc | 61 +++++++++++++++++++++++-- gsb_feature_book_ct.field_group.inc | 1 + gsb_feature_book_ct.info | 3 ++ 3 files changed, 61 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Remove alumni_name field group. gsb_feature_book_ct.field_group.inc | 30 ------------------------------ gsb_feature_book_ct.info | 1 - 2 files changed, 31 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-3868: Update Alumni Story fields for Book CT. gsb_feature_book_ct.features.field_instance.inc | 326 +----------------------- gsb_feature_book_ct.info | 5 - 2 files changed, 8 insertions(+), 323 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card vie mode to book. gsb_feature_book_ct.ds.inc | 88 ++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 178 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 11 ++ 4 files changed, 279 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add field region of interest to book ct gsb_feature_book_ct.features.field_base.inc | 48 +++++++++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 61 +++++++++++++++++++++++-- gsb_feature_book_ct.features.taxonomy.inc | 21 +++++++++ gsb_feature_book_ct.field_group.inc | 1 + gsb_feature_book_ct.info | 7 ++- 5 files changed, 132 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related idea story view mode. gsb_feature_book_ct.ds.inc | 60 ++++++++ gsb_feature_book_ct.features.field_instance.inc | 173 ++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 + gsb_feature_book_ct.strongarm.inc | 11 ++ 4 files changed, 246 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3818 Remove field region from feature gsb_feature_book_ct.features.field_instance.inc | 51 ------------------------- gsb_feature_book_ct.info | 3 +- 2 files changed, 1 insertion(+), 53 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3810 add region of interest taxonomy to book gsb_feature_book_ct.features.field_instance.inc | 54 +++++++++++++++++++++++-- gsb_feature_book_ct.field_group.inc | 1 + gsb_feature_book_ct.info | 3 +- 3 files changed, 53 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3832: export better formats. gsb_feature_book_ct.features.field_instance.inc | 40 +++++++++++++++++++++---- 1 file changed, 35 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3832: update the pdf or link display. gsb_feature_book_ct.ds.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago WP-3745 update label and help text for book ct gsb_feature_book_ct.features.field_instance.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3663 Added test in node_presave to see if we should set an academic area. gsb_feature_book_ct.module | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3609 Added field_body to search gsb_feature_book_ct.features.field_instance.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Fix some help text. gsb_feature_book_ct.features.field_instance.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3568 Changed help text to match document gsb_feature_book_ct.features.field_instance.inc | 52 ++++++------------------- 1 file changed, 12 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3471: Rearrange Book fields. gsb_feature_book_ct.features.field_instance.inc | 8 ++++---- gsb_feature_book_ct.field_group.inc | 4 ++-- gsb_feature_book_ct.strongarm.inc | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3485: Make month field default to none. gsb_feature_book_ct.features.field_instance.inc | 7 ++----- gsb_feature_book_ct.info | 5 +++-- 2 files changed, 5 insertions(+), 7 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3375: Change Book help text. gsb_feature_book_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3471: Rearrange Book fields. gsb_feature_book_ct.features.field_instance.inc | 9 +++++---- gsb_feature_book_ct.field_group.inc | 4 ++-- gsb_feature_book_ct.strongarm.inc | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3379: update field group wrapper. gsb_feature_book_ct.field_group.inc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3379: adjust field order. gsb_feature_book_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3303-1 Changed order of taxonomy fields and select hierarchy widget gsb_feature_book_ct.features.field_instance.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3303-1 Changed order of taxonomy fields and select hierarchy widget gsb_feature_book_ct.features.field_instance.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update book displays. gsb_feature_book_ct.ds.inc | 126 ++++++++++++++++-------- gsb_feature_book_ct.features.field_instance.inc | 101 ++++++++++--------- gsb_feature_book_ct.field_group.inc | 8 +- gsb_feature_book_ct.strongarm.inc | 2 +- 4 files changed, 146 insertions(+), 91 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Small change to correct the help text gsb_feature_book_ct.features.field_instance.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added pub date fields gsb_feature_book_ct.features.field_instance.inc | 224 +++++++++++++++--------- gsb_feature_book_ct.field_group.inc | 31 +++- gsb_feature_book_ct.info | 4 +- 3 files changed, 171 insertions(+), 88 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Small change to correct the help text gsb_feature_book_ct.features.field_instance.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added pub date fields gsb_feature_book_ct.features.field_instance.inc | 224 +++++++++++++++--------- gsb_feature_book_ct.field_group.inc | 31 +++- gsb_feature_book_ct.info | 4 +- 3 files changed, 171 insertions(+), 88 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reodred taxonomy fields. gsb_feature_book_ct.features.field_instance.inc | 80 ++++++++++++------------- 1 file changed, 40 insertions(+), 40 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3160-1 More label and help text changes gsb_feature_book_ct.features.field_instance.inc | 96 +++++++++++++------------ 1 file changed, 51 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3160-1 Label and help text changes gsb_feature_book_ct.features.field_instance.inc | 96 ++++++++++++++++++------- gsb_feature_book_ct.field_group.inc | 9 +-- gsb_feature_book_ct.module | 6 ++ 3 files changed, 80 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3258: Relabel Author and Reviewer add/remove buttons. gsb_feature_book_ct.features.field_instance.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3258: Relabel Author and Reviewer add/remove buttons. gsb_feature_book_ct.features.field_instance.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3257: Relabel Authors and Book Cover fields. gsb_feature_book_ct.features.field_instance.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3136: Switch to hierarchical select for Academic Areas field in Book CT. gsb_feature_book_ct.features.field_instance.inc | 64 +++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago WP-3160 Removed stray dpm() gsb_feature_book_ct.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3160 Help text changes gsb_feature_book_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3160 Help text changes gsb_feature_book_ct.features.field_instance.inc | 54 ++++++++++++------------- gsb_feature_book_ct.field_group.inc | 4 +- gsb_feature_book_ct.module | 4 +- 3 files changed, 29 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3267: Add date field. gsb_feature_book_ct.features.field_instance.inc | 83 ++++++++++++++++++++++--- gsb_feature_book_ct.field_group.inc | 4 +- gsb_feature_book_ct.info | 1 + gsb_feature_book_ct.strongarm.inc | 6 +- 4 files changed, 81 insertions(+), 13 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_feature_book_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3160 More help text. Help text part deux, oui gsb_feature_book_ct.features.field_instance.inc | 36 ++++++++++++++++--------- gsb_feature_book_ct.field_group.inc | 7 ++--- 2 files changed, 28 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_book_ct.features.field_instance.inc | 59 ++++++++++++++++++++++--- gsb_feature_book_ct.info | 5 ++- gsb_feature_book_ct.strongarm.inc | 8 ++-- 3 files changed, 61 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3160 Added a little more help text gsb_feature_book_ct.module | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3160 Rearranged some fields and added help text gsb_feature_book_ct.features.field_instance.inc | 105 +++++++++++++++--------- 1 file changed, 68 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-2989 Moved some of form alter to be handled in the base field. gsb_feature_book_ct.module | 63 +--------------------------------------------- 1 file changed, 1 insertion(+), 62 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2930: Enforce per-view mode settings for extra fields on books. gsb_feature_book_ct.strongarm.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2888: eoprt field collection settings. gsb_feature_book_ct.ds.inc | 66 ++++++++++++++++++++++++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 ++ 2 files changed, 68 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2788: change layout to 2 col. gsb_feature_book_ct.ds.inc | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2788: change layout to 2 col. gsb_feature_book_ct.ds.inc | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2866: Ensure that field_book_url_pdf_unlimited is correctly marked as empty. gsb_feature_book_ct.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2866: Ensure that field_book_url_pdf_unlimited is correctly marked as empty. gsb_feature_book_ct.module | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2878: Replace field_description with field_body in Book CT. gsb_feature_book_ct.ds.inc | 24 ++-- gsb_feature_book_ct.features.field_instance.inc | 175 ++++++++++++------------ gsb_feature_book_ct.field_group.inc | 2 +- gsb_feature_book_ct.info | 2 +- gsb_feature_book_ct.strongarm.inc | 4 + 5 files changed, 106 insertions(+), 101 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2857: add new topics wrapper, and topics paths. gsb_feature_book_ct.ds.inc | 24 +++++++++++++++++++----- gsb_feature_book_ct.features.field_instance.inc | 20 ++++++++++++-------- gsb_feature_book_ct.field_group.inc | 20 ++++++++++++-------- gsb_feature_book_ct.info | 2 +- 4 files changed, 44 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2857: add new topics wrapper, and topics paths. gsb_feature_book_ct.ds.inc | 24 +++++++++++++++++++----- gsb_feature_book_ct.features.field_instance.inc | 20 ++++++++++++-------- gsb_feature_book_ct.field_group.inc | 20 ++++++++++++-------- gsb_feature_book_ct.info | 2 +- 4 files changed, 44 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2731: Make Alumni Mentioned checkboxes as hardcoded markup to avoid states.js bug. gsb_feature_book_ct.module | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2731: Make Alumni Mentioned checkboxes as hardcoded markup to avoid states.js bug. gsb_feature_book_ct.module | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2857: update taxonomy fields and faculty author. gsb_feature_book_ct.ds.inc | 36 ++++++++++++++------- gsb_feature_book_ct.features.field_instance.inc | 42 +++++++++++++++---------- gsb_feature_book_ct.strongarm.inc | 9 ++++++ 3 files changed, 59 insertions(+), 28 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2836: Remove field_links_attachments from Book CT. gsb_feature_book_ct.features.field_instance.inc | 68 ------------------------- gsb_feature_book_ct.info | 1 - 2 files changed, 69 deletions(-) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2822: Opt into the gsb_feature_base_fields_faculty_authors display. gsb_feature_book_ct.module | 55 ++++------------------------------------------ 1 file changed, 4 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Remove field_academic_degrees. gsb_feature_book_ct.features.field_instance.inc | 46 ------------------------- 1 file changed, 46 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2680: export ds settings for book listing. gsb_feature_book_ct.ds.inc | 111 +++++++++++ gsb_feature_book_ct.features.field_instance.inc | 235 ++++++++++++++++++++++++ gsb_feature_book_ct.field_group.inc | 28 +++ gsb_feature_book_ct.info | 3 + gsb_feature_book_ct.strongarm.inc | 6 +- 5 files changed, 382 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Move language inside the if statement. gsb_feature_book_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Remove academic degrees field. Hide alumni fields if alumni is not checked. gsb_feature_book_ct.features.field_instance.inc | 40 ------------------------- gsb_feature_book_ct.info | 2 +- gsb_feature_book_ct.module | 22 ++++++++++++++ 3 files changed, 23 insertions(+), 41 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2718: remove taxonomy fields from display. gsb_feature_book_ct.ds.inc | 34 +++++++---------- gsb_feature_book_ct.features.field_instance.inc | 51 ++++++------------------- gsb_feature_book_ct.field_group.inc | 3 -- gsb_feature_book_ct.strongarm.inc | 3 ++ 4 files changed, 29 insertions(+), 62 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add search field. gsb_feature_book_ct.features.field_instance.inc | 204 ++++++++++++++++++++++-- gsb_feature_book_ct.field_group.inc | 2 +- gsb_feature_book_ct.info | 5 +- gsb_feature_book_ct.strongarm.inc | 2 +- 4 files changed, 200 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Update fields more to spec. gsb_feature_book_ct.ds.inc | 50 ++++++++++---------- gsb_feature_book_ct.features.field_instance.inc | 62 +++++++++++-------------- gsb_feature_book_ct.features.inc | 0 gsb_feature_book_ct.field_group.inc | 4 +- gsb_feature_book_ct.info | 6 ++- gsb_feature_book_ct.module | 0 gsb_feature_book_ct.strongarm.inc | 20 ++++++-- 7 files changed, 75 insertions(+), 67 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago Book CT: Adjust Book CT fields and form to new requirements. gsb_feature_book_ct.features.field_instance.inc | 271 +++++++++++++----------- gsb_feature_book_ct.field_group.inc | 63 +++++- gsb_feature_book_ct.info | 6 +- gsb_feature_book_ct.module | 75 ++++--- gsb_feature_book_ct.strongarm.inc | 4 +- 5 files changed, 260 insertions(+), 159 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: add space and spans. gsb_feature_book_ct.ds.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: ds settings for book teaser. gsb_feature_book_ct.ds.inc | 160 ++++++++++++++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 66 +++++----- gsb_feature_book_ct.info | 5 + gsb_feature_book_ct.strongarm.inc | 4 + 4 files changed, 207 insertions(+), 28 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago Book CT: Adjust Book CT to new requirements. gsb_feature_book_ct.features.field_instance.inc | 241 +++++++++++++----------- gsb_feature_book_ct.field_group.inc | 18 +- gsb_feature_book_ct.info | 6 +- gsb_feature_book_ct.module | 75 ++++---- gsb_feature_book_ct.strongarm.inc | 4 +- 5 files changed, 191 insertions(+), 153 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: Add DS settings for field_authors. gsb_feature_book_ct.ds.inc | 76 ++++++++++++++++++++++++++++++++++++++++++++++ gsb_feature_book_ct.info | 2 ++ 2 files changed, 78 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: Add gsb_feature_book_ct_faculty_authors to exported field instance settings. gsb_feature_book_ct.ds.inc | 10 ++++++---- gsb_feature_book_ct.features.field_instance.inc | 4 ++-- gsb_feature_book_ct.strongarm.inc | 9 ++++++++- 3 files changed, 16 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: Add "Faculty Authors" label. gsb_feature_book_ct.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: Sort authors in correct order. gsb_feature_book_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: Add hook_field_extra_fields() for faculty author. gsb_feature_book_ct.module | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: add wrapper settings. gsb_feature_book_ct.field_group.inc | 69 +++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: ds settings and export field groups. gsb_feature_book_ct.ds.inc | 144 +++++++++++++++++++++--- gsb_feature_book_ct.features.field_instance.inc | 37 +++--- gsb_feature_book_ct.field_group.inc | 98 +++++++--------- gsb_feature_book_ct.info | 3 + 4 files changed, 185 insertions(+), 97 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: export ds settings to feature. gsb_feature_book_ct.ds.inc | 99 +++++++++++++++++ gsb_feature_book_ct.features.field_instance.inc | 141 +++++++++--------------- gsb_feature_book_ct.features.inc | 3 + gsb_feature_book_ct.info | 4 + gsb_feature_book_ct.strongarm.inc | 45 +++++++- 5 files changed, 203 insertions(+), 89 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2562: Remove dpm(). gsb_feature_book_ct.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2562: Handle new field_authors field to use #states for fields visibility. Validate alumni story fields conditionally. gsb_feature_book_ct.module | 122 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2562: Replace field_person_fac_other with field_authors. Remove pull-quote fields. gsb_feature_book_ct.features.field_instance.inc | 194 +++--------------------- gsb_feature_book_ct.field_group.inc | 33 +--- gsb_feature_book_ct.info | 6 +- gsb_feature_book_ct.strongarm.inc | 2 +- 4 files changed, 29 insertions(+), 206 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago WP-2562: Add taxonomy and pull-quote field groups. Rearrange fields. Adjust field settings. gsb_feature_book_ct.features.field_instance.inc | 40 +++++++-------- gsb_feature_book_ct.features.inc | 2 +- gsb_feature_book_ct.field_group.inc | 68 +++++++++++++++++++++++-- gsb_feature_book_ct.info | 4 ++ gsb_feature_book_ct.strongarm.inc | 3 ++ 5 files changed, 93 insertions(+), 24 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Book CT - organize fields in fieldsets. Replace body field with field_description. gsb_feature_book_ct.features.field_instance.inc | 150 ++++++++++++------------ gsb_feature_book_ct.features.inc | 2 +- gsb_feature_book_ct.field_group.inc | 33 +++++- gsb_feature_book_ct.info | 3 +- gsb_feature_book_ct.strongarm.inc | 6 +- 5 files changed, 110 insertions(+), 84 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago Initial commit. gsb_feature_book_ct.features.field_instance.inc | 1361 +++++++++++++++++++++++ gsb_feature_book_ct.features.inc | 34 + gsb_feature_book_ct.field_group.inc | 44 + gsb_feature_book_ct.info | 58 + gsb_feature_book_ct.module | 7 + gsb_feature_book_ct.strongarm.inc | 78 ++ 6 files changed, 1582 insertions(+)
=========================================== ./gsb_feature_staff_ct =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting for staff. gsb_feature_staff_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting for staff. gsb_feature_staff_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Removin da dot. Dotz all. gsb_feature_staff_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting for staff. gsb_feature_staff_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6633: add info wrapper for program contact. gsb_feature_staff_ct.ds.inc | 13 +++++---- gsb_feature_staff_ct.features.field_instance.inc | 22 +++++++-------- gsb_feature_staff_ct.field_group.inc | 36 ++++++++++++++++++++++++ gsb_feature_staff_ct.info | 1 + 4 files changed, 56 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6598: configure new view mode for contact on overview. gsb_feature_staff_ct.ds.inc | 120 ++++++++++++++++++++++- gsb_feature_staff_ct.features.field_instance.inc | 92 +++++++++++++++++ gsb_feature_staff_ct.info | 2 + gsb_feature_staff_ct.strongarm.inc | 3 + 4 files changed, 216 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6492: configure program director block. gsb_feature_staff_ct.ds.inc | 105 +++++++++++++++++++++++ gsb_feature_staff_ct.features.field_instance.inc | 87 +++++++++++++++++++ gsb_feature_staff_ct.field_group.inc | 65 +++++++++++--- gsb_feature_staff_ct.info | 3 + gsb_feature_staff_ct.strongarm.inc | 21 +++++ 5 files changed, 271 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6480: link name to profile. gsb_feature_staff_ct.ds.inc | 2 +- gsb_feature_staff_ct.strongarm.inc | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6480: create program director view mode. gsb_feature_staff_ct.ds.inc | 112 +++++++++++++++++++++++ gsb_feature_staff_ct.features.field_instance.inc | 111 +++++++++++++++++++--- gsb_feature_staff_ct.info | 3 + gsb_feature_staff_ct.strongarm.inc | 3 + 4 files changed, 217 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add class back to wrapper. gsb_feature_staff_ct.field_group.inc | 5 +++-- gsb_feature_staff_ct.strongarm.inc | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_staff_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: link staff picture to profile in related. gsb_feature_staff_ct.ds.inc | 13 +++++++++++++ gsb_feature_staff_ct.features.field_instance.inc | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5318: update display of people fpp for new field. gsb_feature_staff_ct.ds.inc | 37 ++++++++---------------- gsb_feature_staff_ct.features.field_instance.inc | 24 ++++++++------- gsb_feature_staff_ct.field_group.inc | 11 ++----- 3 files changed, 29 insertions(+), 43 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5318: update display of people fpp for new field. gsb_feature_staff_ct.ds.inc | 58 ++++++++++++------------ gsb_feature_staff_ct.features.field_instance.inc | 50 ++++++++++---------- gsb_feature_staff_ct.field_group.inc | 11 ++--- 3 files changed, 58 insertions(+), 61 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: configure field collection display. gsb_feature_staff_ct.ds.inc | 87 +++++++++++++++++++++++- gsb_feature_staff_ct.features.field_instance.inc | 26 +++---- gsb_feature_staff_ct.info | 2 + 3 files changed, 97 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5324 remove the older fields gsb_feature_staff_ct.features.field_instance.inc | 169 ----------------------- gsb_feature_staff_ct.info | 2 - 2 files changed, 171 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5324 add the field collection to staff gsb_feature_staff_ct.features.field_instance.inc | 143 ++++++++++++----------- gsb_feature_staff_ct.info | 2 +- 2 files changed, 76 insertions(+), 69 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5324 remove the older fields gsb_feature_staff_ct.features.field_instance.inc | 595 +++-------------------- gsb_feature_staff_ct.info | 3 +- gsb_feature_staff_ct.strongarm.inc | 44 +- 3 files changed, 111 insertions(+), 531 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: update staff display. gsb_feature_staff_ct.ds.inc | 168 ++++++++++---- gsb_feature_staff_ct.features.field_instance.inc | 269 +++++------------------ gsb_feature_staff_ct.field_group.inc | 12 +- gsb_feature_staff_ct.info | 1 + gsb_feature_staff_ct.strongarm.inc | 2 +- 5 files changed, 182 insertions(+), 270 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5324 add the field collection to staff gsb_feature_staff_ct.features.field_instance.inc | 146 ++++++++++++----------- gsb_feature_staff_ct.info | 2 +- 2 files changed, 76 insertions(+), 72 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: configure staff detail display. gsb_feature_staff_ct.ds.inc | 52 +++--- gsb_feature_staff_ct.features.field_instance.inc | 222 +++++------------------ gsb_feature_staff_ct.field_group.inc | 28 +++ gsb_feature_staff_ct.info | 2 + gsb_feature_staff_ct.strongarm.inc | 42 +++++ 5 files changed, 142 insertions(+), 204 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: update staff display. gsb_feature_staff_ct.ds.inc | 168 ++++++--- gsb_feature_staff_ct.features.field_instance.inc | 438 ++++++++++++----------- gsb_feature_staff_ct.field_group.inc | 12 +- gsb_feature_staff_ct.info | 3 + gsb_feature_staff_ct.strongarm.inc | 2 +- 5 files changed, 365 insertions(+), 258 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: configure staff detail display. gsb_feature_staff_ct.ds.inc | 52 +++--- gsb_feature_staff_ct.features.field_instance.inc | 222 +++++------------------ gsb_feature_staff_ct.field_group.inc | 28 +++ gsb_feature_staff_ct.info | 2 + gsb_feature_staff_ct.strongarm.inc | 42 +++++ 5 files changed, 142 insertions(+), 204 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5282 set pattern for staff CT gsb_feature_staff_ct.info | 1 + gsb_feature_staff_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5282 update staff CT gsb_feature_staff_ct.features.field_instance.inc | 209 ++++++++++++++++++++++- gsb_feature_staff_ct.field_group.inc | 4 +- gsb_feature_staff_ct.info | 2 + 3 files changed, 206 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_staff_ct.info | 7 ++++--- gsb_feature_staff_ct.strongarm.inc | 7 +++++++ 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update the help text for image field gsb_feature_staff_ct.features.field_instance.inc | 27 +++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field gsb_feature_staff_ct.features.field_instance.inc | 96 +----------------------- gsb_feature_staff_ct.features.inc | 1 + gsb_feature_staff_ct.info | 2 +- 3 files changed, 4 insertions(+), 95 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text to image field gsb_feature_staff_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy for staff ct gsb_feature_staff_ct.features.field_instance.inc | 48 +++++++++++++++++----- gsb_feature_staff_ct.field_group.inc | 52 ++++++++++++++++++++++++ gsb_feature_staff_ct.info | 6 ++- gsb_feature_staff_ct.strongarm.inc | 5 ++- 4 files changed, 97 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2520: chang label on staff. gsb_feature_staff_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_links_fpp =========================================== view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6140 Changing prerender alter to look for 'show-more-less' prefix gsb_feature_links_fpp.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-5999 Added check for #id and added class for show-more field group gsb_feature_links_fpp.field_group.inc | 2 +- gsb_feature_links_fpp.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5433 Added empty test to remove watchdog warnings gsb_feature_links_fpp.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Adding test for empty to fix a warning we were getting. gsb_feature_links_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5362 Remove the show-more-less classes if field_link_display_show_more not set to true gsb_feature_links_fpp.module | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5362 Added field group group_show_more gsb_feature_links_fpp.field_group.inc | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5362 Added field group group_show_more gsb_feature_links_fpp.features.inc | 3 +++ gsb_feature_links_fpp.info | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5362 Adding field instance for field_link_display_show_more gsb_feature_links_fpp.features.field_instance.inc | 53 +++++++++++++++++++++++ gsb_feature_links_fpp.info | 1 + 2 files changed, 54 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5362 Adding new ds group field for fielditems showmoreless.js gsb_feature_links_fpp.ds.inc | 46 +++++++++++++++++++++++ gsb_feature_links_fpp.features.field_instance.inc | 32 +++++----------- gsb_feature_links_fpp.features.inc | 3 ++ gsb_feature_links_fpp.info | 3 ++ gsb_feature_links_fpp.module | 2 +- gsb_feature_links_fpp.strongarm.inc | 11 +++++- 6 files changed, 73 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_links_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4251 Changed from red-bar to black-bar gsb_feature_links_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_existing_node_list_fpp =========================================== view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WM-5505 Changed the Block Title url to be optional gsb_feature_existing_node_list_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5498 Added hook for field_formatter_settings_summary() gsb_feature_existing_node_list_fpp.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Added code to support compact and expanded view modes ...sting_node_list_fpp.features.field_instance.inc | 52 ++++++++++++++++------ gsb_feature_existing_node_list_fpp.info | 1 + gsb_feature_existing_node_list_fpp.module | 26 +++++++++++ gsb_feature_existing_node_list_fpp.strongarm.inc | 16 +++++-- 4 files changed, 78 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new Existing Node List FPP ...ng_node_list_fpp.fieldable_panels_pane_type.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Update to exported feature gsb_feature_existing_node_list_fpp.features.inc | 3 +++ gsb_feature_existing_node_list_fpp.info | 5 ++-- gsb_feature_existing_node_list_fpp.strongarm.inc | 33 ++++++++++++++++++++++-- 3 files changed, 37 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new Existing Node List FPP ...sting_node_list_fpp.features.field_instance.inc | 181 +++++++++++++++++++++ 1 file changed, 181 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new Existing Node List FPP gsb_feature_existing_node_list_fpp.features.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new Existing Node List FPP gsb_feature_existing_node_list_fpp.info | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new Existing Node List FPP gsb_feature_existing_node_list_fpp.strongarm.inc | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5452 Adding new Existing Node List FPP gsb_feature_existing_node_list_fpp.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_webform_ct =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7516 Added new patch gsb_feature_webform_ct.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7516 Added new patch gsb_feature_webform_ct.make | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7324 Added code to change the help text for the slideshow image field gsb_feature_webform_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7231: update webform display. gsb_feature_webform_ct.features.field_instance.inc | 43 +++------ gsb_feature_webform_ct.features.inc | 4 +- gsb_feature_webform_ct.strongarm.inc | 107 ++++++++++++++++++++- 3 files changed, 121 insertions(+), 33 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Fixing up the form error text gsb_feature_webform_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Adding update for hero region slideshow rendering gsb_feature_webform_ct.module | 56 +++++++++++++++++++++------- js/gsb_feature_webform_ct_slideshow_slick.js | 17 +++++++++ 2 files changed, 59 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7220 Finished fix on handling required slideshow fields gsb_feature_webform_ct.module | 47 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7220 Part of the fix on required fields in slideshow. gsb_feature_webform_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7148 Added new field instance field_slideshow_slides gsb_feature_webform_ct.features.field_instance.inc | 57 ++++++++++++++++++++++ gsb_feature_webform_ct.field_group.inc | 1 + gsb_feature_webform_ct.info | 10 +++- gsb_feature_webform_ct.module | 9 ++++ 4 files changed, 75 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7058 Adding new fields to support Hero region gsb_feature_webform_ct.features.field_instance.inc | 156 ++++++++++++++++++++- gsb_feature_webform_ct.features.inc | 3 + gsb_feature_webform_ct.field_group.inc | 48 +++++++ gsb_feature_webform_ct.info | 8 +- gsb_feature_webform_ct.module | 20 +++ gsb_feature_webform_ct.strongarm.inc | 6 +- 6 files changed, 232 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6282 hide the title for webform body field gsb_feature_webform_ct.panelizer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6213 Updating module webform gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6101 Update module changes for release-5.22 gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6138 Added field_body to the webform panelizer full page override content gsb_feature_webform_ct.panelizer.inc | 60 +++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago Adding content pane for webform gsb_feature_webform_ct.info | 1 - gsb_feature_webform_ct.panelizer.inc | 86 +++++------------------------------- 2 files changed, 12 insertions(+), 75 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-5988 Upgrading webform module from 3.24 to 4.10 gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-5976 Update for webform_phone module gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Changing the github raw url gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_webform_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Adam Moore, 1 year, 3 months ago WP-5286: Update webform module to version 3.24. gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5214 remove menu strongarm variable gsb_feature_webform_ct.info | 2 +- gsb_feature_webform_ct.strongarm.inc | 37 ------------------------------------ 2 files changed, 1 insertion(+), 38 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5214 Make it available for all section menus only gsb_feature_webform_ct.strongarm.inc | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5214 enable menu setting for webform gsb_feature_webform_ct.strongarm.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago Upgrade webform module to 3.23. gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_webform_ct.info | 6 ++-- gsb_feature_webform_ct.panelizer.inc | 22 +++++++----- gsb_feature_webform_ct.strongarm.inc | 67 ++++-------------------------------- 3 files changed, 23 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5109: Upgrade Webform module. gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4955 Removed AddThis pane from Webform CT gsb_feature_webform_ct.panelizer.inc | 56 +++++++----------------------------- 1 file changed, 10 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4795: Upgrade Webform and Webform Phone Number modules. gsb_feature_webform_ct.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field gsb_feature_webform_ct.features.field_instance.inc | 72 ---------------------- gsb_feature_webform_ct.info | 2 +- 2 files changed, 1 insertion(+), 73 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4542 Added new setting for force_pathauto gsb_feature_webform_ct.features.inc | 1 + gsb_feature_webform_ct.strongarm.inc | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. gsb_feature_webform_ct.features.field_instance.inc | 40 ++++++++++++++++++++++ gsb_feature_webform_ct.info | 4 +-- 2 files changed, 42 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3679: Add webform_phone to make and remove options_elment. gsb_feature_webform_ct.info | 1 + gsb_feature_webform_ct.make | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3679: Update options to 1.12 gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3208: Adjust webform_addmore.js to find the correct fieldset. gsb_feature_webform_ct.make | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3208: Add webform_addmore module. gsb_feature_webform_ct.info | 1 + gsb_feature_webform_ct.install | 7 +++++++ gsb_feature_webform_ct.make | 3 +++ 3 files changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_webform_ct.features.field_instance.inc | 79 +++++++++++++++------- gsb_feature_webform_ct.info | 5 +- gsb_feature_webform_ct.strongarm.inc | 11 +-- 3 files changed, 67 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Upgrade webform to 3.20 gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago upgrade options_element to 1.10. gsb_feature_webform_ct.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
=========================================== ./gsb_feature_social_feed =========================================== view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7434 Renamed the name field to widget name gsb_feature_social_feed.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7434 exported field_stackla_name ...feature_social_feed.features.field_instance.inc | 39 ++++++++++++++++++++++ gsb_feature_social_feed.info | 1 + 2 files changed, 40 insertions(+) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7434 Added stackla api call and renamed the FPP ...feature_social_feed.features.field_instance.inc | 114 --------------------- ...ture_social_feed.fieldable_panels_pane_type.inc | 2 +- gsb_feature_social_feed.info | 1 - gsb_feature_social_feed.module | 40 +++++++- 4 files changed, 36 insertions(+), 121 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Removed Stackla Display Fpp ...feature_social_feed.features.field_instance.inc | 47 ---------------------- ...ture_social_feed.fieldable_panels_pane_type.inc | 8 ---- gsb_feature_social_feed.info | 2 - 3 files changed, 57 deletions(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Removed Stackla Display Fpp ...feature_social_feed.features.field_instance.inc | 47 ---------------------- ...ture_social_feed.fieldable_panels_pane_type.inc | 8 ---- gsb_feature_social_feed.info | 2 - 3 files changed, 57 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Added marketing_admin role to access stackla embed field, fix for disappearing resuablesection in fpps gsb_feature_social_feed.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Added marketing_admin role to access stackla embed field, fix for disappearing resuablesection in fpps gsb_feature_social_feed.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 2 months ago author: Greg Mercer, 2 months ago Removing dependencies[] = stackla_field gsb_feature_social_feed.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7065 Added Embed Stackla FPP ...feature_social_feed.features.field_instance.inc | 114 +++++++++++++++++++++ ...ture_social_feed.fieldable_panels_pane_type.inc | 8 ++ gsb_feature_social_feed.info | 3 + gsb_feature_social_feed.module | 18 ++++ 4 files changed, 143 insertions(+) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7065 added stackla field to export ...feature_social_feed.features.field_instance.inc | 47 ++++++++++++++++++++++ gsb_feature_social_feed.info | 2 + 2 files changed, 49 insertions(+) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7065 Added stackla fpp ...feature_social_feed.features.field_instance.inc | 8 ++++---- gsb_feature_social_feed.features.inc | 3 +++ gsb_feature_social_feed.field_group.inc | 13 +++++++++---- ...ture_social_feed.fieldable_panels_pane_type.inc | 22 ++++++++++++++++++++++ gsb_feature_social_feed.info | 2 ++ gsb_feature_social_feed.strongarm.inc | 12 ------------ 6 files changed, 40 insertions(+), 20 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6647 Fixed retweeted tweet broken url js/gsb_tweetfeed.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6269 fix the social feed (javascript error) js/gsb_tweetfeed.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6237 hide twitter block if no tweets js/gsb_tweetfeed.js | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add class back to wrapper. gsb_feature_social_feed.features.field_instance.inc | 20 ++++++++++++++++---- gsb_feature_social_feed.field_group.inc | 3 ++- gsb_feature_social_feed.strongarm.inc | 12 ++++++++++++ 3 files changed, 30 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4632 social feed fix when using hashtag js/gsb_tweetfeed.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_social_feed.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4248: update social feed markup. js/gsb_tweetfeed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4249: Make the twitter icon linked. js/gsb_tweetfeed.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3428: Fix typo that prevented social feed FPPs from working. gsb_feature_social_feed.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3271: Move tweetfeed code to social_feed. gsb_feature_social_feed.module | 29 +++++- js/gsb_feature_social_feed.js | 29 ++++++ js/gsb_tweetfeed.js | 213 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 270 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2472: add handle wrapper. gsb_feature_social_feed.ds.inc | 8 +++-- ...feature_social_feed.features.field_instance.inc | 42 +--------------------- gsb_feature_social_feed.field_group.inc | 33 +++++++++++++++++ gsb_feature_social_feed.info | 1 + gsb_feature_social_feed.strongarm.inc | 8 ++++- 5 files changed, 48 insertions(+), 44 deletions(-)
=========================================== ./gsb_feature_announcement_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_announcement_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6095: link announcement image to content. gsb_feature_announcement_ct.ds.inc | 1 + ...ure_announcement_ct.features.field_instance.inc | 56 ++++++++++++---------- gsb_feature_announcement_ct.strongarm.inc | 4 ++ 3 files changed, 36 insertions(+), 25 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6089: link announcement image to content. gsb_feature_announcement_ct.ds.inc | 8 ++-- ...ure_announcement_ct.features.field_instance.inc | 56 ++++++++++++---------- 2 files changed, 35 insertions(+), 29 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrapper. gsb_feature_announcement_ct.field_group.inc | 8 +++++--- gsb_feature_announcement_ct.strongarm.inc | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_announcement_ct.ds.inc | 24 +++--- ...ure_announcement_ct.features.field_instance.inc | 92 +++++++++++----------- gsb_feature_announcement_ct.field_group.inc | 64 +++++++++++++++ gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 12 +-- 5 files changed, 132 insertions(+), 62 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: reposition date field. gsb_feature_announcement_ct.ds.inc | 24 +++++++++++----------- ...ure_announcement_ct.features.field_instance.inc | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: configure compact and expanded view modes. gsb_feature_announcement_ct.ds.inc | 206 +++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 329 ++++++++++++++++++++- gsb_feature_announcement_ct.info | 4 + gsb_feature_announcement_ct.strongarm.inc | 30 ++ 4 files changed, 567 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5408: add divs to file fields. gsb_feature_announcement_ct.ds.inc | 7 +++++++ gsb_feature_announcement_ct.features.field_instance.inc | 1 + 2 files changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move files field inside related block gsb_feature_announcement_ct.features.field_instance.inc | 2 +- gsb_feature_announcement_ct.field_group.inc | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_announcement_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_announcement_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_announcement_ct.ds.inc | 45 ++++++++++++++++++++-- ...ure_announcement_ct.features.field_instance.inc | 24 ++++++------ gsb_feature_announcement_ct.field_group.inc | 4 +- gsb_feature_announcement_ct.strongarm.inc | 9 +++++ 4 files changed, 67 insertions(+), 15 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_announcement_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_announcement_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_announcement_ct.ds.inc | 45 ++++++++++++++++++++-- ...ure_announcement_ct.features.field_instance.inc | 24 ++++++------ gsb_feature_announcement_ct.field_group.inc | 4 +- gsb_feature_announcement_ct.strongarm.inc | 9 +++++ 4 files changed, 67 insertions(+), 15 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 update allowed formats for file field gsb_feature_announcement_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add new related fields ...ure_announcement_ct.features.field_instance.inc | 168 ++++++++++++++++++++- gsb_feature_announcement_ct.field_group.inc | 5 +- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 2 +- 4 files changed, 169 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 revert the wrong label changes gsb_feature_announcement_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 label change gsb_feature_announcement_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5100 update label for CT field publication gsb_feature_announcement_ct.features.field_instance.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_announcement_ct.info | 4 ++-- gsb_feature_announcement_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...ure_announcement_ct.features.field_instance.inc | 28 ++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...ure_announcement_ct.features.field_instance.inc | 28 ++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px gsb_feature_announcement_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 gsb_feature_announcement_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4631 clear program field based on alumni mention gsb_feature_announcement_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_announcement_ct.ds.inc | 71 +++++++++++ ...ure_announcement_ct.features.field_instance.inc | 139 ++++++++++++++++++++- gsb_feature_announcement_ct.info | 3 + gsb_feature_announcement_ct.strongarm.inc | 18 +++ 4 files changed, 226 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4694 make program mandatory for announcement ct gsb_feature_announcement_ct.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mentioned in announcement ct gsb_feature_announcement_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single ...ure_announcement_ct.features.field_instance.inc | 23 ++++++++++++---------- gsb_feature_announcement_ct.field_group.inc | 8 ++++---- gsb_feature_announcement_ct.info | 2 +- gsb_feature_announcement_ct.strongarm.inc | 4 ++-- 4 files changed, 20 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago Enable workbench moderation. gsb_feature_announcement_ct.info | 4 ++-- gsb_feature_announcement_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4494 Removing fields for the search field concat gsb_feature_announcement_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4378: Add Alt Text field to key image. ...ure_announcement_ct.features.field_instance.inc | 2 +- gsb_feature_announcement_ct.info | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4403: place the media toolkit. gsb_feature_announcement_ct.ds.inc | 18 +++++++------- ...ure_announcement_ct.features.field_instance.inc | 28 +++++++++++----------- gsb_feature_announcement_ct.field_group.inc | 2 +- gsb_feature_announcement_ct.strongarm.inc | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4389 Added new extra field gsb_media_toolkit gsb_feature_announcement_ct.ds.inc | 2 ++ gsb_feature_announcement_ct.module | 42 +++++++++++++++++++++++++++++++ gsb_feature_announcement_ct.strongarm.inc | 6 +++++ 3 files changed, 50 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4387 Added metatag settings for Announcement CT gsb_feature_announcement_ct.features.metatag.inc | 57 ++++++++++++++++++++++++ gsb_feature_announcement_ct.info | 2 + 2 files changed, 59 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4370: place the social fields. gsb_feature_announcement_ct.ds.inc | 60 ++++++++++++++++++---- ...ure_announcement_ct.features.field_instance.inc | 32 ++++++------ gsb_feature_announcement_ct.field_group.inc | 2 +- gsb_feature_announcement_ct.strongarm.inc | 4 +- 4 files changed, 68 insertions(+), 30 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4371: add short url to display. gsb_feature_announcement_ct.ds.inc | 40 +++++++++++++++++----- ...ure_announcement_ct.features.field_instance.inc | 33 ++++++++++-------- gsb_feature_announcement_ct.features.inc | 1 + gsb_feature_announcement_ct.field_group.inc | 2 +- gsb_feature_announcement_ct.strongarm.inc | 7 ++-- 5 files changed, 56 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4263 Removing empty related section if empty gsb_feature_announcement_ct.module | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export announcement teaser display. gsb_feature_announcement_ct.ds.inc | 129 +++++++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 81 ++++++++----- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 8 ++ 4 files changed, 188 insertions(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: export announcement teaser display. gsb_feature_announcement_ct.ds.inc | 129 +++++++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 81 ++++++++----- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 8 ++ 4 files changed, 188 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Remove unneeded alter. gsb_feature_announcement_ct.module | 12 ------------ 1 file changed, 12 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4052: Add ability to create revisions and disable preview. gsb_feature_announcement_ct.info | 4 ++-- gsb_feature_announcement_ct.strongarm.inc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: update image style based on specs. gsb_feature_announcement_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update detail display with related faculty. gsb_feature_announcement_ct.ds.inc | 14 ++++---------- gsb_feature_announcement_ct.features.field_instance.inc | 17 +++++------------ gsb_feature_announcement_ct.field_group.inc | 2 +- 3 files changed, 10 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-4154: Needed to resave display suite values. gsb_feature_announcement_ct.features.field_instance.inc | 6 ++++++ gsb_feature_announcement_ct.info | 3 ++- gsb_feature_announcement_ct.strongarm.inc | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3975 Added search field ...ure_announcement_ct.features.field_instance.inc | 83 ++++++++++++++++++++++ gsb_feature_announcement_ct.info | 1 + 2 files changed, 84 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-3922: news listing layout settings. gsb_feature_announcement_ct.ds.inc | 119 +++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 144 ++++++++++++++++++++- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 11 ++ 4 files changed, 271 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Added field_related_faculty ...ure_announcement_ct.features.field_instance.inc | 130 +++++++++++---------- gsb_feature_announcement_ct.field_group.inc | 6 +- gsb_feature_announcement_ct.info | 2 +- 3 files changed, 72 insertions(+), 66 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3922: news listing layout settings. gsb_feature_announcement_ct.ds.inc | 119 ++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 156 ++++++++++++++++++++- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 11 ++ 4 files changed, 283 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4096: export related to idea story display. gsb_feature_announcement_ct.ds.inc | 114 +++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 138 ++++++++++++++++++++- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 6 +- 4 files changed, 257 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Alexei Gorobets, 2 years ago WP-4109: Add Pathauto field pattern for Announcement CT. ...ure_announcement_ct.features.field_instance.inc | 69 +++++++++++++++++++--- gsb_feature_announcement_ct.field_group.inc | 6 +- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 13 +++- 4 files changed, 76 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4096: export related to idea story display. gsb_feature_announcement_ct.ds.inc | 114 +++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 138 ++++++++++++++++++++- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 6 +- 4 files changed, 257 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4109: Add Pathauto field pattern for Announcement CT. ...ure_announcement_ct.features.field_instance.inc | 69 +++++++++++++++++++--- gsb_feature_announcement_ct.field_group.inc | 6 +- gsb_feature_announcement_ct.info | 2 + gsb_feature_announcement_ct.strongarm.inc | 13 +++- 4 files changed, 76 insertions(+), 14 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4112: Add Media Inquiries to Announcements detail page. gsb_feature_announcement_ct.ds.inc | 18 ++++++++------- ...ure_announcement_ct.features.field_instance.inc | 26 +++++++++++----------- gsb_feature_announcement_ct.field_group.inc | 2 +- gsb_feature_announcement_ct.strongarm.inc | 6 +++++ 4 files changed, 30 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3917: add display settings for announcement. gsb_feature_announcement_ct.ds.inc | 221 +++++++++++++++++++++ ...ure_announcement_ct.features.field_instance.inc | 160 ++++++--------- gsb_feature_announcement_ct.features.inc | 3 + gsb_feature_announcement_ct.field_group.inc | 31 +++ gsb_feature_announcement_ct.info | 4 + gsb_feature_announcement_ct.strongarm.inc | 69 ++++++- 6 files changed, 386 insertions(+), 102 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago WP-4056 add pr contact to announcement ct ...ure_announcement_ct.features.field_instance.inc | 49 ++++++++++++++++++++++ gsb_feature_announcement_ct.info | 6 +-- gsb_feature_announcement_ct.strongarm.inc | 6 +-- 3 files changed, 54 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3916 update announcement ct fields ...ure_announcement_ct.features.field_instance.inc | 38 +++++++++--------- gsb_feature_announcement_ct.field_group.inc | 4 +- gsb_feature_announcement_ct.info | 6 +-- gsb_feature_announcement_ct.module | 45 ++++++++++++++++++++++ 4 files changed, 70 insertions(+), 23 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3916 add missing body field ...ure_announcement_ct.features.field_instance.inc | 93 +++++++++++++++++++++- gsb_feature_announcement_ct.field_group.inc | 6 +- gsb_feature_announcement_ct.info | 1 + gsb_feature_announcement_ct.strongarm.inc | 6 +- 4 files changed, 99 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3916 remove unwanted fields ...ure_announcement_ct.features.field_instance.inc | 110 +-------------------- gsb_feature_announcement_ct.field_group.inc | 42 ++++++-- gsb_feature_announcement_ct.info | 4 +- gsb_feature_announcement_ct.strongarm.inc | 6 +- 4 files changed, 42 insertions(+), 120 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3916 Add new announcement ct ...ure_announcement_ct.features.field_instance.inc | 1164 ++++++++++++++++++++ gsb_feature_announcement_ct.features.inc | 34 + gsb_feature_announcement_ct.field_group.inc | 208 ++++ gsb_feature_announcement_ct.info | 71 ++ gsb_feature_announcement_ct.module | 7 + gsb_feature_announcement_ct.strongarm.inc | 93 ++ 6 files changed, 1577 insertions(+) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago update ct name README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_program_display =========================================== view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7403 Removing application open condition plugins/content_types/program_display.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago Added condition to check for 'application open' plugins/content_types/program_display.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7227 Removes the field_image_single_public for all items that are faculty references gsb_feature_program_display.module | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6826 Added new function to change title of pane if it is a view mode based program or program instance pane plugins/content_types/program_display.inc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6773 Added new function gsb_feature_program_display_ds_pre_render_alter() to avoid rendering empty sections in field_program_faculty view gsb_feature_program_display.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6773 Modified the query used to find the upcoming program instance to consider the field_instance_date_value value plugins/content_types/program_display.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6773 Added new function _gsb_feature_program_get_cached_node() to check the node's timestamp to determine if stale. plugins/content_types/program_display.inc | 34 ++++++++++++++++++------------- 1 file changed, 20 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6749 Name changes for the program content pane plugins/content_types/program_display.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Removing dpm calls plugins/content_types/program_display.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Update program_display.inc plugins/content_types/program_display.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6687 Added check of revision timestamp. If they don't match we need to update the cache. plugins/content_types/program_display.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Changed pane to use "Custom Content & Features" category plugins/content_types/program_display.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6504: update program display. plugins/content_types/program_display.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Some small changes - mostly in how we name and use view_mode names. plugins/content_types/program_display.inc | 47 ++++++++++++++++++------------- 1 file changed, 27 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Added a comment for the edit form function plugins/content_types/program_display.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Initial commit gsb_feature_program_display.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Initial commit gsb_feature_program_display.info | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6337 Initial commit plugins/content_types/program_display.inc | 152 ++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_program_instance_ct =========================================== view commit - committer: Ayuta Padhi, 9 days ago author: Ayuta Padhi, 9 days ago WP-7539 Added image style to display image gsb_feature_program_instance_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7514: add the date text field to the expanded display. gsb_feature_program_instance_ct.ds.inc | 22 +++++++- ...program_instance_ct.features.field_instance.inc | 65 +++++++++++----------- gsb_feature_program_instance_ct.strongarm.inc | 10 +++- 3 files changed, 62 insertions(+), 35 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Greg Mercer (GBear), 2 weeks ago WP-7495 Added new extra field for the field_faculty_directors field collection gsb_feature_program_instance_ct.module | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Greg Mercer (GBear), 2 weeks ago WP-7495 Added new extra field for the field_faculty_directors field collection gsb_feature_program_instance_ct.module | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7514: add the date text field to the expanded display. gsb_feature_program_instance_ct.ds.inc | 22 +++++++- ...program_instance_ct.features.field_instance.inc | 66 +++++++++++----------- gsb_feature_program_instance_ct.strongarm.inc | 10 +++- 3 files changed, 62 insertions(+), 36 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7491 Fixed image link to detail page gsb_feature_program_instance_ct.module | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7486 Updated searchable field list ...eature_program_instance_ct.features.field_instance.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7491 Fixed image link to detail page gsb_feature_program_instance_ct.module | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7486 Updated searchable field list ...eature_program_instance_ct.features.field_instance.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7433 Fixing an error caused by the previous commit gsb_feature_program_instance_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7433 Added code during submit handling to sort fac1, fac2 and guest by last name gsb_feature_program_instance_ct.module | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7185 Changing text on Tuition labels gsb_feature_program_instance_ct.features.field_instance.inc | 9 +++++---- gsb_feature_program_instance_ct.field_group.inc | 11 ++++++----- gsb_feature_program_instance_ct.info | 4 ++-- 3 files changed, 13 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6993 Update to new help text. gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6993 Update to new help text. Doc changed after dev implementation. Sigh gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Removing title from field_application_url gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Some changes around labels and logic related to field_application_url ...program_instance_ct.features.field_instance.inc | 3 ++- gsb_feature_program_instance_ct.field_group.inc | 6 +++--- gsb_feature_program_instance_ct.module | 22 +++++++++++++++++++--- 3 files changed, 24 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6958 Changed to use link_title_plain for the program location gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- gsb_feature_program_instance_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6883: swap out key image for display image. gsb_feature_program_instance_ct.ds.inc | 4 +- ...program_instance_ct.features.field_instance.inc | 52 +++++++++++----------- gsb_feature_program_instance_ct.strongarm.inc | 12 +++-- 3 files changed, 37 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6934 Adding new display image extra field. gsb_feature_program_instance_ct.module | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6906: set up teaser view mode in application deadline field collection. gsb_feature_program_instance_ct.ds.inc | 56 ++++++++++++++++++++++ ...program_instance_ct.features.field_instance.inc | 25 ++++++++++ gsb_feature_program_instance_ct.info | 2 + 3 files changed, 83 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6765 Removing the previous code which cleared either instance date or instance text. js/gsb_feature_program_instance_ct_edit.js | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6765 Added submit function to clean out the instance date or instance text depending on the value of date_text_select gsb_feature_program_instance_ct.module | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6800 Hiding/commenting-out use of brochure fields from Program Instance CT gsb_feature_program_instance_ct.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6780 Added alt text to the themed key image gsb_feature_program_instance_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6779 Changed vtab label to Application Deadlines gsb_feature_program_instance_ct.field_group.inc | 12 ++++++------ gsb_feature_program_instance_ct.info | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6773: change wrapper to div. gsb_feature_program_instance_ct.field_group.inc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6773 Adding new group wrapper for faculty group_wrapper_faculty gsb_feature_program_instance_ct.ds.inc | 16 +++--- ...program_instance_ct.features.field_instance.inc | 58 +++++++++++----------- gsb_feature_program_instance_ct.field_group.inc | 34 +++++++++++++ gsb_feature_program_instance_ct.info | 1 + gsb_feature_program_instance_ct.strongarm.inc | 4 +- 5 files changed, 75 insertions(+), 38 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6707 Changing tuition link field to have "open new window" option gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6760 Removing field instance field_prequalification_url ...program_instance_ct.features.field_instance.inc | 110 --------------------- gsb_feature_program_instance_ct.field_group.inc | 1 - gsb_feature_program_instance_ct.info | 3 +- 3 files changed, 1 insertion(+), 113 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6711 Added link around the key image gsb_feature_program_instance_ct.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6746 Removing field instance field_link_apply_button ...program_instance_ct.features.field_instance.inc | 106 --------------------- gsb_feature_program_instance_ct.field_group.inc | 3 +- gsb_feature_program_instance_ct.info | 3 +- gsb_feature_program_instance_ct.module | 10 -- 4 files changed, 2 insertions(+), 120 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6746 Removing field instance field_link_apply_button ...program_instance_ct.features.field_instance.inc | 106 --------------------- gsb_feature_program_instance_ct.field_group.inc | 3 +- gsb_feature_program_instance_ct.info | 3 +- gsb_feature_program_instance_ct.module | 13 +-- 4 files changed, 5 insertions(+), 120 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6744 Hiding the older(deprecated) field field_application_url gsb_feature_program_instance_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6726 Small adjustment to the previous commit. js/gsb_feature_program_instance_ct.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6726 Added throbber code. Throb throb. js/gsb_feature_program_instance_ct.js | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6726 Changed js handling for display-on-finder and is-application-open ajax udpates js/gsb_feature_program_instance_ct.js | 58 +++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6720 Added help text gsb_feature_program_instance_ct.features.field_instance.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6727 Added validation for field_program_format and field_program_location_category gsb_feature_program_instance_ct.module | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6720 Changed to use relative for Payment Cancellation URL gsb_feature_program_instance_ct.features.field_instance.inc | 4 ++-- gsb_feature_program_instance_ct.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6654 Added 'required' state and validation for field_link_apply_button, when field_is_application_open is checked. gsb_feature_program_instance_ct.module | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6708 Added new group instance group_optional_programming ...program_instance_ct.features.field_instance.inc | 18 ++++----- gsb_feature_program_instance_ct.field_group.inc | 46 +++++++++++++++++----- gsb_feature_program_instance_ct.info | 1 + 3 files changed, 47 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6688 Adding new field instance field_display_on_finder_select ...program_instance_ct.features.field_instance.inc | 106 +++++++++++++++++++-- gsb_feature_program_instance_ct.field_group.inc | 22 ++--- gsb_feature_program_instance_ct.info | 6 +- gsb_feature_program_instance_ct.module | 23 +++++ gsb_feature_program_instance_ct.strongarm.inc | 6 +- 5 files changed, 138 insertions(+), 25 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6656: add class to fields. gsb_feature_program_instance_ct.ds.inc | 18 ++++++++++++++++++ ...ure_program_instance_ct.features.field_instance.inc | 6 ++++++ gsb_feature_program_instance_ct.strongarm.inc | 4 ++++ 3 files changed, 28 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6674 Added code to set default brochure options for nodes that have already been saved before we had this field. gsb_feature_program_instance_ct.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6667 Adding new field instance for field_edit_faculty_page ...program_instance_ct.features.field_instance.inc | 91 ++++++++++++++++++++-- gsb_feature_program_instance_ct.field_group.inc | 1 + gsb_feature_program_instance_ct.info | 3 +- gsb_feature_program_instance_ct.module | 14 ++++ 4 files changed, 103 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Setting brouchure radio option default to no_brochure_download gsb_feature_program_instance_ct.features.field_instance.inc | 6 +++++- gsb_feature_program_instance_ct.field_group.inc | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Adding new field instance for field_brochure_options ...program_instance_ct.features.field_instance.inc | 99 ++++++++++++++++++++-- gsb_feature_program_instance_ct.field_group.inc | 23 ++--- gsb_feature_program_instance_ct.info | 5 +- 3 files changed, 109 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Adding new radio button states related to brochure options gsb_feature_program_instance_ct.module | 38 +++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Setting brouchure radio option default to no_brochure_download gsb_feature_program_instance_ct.features.field_instance.inc | 6 +++++- gsb_feature_program_instance_ct.field_group.inc | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6588: configure new view mode for program instance. gsb_feature_program_instance_ct.ds.inc | 84 ++++++++++ ...program_instance_ct.features.field_instance.inc | 186 +++++++++++++++++++++ gsb_feature_program_instance_ct.info | 2 + gsb_feature_program_instance_ct.strongarm.inc | 29 ++++ 4 files changed, 301 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Adding new field instance for field_brochure_options ...program_instance_ct.features.field_instance.inc | 99 ++++++++++++++++++++-- gsb_feature_program_instance_ct.field_group.inc | 23 ++--- gsb_feature_program_instance_ct.info | 5 +- 3 files changed, 109 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6592 Adding new radio button states related to brochure options gsb_feature_program_instance_ct.module | 38 +++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6619 Added a space before node:field_instance_text gsb_feature_program_instance_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: export configuration of faculty block. gsb_feature_program_instance_ct.ds.inc | 128 ++++++++++++++ ...program_instance_ct.features.field_instance.inc | 193 +++++++++++++++++++++ gsb_feature_program_instance_ct.info | 2 + gsb_feature_program_instance_ct.strongarm.inc | 20 +++ 4 files changed, 343 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6505: export configuration of faculty block. gsb_feature_program_instance_ct.ds.inc | 128 ++++++++++++++ ...program_instance_ct.features.field_instance.inc | 193 +++++++++++++++++++++ gsb_feature_program_instance_ct.info | 2 + gsb_feature_program_instance_ct.strongarm.inc | 20 +++ 4 files changed, 343 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6634 Adding an extra field to program instance to display the key image from program gsb_feature_program_instance_ct.module | 44 +++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6620: add location field to display. gsb_feature_program_instance_ct.ds.inc | 11 ++++++++++- gsb_feature_program_instance_ct.features.field_instance.inc | 9 ++++++--- gsb_feature_program_instance_ct.info | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6620: add location field to display. gsb_feature_program_instance_ct.ds.inc | 11 ++++++++++- gsb_feature_program_instance_ct.features.field_instance.inc | 9 ++++++--- gsb_feature_program_instance_ct.info | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added new field groups faculty1 and faculty2 ...program_instance_ct.features.field_instance.inc | 10 +-- gsb_feature_program_instance_ct.field_group.inc | 80 +++++++++++++++++++--- gsb_feature_program_instance_ct.info | 2 + 3 files changed, 76 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Moving location of field_payment_cancellation to top of tab gsb_feature_program_instance_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Deleting group_instance_dates which had set outside of the vtabs gsb_feature_program_instance_ct.field_group.inc | 30 ------------------------- gsb_feature_program_instance_ct.info | 2 +- 2 files changed, 1 insertion(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Several small changes for new vtabs, etc ...program_instance_ct.features.field_instance.inc | 48 ++++++++----- gsb_feature_program_instance_ct.field_group.inc | 84 ++++++++++++++++++---- gsb_feature_program_instance_ct.info | 2 + 3 files changed, 103 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Adding state handling for field_director_title_other gsb_feature_program_instance_ct.module | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Switching to use field_person_fac_single_ref instead of field_person_ref ...program_instance_ct.features.field_instance.inc | 21 ++++++++++++--------- gsb_feature_program_instance_ct.field_group.inc | 22 +++++++++++----------- gsb_feature_program_instance_ct.info | 4 ++-- gsb_feature_program_instance_ct.module | 10 ++++------ 4 files changed, 29 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Surgery to remove field_location from field_collection_item-field_program_location gsb_feature_program_instance_ct.ds.inc | 9 -- ...program_instance_ct.features.field_instance.inc | 103 --------------------- gsb_feature_program_instance_ct.info | 3 +- 3 files changed, 1 insertion(+), 114 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Surgery to remove field_location from field_collection_item-field_program_location gsb_feature_program_instance_ct.ds.inc | 9 -- ...program_instance_ct.features.field_instance.inc | 103 --------------------- gsb_feature_program_instance_ct.info | 3 +- 3 files changed, 1 insertion(+), 114 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added field instances for the Faculty Directors, Guest and Advisors ...program_instance_ct.features.field_instance.inc | 97 ---------------------- gsb_feature_program_instance_ct.info | 4 +- 2 files changed, 2 insertions(+), 99 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added field instances for the Faculty Directors, Guest and Advisors ...program_instance_ct.features.field_instance.inc | 898 ++++++++++++++++++++- gsb_feature_program_instance_ct.field_group.inc | 77 +- gsb_feature_program_instance_ct.info | 13 +- gsb_feature_program_instance_ct.module | 229 ++++++ 4 files changed, 1165 insertions(+), 52 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added field instances for the Faculty Directors, Guest and Advisors ...program_instance_ct.features.field_instance.inc | 98 ---------------------- gsb_feature_program_instance_ct.info | 4 +- 2 files changed, 2 insertions(+), 100 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Added field instances for the Faculty Directors, Guest and Advisors ...program_instance_ct.features.field_instance.inc | 901 ++++++++++++++++++++- gsb_feature_program_instance_ct.field_group.inc | 77 +- gsb_feature_program_instance_ct.info | 13 +- gsb_feature_program_instance_ct.module | 229 ++++++ 4 files changed, 1167 insertions(+), 53 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6507: add time commitment field. gsb_feature_program_instance_ct.ds.inc | 2 + ...program_instance_ct.features.field_instance.inc | 140 ++++++++++++++++++--- gsb_feature_program_instance_ct.info | 1 + gsb_feature_program_instance_ct.strongarm.inc | 9 +- 4 files changed, 133 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 More changes for field instances ...program_instance_ct.features.field_instance.inc | 253 ++++++++++----------- gsb_feature_program_instance_ct.field_group.inc | 17 +- gsb_feature_program_instance_ct.info | 7 +- gsb_feature_program_instance_ct.module | 6 +- 4 files changed, 139 insertions(+), 144 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 More changes for field instances ...program_instance_ct.features.field_instance.inc | 253 ++++++++++----------- gsb_feature_program_instance_ct.field_group.inc | 17 +- gsb_feature_program_instance_ct.info | 7 +- gsb_feature_program_instance_ct.module | 6 +- 4 files changed, 139 insertions(+), 144 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago WP-6534 Made time commitment field available in program instance gsb_feature_program_instance_ct.module | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6534 Made time commitment field available in program instance gsb_feature_program_instance_ct.module | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6489 Changed to use abbreviated month. gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6489 Changed date input format to be "F j, Y" ...program_instance_ct.features.field_instance.inc | 198 ++++++++++++++++++++- gsb_feature_program_instance_ct.strongarm.inc | 14 +- 2 files changed, 210 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6489 Changing formatting for date to use day_month_and_year gsb_feature_program_instance_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6489 Adam and Jenny asked that we change the order of these tokens. gsb_feature_program_instance_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6489 Added new tokenized value for Program Instance title field gsb_feature_program_instance_ct.strongarm.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6494 Added code to clear the text/date Instance fields, based on which radio is checked gsb_feature_program_instance_ct.module | 6 ++++++ js/gsb_feature_program_instance_ct_edit.js | 31 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6494 Added new vertical tabs and other authoring related changes ...program_instance_ct.features.field_instance.inc | 127 ++++++++++++++++--- gsb_feature_program_instance_ct.field_group.inc | 139 +++++++++++++++++---- gsb_feature_program_instance_ct.info | 6 +- gsb_feature_program_instance_ct.module | 2 + gsb_feature_program_instance_ct.strongarm.inc | 11 +- 5 files changed, 237 insertions(+), 48 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago Changing the setting to use workbench_access_node for program_instance gsb_feature_program_instance_ct.info | 2 +- gsb_feature_program_instance_ct.strongarm.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6507: export compact and expanded for program instance. gsb_feature_program_instance_ct.ds.inc | 132 +++++++++++ ...program_instance_ct.features.field_instance.inc | 250 +++++++++++++++++++++ gsb_feature_program_instance_ct.info | 4 + gsb_feature_program_instance_ct.strongarm.inc | 4 +- 4 files changed, 388 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago Changed all the fields with markdown to have markdown with resources ...re_program_instance_ct.features.field_instance.inc | 12 +++++++----- gsb_feature_program_instance_ct.field_group.inc | 19 +++++++++++++------ 2 files changed, 20 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6507: export compact and expanded for program instance. gsb_feature_program_instance_ct.ds.inc | 132 +++++++++++ ...program_instance_ct.features.field_instance.inc | 250 +++++++++++++++++++++ gsb_feature_program_instance_ct.info | 4 + gsb_feature_program_instance_ct.strongarm.inc | 4 +- 4 files changed, 388 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6535 Added field_program to list of search fields gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- gsb_feature_program_instance_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6464 Added field instance for field_program_schedule ...program_instance_ct.features.field_instance.inc | 73 +++++++++++++++++++--- gsb_feature_program_instance_ct.field_group.inc | 4 +- gsb_feature_program_instance_ct.info | 2 + gsb_feature_program_instance_ct.strongarm.inc | 6 +- 4 files changed, 72 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6495 Made the link for the tuition field optional ...ure_program_instance_ct.features.field_base.inc | 43 ++++++++++++++++++++++ ...program_instance_ct.features.field_instance.inc | 2 +- gsb_feature_program_instance_ct.info | 2 +- 3 files changed, 45 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6495 Made the link for the tuition field optional gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6495 Made the link for the tuition field optional gsb_feature_program_instance_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: configure display for referenced program instance and the location field collection. gsb_feature_program_instance_ct.ds.inc | 159 +++++++++++ ...program_instance_ct.features.field_instance.inc | 308 ++++++++++++++++++++- gsb_feature_program_instance_ct.features.inc | 3 + gsb_feature_program_instance_ct.info | 9 + gsb_feature_program_instance_ct.strongarm.inc | 15 + 5 files changed, 489 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago Update README.md README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct js/gsb_feature_program_instance_ct.js | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct gsb_feature_program_instance_ct.module | 95 +++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Update README.md README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct js/gsb_feature_program_instance_ct.js | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct gsb_feature_program_instance_ct.module | 95 +++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: configure display for referenced program instance and the location field collection. gsb_feature_program_instance_ct.ds.inc | 159 +++++++++++ ...program_instance_ct.features.field_instance.inc | 308 ++++++++++++++++++++- gsb_feature_program_instance_ct.features.inc | 3 + gsb_feature_program_instance_ct.info | 9 + gsb_feature_program_instance_ct.strongarm.inc | 15 + 5 files changed, 489 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added changes for labels on two link fields on the Program Instance CT gsb_feature_program_instance_ct.module | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added changes for labels on two link fields on the Program Instance CT gsb_feature_program_instance_ct.module | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6490 Removed the field field_is_program_online ...program_instance_ct.features.field_instance.inc | 48 ---------------------- gsb_feature_program_instance_ct.info | 1 - 2 files changed, 49 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6390 Adding new field instances after latest review of Program Instance CT ...program_instance_ct.features.field_instance.inc | 217 +++++++++++++-------- gsb_feature_program_instance_ct.field_group.inc | 90 ++++++++- gsb_feature_program_instance_ct.info | 9 +- gsb_feature_program_instance_ct.strongarm.inc | 93 ++++++++- 4 files changed, 319 insertions(+), 90 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago Adding search fields ...program_instance_ct.features.field_instance.inc | 64 ++++++++++++++++++++++ gsb_feature_program_instance_ct.info | 7 ++- gsb_feature_program_instance_ct.strongarm.inc | 13 ++++- 3 files changed, 80 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6390 More changes related to new fields for the program instance ct README.md | 2 +- ...program_instance_ct.features.field_instance.inc | 997 ++++++++++++++++++++- gsb_feature_program_instance_ct.field_group.inc | 4 +- gsb_feature_program_instance_ct.info | 14 + gsb_feature_program_instance_ct.module | 15 + gsb_feature_program_instance_ct.strongarm.inc | 14 +- 6 files changed, 1032 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6390 Added new state to only make field_link_for_apply_button visible if field_apower_id is filled gsb_feature_program_instance_ct.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago WP-6292 Adding new Program Instance CT fields ...program_instance_ct.features.field_instance.inc | 462 +++++++++++++++++++++ gsb_feature_program_instance_ct.features.inc | 35 ++ gsb_feature_program_instance_ct.field_group.inc | 44 ++ gsb_feature_program_instance_ct.info | 39 ++ gsb_feature_program_instance_ct.module | 70 ++++ gsb_feature_program_instance_ct.strongarm.inc | 116 ++++++ 6 files changed, 766 insertions(+) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_image_cta_fpp =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7518 Previous commit was wrong-headed - needed to remove validate_url not required. Sigh gsb_feature_image_cta_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Greg Mercer (GBear), 2 weeks ago WP-7518 Removed required from field: field_link_single gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7309 Add a check to determine if reuseable has already been set for the image cta fpp gsb_feature_image_cta_fpp.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6553 Added image_cta|full view mode with 2 col layout gsb_feature_image_cta_fpp.ds.inc | 36 ++++++++++++++++++++++ ...ature_image_cta_fpp.features.field_instance.inc | 4 +-- gsb_feature_image_cta_fpp.field_group.inc | 32 +++++++++++++++++++ gsb_feature_image_cta_fpp.info | 6 ++-- gsb_feature_image_cta_fpp.strongarm.inc | 4 +-- 5 files changed, 76 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6536 added full view mode to render image ctas ...ature_image_cta_fpp.features.field_instance.inc | 27 ++++++++++++++-------- gsb_feature_image_cta_fpp.field_group.inc | 10 +++++--- gsb_feature_image_cta_fpp.info | 3 ++- gsb_feature_image_cta_fpp.strongarm.inc | 2 +- 4 files changed, 27 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6091: link image to title url. gsb_feature_image_cta_fpp.ds.inc | 1 + gsb_feature_image_cta_fpp.features.field_instance.inc | 18 +++++++++++------- gsb_feature_image_cta_fpp.info | 1 + gsb_feature_image_cta_fpp.strongarm.inc | 12 ++++++++++++ 4 files changed, 25 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_image_cta_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...ature_image_cta_fpp.features.field_instance.inc | 26 +++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_image_cta_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Forgot to fix help text in instance. gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3820 Small help text changes gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +- gsb_feature_image_cta_fpp.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3736: update the image cta display. gsb_feature_image_cta_fpp.ds.inc | 31 +++++++++++++--------- ...ature_image_cta_fpp.features.field_instance.inc | 18 +++---------- gsb_feature_image_cta_fpp.field_group.inc | 1 - gsb_feature_image_cta_fpp.strongarm.inc | 5 +++- 4 files changed, 27 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3713 Added help text for the image cta gsb_feature_image_cta_fpp.module | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3713 Field-related changes for image cta gsb_feature_image_cta_fpp.features.field_instance.inc | 18 +++++++++--------- gsb_feature_image_cta_fpp.module | 9 --------- gsb_feature_image_cta_fpp.strongarm.inc | 2 +- 3 files changed, 10 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3713 Field changes for the image cta fpp ...ature_image_cta_fpp.features.field_instance.inc | 259 +++++---------------- gsb_feature_image_cta_fpp.info | 4 +- gsb_feature_image_cta_fpp.strongarm.inc | 2 +- 3 files changed, 63 insertions(+), 202 deletions(-)
=========================================== ./gsb_feature_text_fpp =========================================== view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6136: add back field group class. gsb_feature_text_fpp.features.field_instance.inc | 37 ++---------------------- gsb_feature_text_fpp.field_group.inc | 3 +- gsb_feature_text_fpp.strongarm.inc | 12 ++++++++ 3 files changed, 16 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_text_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add support for better formats. gsb_feature_text_fpp.features.field_instance.inc | 38 ++++++++++++++++++++++++ gsb_feature_text_fpp.info | 4 +-- 2 files changed, 40 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2348: add style wrapper. gsb_feature_text_fpp.ds.inc | 8 +++++-- gsb_feature_text_fpp.features.inc | 3 +++ gsb_feature_text_fpp.field_group.inc | 46 ++++++++++++++++++++++++++++++++++++ gsb_feature_text_fpp.info | 3 +++ gsb_feature_text_fpp.strongarm.inc | 8 ++++++- 5 files changed, 65 insertions(+), 3 deletions(-)
=========================================== ./gsb_feature_club_ct =========================================== view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_club_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5121: update the clubs content type. gsb_feature_club_ct.features.field_instance.inc | 49 +++++-------------------- 1 file changed, 10 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_club_ct.features.field_instance.inc | 1 + gsb_feature_club_ct.info | 5 +++-- gsb_feature_club_ct.strongarm.inc | 7 +++++++ 3 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field gsb_feature_club_ct.features.field_instance.inc | 88 ------------------------- gsb_feature_club_ct.features.inc | 1 + gsb_feature_club_ct.info | 2 +- 3 files changed, 2 insertions(+), 89 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4566 add open to alumni field gsb_feature_club_ct.features.field_instance.inc | 72 +++++++++++++++++++++++-- gsb_feature_club_ct.info | 3 +- gsb_feature_club_ct.strongarm.inc | 4 +- 3 files changed, 73 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4522 bundle taxonomy for club ct gsb_feature_club_ct.features.field_instance.inc | 24 +++++++-- gsb_feature_club_ct.features.inc | 3 ++ gsb_feature_club_ct.field_group.inc | 66 +++++++++++++++++++++++++ gsb_feature_club_ct.info | 8 ++- gsb_feature_club_ct.strongarm.inc | 6 +-- 5 files changed, 98 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_club_ct.features.field_instance.inc | 55 ++++++++++++++++++++++++- gsb_feature_club_ct.info | 5 ++- 2 files changed, 58 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_program_instance_display =========================================== view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7431 Added clone link for program instances gsb_feature_program_instance_display.views_default.inc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7191 added criteria to limit upcoming programs gsb_feature_program_instance_display.info | 2 +- gsb_feature_program_instance_display.module | 1 - ...ture_program_instance_display.views_default.inc | 218 +++++++++++++++++++-- 3 files changed, 208 insertions(+), 13 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7215 Added filter to include program instances with visible display gsb_feature_program_instance_display.info | 2 +- gsb_feature_program_instance_display.views_default.inc | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6959 replace keywords field program topics with tags ...ture_program_instance_display.views_default.inc | 44 +++++++++++----------- 1 file changed, 23 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6861 Changed column label. gsb_feature_program_instance_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago WP-6726 Changes related to field_display_on_finder and field_is_application_open checkboxesfor ajax updates gsb_feature_program_instance_display.info | 4 ++-- gsb_feature_program_instance_display.views_default.inc | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6625 WP-6626 Added required asterisk to title field gsb_feature_program_instance_display.module | 67 +++++++++++++++++++---------- 1 file changed, 45 insertions(+), 22 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6625 WP-6626 WP-6621 Made title field required and changed the cta field order gsb_feature_program_instance_display.module | 42 ++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6567 Update program instance list view to sort desc on field_instance_date_value gsb_feature_program_instance_display.info | 4 +-- ...ture_program_instance_display.views_default.inc | 41 +++++++++++++--------- 2 files changed, 27 insertions(+), 18 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6507: add class to cta div. gsb_feature_program_instance_display.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago WP-6524 added css class for overlay color gsb_feature_program_instance_display.module | 13 +++++++++---- gsb_feature_program_instance_display.views_default.inc | 11 +++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago WP-6524 Added EE Programs customizable list gsb_feature_program_instance_display.info | 3 +- gsb_feature_program_instance_display.module | 63 ++++- ...ture_program_instance_display.views_default.inc | 282 ++++++++++++++++++++- 3 files changed, 340 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6524 added css class for overlay color gsb_feature_program_instance_display.module | 11 ++++++++--- gsb_feature_program_instance_display.views_default.inc | 11 +++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6524 Added EE Programs customizable list gsb_feature_program_instance_display.info | 3 +- gsb_feature_program_instance_display.module | 65 ++++- ...ture_program_instance_display.views_default.inc | 282 ++++++++++++++++++++- 3 files changed, 341 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6526: add class for cta wrapper. gsb_feature_program_instance_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6525 Added upcoming application deadline listing gsb_feature_program_instance_display.info | 4 +- gsb_feature_program_instance_display.module | 53 ++++ ...ture_program_instance_display.views_default.inc | 300 +++++++++++++++++++++ 3 files changed, 356 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: export featured program view mode. gsb_feature_program_instance_display.ds.inc | 23 +++++++++++++++++++++++ gsb_feature_program_instance_display.features.inc | 9 +++++++++ gsb_feature_program_instance_display.info | 3 +++ 3 files changed, 35 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6390 Added new fields to the gsb_program_instance_listing view gsb_feature_program_instance_display.info | 4 ++- ...ture_program_instance_display.views_default.inc | 40 ++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: export featured program view mode. gsb_feature_program_instance_display.ds.inc | 23 +++++++++++++++++++++++ gsb_feature_program_instance_display.features.inc | 9 +++++++++ gsb_feature_program_instance_display.info | 3 +++ 3 files changed, 35 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6293 Initial commit ...ture_program_instance_display.views_default.inc | 230 +++++++++++++++++++++ 1 file changed, 230 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6293 Initial commit gsb_feature_program_instance_display.features.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6293 Initial commit gsb_feature_program_instance_display.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago WP-6293 Initial commit gsb_feature_program_instance_display.info | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_featured_content_fpp =========================================== view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6401 Fix for error/notices caused by featured_content_fpp gsb_feature_featured_content_fpp.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6088 implemented featured content fpp clickable image gsb_feature_featured_content_fpp.ds.inc | 1 + ...eatured_content_fpp.features.field_instance.inc | 40 ++++++++++++++-------- gsb_feature_featured_content_fpp.info | 3 +- gsb_feature_featured_content_fpp.module | 30 ++++++++++++++++ 4 files changed, 58 insertions(+), 16 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field gsb_feature_featured_content_fpp.features.field_instance.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-4993 allow users to open link in new window gsb_feature_featured_content_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4932: Add formatter to content type. gsb_feature_featured_content_fpp.ds.inc | 35 +++++----------------- ...eatured_content_fpp.features.field_instance.inc | 19 +++++------- gsb_feature_featured_content_fpp.info | 9 +++--- 3 files changed, 20 insertions(+), 43 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Cleaning up some yuckyness with language. gsb_feature_featured_content_fpp.module | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Cleaning up some yuckyness with language. gsb_feature_featured_content_fpp.module | 35 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Cleaning up some yuckyness with language. gsb_feature_featured_content_fpp.module | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Cleaning up some yuckyness with language. gsb_feature_featured_content_fpp.module | 35 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4932: Need to use a field formatter. gsb_feature_featured_content_fpp.module | 11 ----------- 1 file changed, 11 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Fixed typo (again... dang) gsb_feature_featured_content_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Fixed an issue with the validation for field_featured_content_fpp_ref gsb_feature_featured_content_fpp.module | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Fixing up a typo from the previous commit gsb_feature_featured_content_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Added validation and required for field_featured_content_fpp_ref, and cleared up some issues with field_title and field_link_single gsb_feature_featured_content_fpp.module | 53 ++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Removed hard set of field_link_single to required. gsb_feature_featured_content_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4901 Added validation and required state for field_link_single gsb_feature_featured_content_fpp.module | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4901 Changed field: field_link_single in field collection: field_featured_item to be required gsb_feature_featured_content_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4865: add heading to title. gsb_feature_featured_content_fpp.ds.inc | 26 +++++++++++++------------- gsb_feature_featured_content_fpp.info | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4845 make media format default as written from settings gsb_feature_featured_content_fpp.features.field_instance.inc | 6 +++++- js/gsb_feature_featured_content_fpp.js | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4845 make written default for media format js/gsb_feature_featured_content_fpp.js | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4845 make media format default as written from settings gsb_feature_featured_content_fpp.features.field_instance.inc | 6 +++++- gsb_feature_featured_content_fpp.info | 2 +- js/gsb_feature_featured_content_fpp.js | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: update the ds settings. gsb_feature_featured_content_fpp.ds.inc | 29 ++++++++++++++++++---- ...eatured_content_fpp.features.field_instance.inc | 14 +++++------ gsb_feature_featured_content_fpp.info | 2 +- gsb_feature_featured_content_fpp.module | 6 ++--- 4 files changed, 35 insertions(+), 16 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4845 make written default for media format js/gsb_feature_featured_content_fpp.js | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: field collection display settings. gsb_feature_featured_content_fpp.ds.inc | 154 ++++++++++++++++++++- ...eatured_content_fpp.features.field_instance.inc | 32 ++--- gsb_feature_featured_content_fpp.info | 4 +- gsb_feature_featured_content_fpp.strongarm.inc | 7 +- 4 files changed, 173 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export new view mode. gsb_feature_featured_content_fpp.ds.inc | 19 +++++++++++++++++++ gsb_feature_featured_content_fpp.info | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 make media format conditionally mandatory gsb_feature_featured_content_fpp.module | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add back the existing node field ...eatured_content_fpp.features.field_instance.inc | 47 ++++++++++++++++++++++ gsb_feature_featured_content_fpp.info | 3 +- gsb_feature_featured_content_fpp.module | 11 +++++ 3 files changed, 60 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Adam Moore, 1 year, 7 months ago WP-4751: Add classes to make the show more/less work. gsb_feature_featured_content_fpp.ds.inc | 91 ++++++++++++++++++ ...eatured_content_fpp.features.field_instance.inc | 103 ++++++++++++--------- gsb_feature_featured_content_fpp.features.inc | 6 ++ gsb_feature_featured_content_fpp.info | 13 ++- gsb_feature_featured_content_fpp.module | 82 ---------------- gsb_feature_featured_content_fpp.strongarm.inc | 53 +++++++++++ 6 files changed, 218 insertions(+), 130 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 make field mandatory ...eature_featured_content_fpp.features.field_instance.inc | 12 ++++-------- gsb_feature_featured_content_fpp.info | 2 +- gsb_feature_featured_content_fpp.module | 14 +++++++------- 3 files changed, 12 insertions(+), 16 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 fix few fields ...eatured_content_fpp.features.field_instance.inc | 142 ++++++++++++++++----- gsb_feature_featured_content_fpp.info | 5 +- gsb_feature_featured_content_fpp.module | 84 +++++++++++- 3 files changed, 192 insertions(+), 39 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add new field to fpp ...eatured_content_fpp.features.field_instance.inc | 177 ++++++++++++++++++--- gsb_feature_featured_content_fpp.info | 6 +- gsb_feature_featured_content_fpp.module | 32 +++- js/gsb_feature_featured_content_fpp.js | 16 +- 4 files changed, 195 insertions(+), 36 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 fix the loop gsb_feature_featured_content_fpp.module | 2 +- js/gsb_feature_featured_content_fpp.js | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add the field collection fields ...eatured_content_fpp.features.field_instance.inc | 400 +++++++++++++++++++++ gsb_feature_featured_content_fpp.info | 16 +- gsb_feature_featured_content_fpp.module | 47 +++ 3 files changed, 462 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4751 add new featured content fpp ...eatured_content_fpp.features.field_instance.inc | 64 ++++++++++++++++++++++ gsb_feature_featured_content_fpp.features.inc | 14 +++++ ...ured_content_fpp.fieldable_panels_pane_type.inc | 22 ++++++++ gsb_feature_featured_content_fpp.info | 15 +++++ gsb_feature_featured_content_fpp.module | 7 +++ 5 files changed, 122 insertions(+) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_school_story_ct =========================================== view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_school_story_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6089: update image to link to content. gsb_feature_school_story_ct.ds.inc | 1 + ...ure_school_story_ct.features.field_instance.inc | 56 +++++++++++----------- 2 files changed, 29 insertions(+), 28 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add classes back to wrappers. gsb_feature_school_story_ct.ds.inc | 12 ++++++------ gsb_feature_school_story_ct.features.field_instance.inc | 6 ++++++ gsb_feature_school_story_ct.field_group.inc | 10 ++++++---- gsb_feature_school_story_ct.strongarm.inc | 6 ++++++ 4 files changed, 24 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_school_story_ct.ds.inc | 18 ++-- ...ure_school_story_ct.features.field_instance.inc | 100 ++++++++++----------- gsb_feature_school_story_ct.field_group.inc | 64 +++++++++++++ gsb_feature_school_story_ct.info | 2 + gsb_feature_school_story_ct.strongarm.inc | 10 +-- 5 files changed, 132 insertions(+), 62 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: configure compact and expanded view modes. gsb_feature_school_story_ct.ds.inc | 214 ++++++++++- ...ure_school_story_ct.features.field_instance.inc | 401 +++++++++++++++++++-- gsb_feature_school_story_ct.info | 4 + gsb_feature_school_story_ct.strongarm.inc | 38 +- 4 files changed, 625 insertions(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5408: add divs to file fields. gsb_feature_school_story_ct.ds.inc | 7 +++++++ gsb_feature_school_story_ct.features.field_instance.inc | 3 +++ 2 files changed, 10 insertions(+) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 move the files field inside related block gsb_feature_school_story_ct.features.field_instance.inc | 2 +- gsb_feature_school_story_ct.field_group.inc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_school_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_school_story_ct.ds.inc | 51 +++++++++++++++++++--- ...ure_school_story_ct.features.field_instance.inc | 27 +++++++----- gsb_feature_school_story_ct.field_group.inc | 4 +- gsb_feature_school_story_ct.strongarm.inc | 9 ++++ 4 files changed, 72 insertions(+), 19 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_school_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 enable description for file field gsb_feature_school_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related sidebar. gsb_feature_school_story_ct.ds.inc | 51 +++++++++++++++++++--- ...ure_school_story_ct.features.field_instance.inc | 27 +++++++----- gsb_feature_school_story_ct.field_group.inc | 4 +- gsb_feature_school_story_ct.strongarm.inc | 9 ++++ 4 files changed, 72 insertions(+), 19 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5391 update allowed formats for file field gsb_feature_school_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add new related fields ...ure_school_story_ct.features.field_instance.inc | 172 ++++++++++++++++++++- gsb_feature_school_story_ct.field_group.inc | 5 +- gsb_feature_school_story_ct.info | 2 + gsb_feature_school_story_ct.strongarm.inc | 2 +- 4 files changed, 171 insertions(+), 10 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 revert the wrong label changes gsb_feature_school_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 label change gsb_feature_school_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5157 A little code cleanup. gsb_feature_school_story_ct.module | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5157 Remove div for field_related_faculty if empty. gsb_feature_school_story_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5241 remove wrapper word from field group wrapper gsb_feature_school_story_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5241 remove wrapper word from field group wrapper gsb_feature_school_story_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5100 update the CT field publication label gsb_feature_school_story_ct.features.field_instance.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_school_story_ct.info | 6 +++--- gsb_feature_school_story_ct.strongarm.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update the help text for image field ...ure_school_story_ct.features.field_instance.inc | 28 ++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update the help text for image field ...ure_school_story_ct.features.field_instance.inc | 28 ++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px gsb_feature_school_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 gsb_feature_school_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4631 clear program field based on alumni mention gsb_feature_school_story_ct.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4862: swap icon fields. gsb_feature_school_story_ct.ds.inc | 22 +++++++++++++--------- ...ure_school_story_ct.features.field_instance.inc | 9 +++------ gsb_feature_school_story_ct.info | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4752: export ds settings. gsb_feature_school_story_ct.ds.inc | 79 ++++++++++- ...ure_school_story_ct.features.field_instance.inc | 154 ++++++++++++++++++++- gsb_feature_school_story_ct.info | 3 + gsb_feature_school_story_ct.strongarm.inc | 18 +++ 4 files changed, 243 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4694 made program mandate for school story gsb_feature_school_story_ct.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4694 fix alumni mention school story gsb_feature_school_story_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4584 Added field_program_unlimited, removed field_program_single ...ure_school_story_ct.features.field_instance.inc | 36 ++++++++++++---------- gsb_feature_school_story_ct.field_group.inc | 5 ++- gsb_feature_school_story_ct.info | 2 +- gsb_feature_school_story_ct.strongarm.inc | 4 +-- 4 files changed, 25 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago Remove old unnecessary file. gsb_feature_school_story_ct.features.field.inc | 1669 ------------------------ 1 file changed, 1669 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4525: Enable workbench moderation. gsb_feature_school_story_ct.info | 4 ++-- gsb_feature_school_story_ct.strongarm.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4494 Removing fields for the search field concat gsb_feature_school_story_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4378: Add Alt Text field to key image. ...ure_school_story_ct.features.field_instance.inc | 2 +- gsb_feature_school_story_ct.info | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago Adding check to resolve warning. gsb_feature_school_story_ct.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4421 add Open in new window checkbox to school story gsb_feature_school_story_ct.features.field_instance.inc | 2 +- gsb_feature_school_story_ct.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4402: place cta links on school story. gsb_feature_school_story_ct.ds.inc | 12 ++++---- ...ure_school_story_ct.features.field_instance.inc | 32 +++++++++++----------- gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.strongarm.inc | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4372 Added display suite settings for gsb_featured_links gsb_feature_school_story_ct.ds.inc | 8 +++++--- gsb_feature_school_story_ct.strongarm.inc | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4372 Added new extra field gsb_featured_links gsb_feature_school_story_ct.module | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4387 Added metatag settings for School Story CT gsb_feature_school_story_ct.features.metatag.inc | 57 ++++++++++++++++++++++++ gsb_feature_school_story_ct.info | 2 + 2 files changed, 59 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4370: place the social fields. gsb_feature_school_story_ct.ds.inc | 64 +++++++++++++++++----- ...ure_school_story_ct.features.field_instance.inc | 36 ++++++------ gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.strongarm.inc | 4 +- 4 files changed, 72 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4371: add short url to display. gsb_feature_school_story_ct.ds.inc | 46 ++++++++++++++++------ ...ure_school_story_ct.features.field_instance.inc | 35 ++++++++-------- gsb_feature_school_story_ct.features.inc | 1 + gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.strongarm.inc | 7 +++- 5 files changed, 60 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4263 Removing empty related section if empty gsb_feature_school_story_ct.module | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: teaser display settings. gsb_feature_school_story_ct.ds.inc | 129 +++++++++++++++++++++ ...ure_school_story_ct.features.field_instance.inc | 85 ++++++++------ gsb_feature_school_story_ct.info | 2 + gsb_feature_school_story_ct.strongarm.inc | 8 ++ 4 files changed, 190 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: teaser display settings. gsb_feature_school_story_ct.ds.inc | 129 +++++++++++++++++++++ ...ure_school_story_ct.features.field_instance.inc | 85 ++++++++------ gsb_feature_school_story_ct.info | 2 + gsb_feature_school_story_ct.strongarm.inc | 8 ++ 4 files changed, 190 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago Remove unneeded alter. gsb_feature_school_story_ct.module | 12 ------------ 1 file changed, 12 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4052: Add ability to create revisions and disable preview. gsb_feature_school_story_ct.info | 4 ++-- gsb_feature_school_story_ct.strongarm.inc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: update image style based on specs. gsb_feature_school_story_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update detail display with related faculty. gsb_feature_school_story_ct.ds.inc | 32 +++++++++------------- ...ure_school_story_ct.features.field_instance.inc | 17 ++++-------- gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.strongarm.inc | 2 +- 4 files changed, 20 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago WP-4154: Fix white screen when adding school stories to announcements. ...ure_school_story_ct.features.field_instance.inc | 4 ++-- gsb_feature_school_story_ct.info | 3 ++- gsb_feature_school_story_ct.strongarm.inc | 23 +--------------------- 3 files changed, 5 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3975 Added search field ...ure_school_story_ct.features.field_instance.inc | 85 ++++++++++++++++++++++ gsb_feature_school_story_ct.info | 1 + 2 files changed, 86 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4095: add media inguiries to school story display. gsb_feature_school_story_ct.ds.inc | 18 ++++++------ ...ure_school_story_ct.features.field_instance.inc | 32 +++++++++++----------- gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.strongarm.inc | 6 ++-- 4 files changed, 30 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-3922: add display settings for default and news listing. ...eature_school_story_ct.features.field_instance.inc | 6 ++++++ gsb_feature_school_story_ct.strongarm.inc | 19 ++++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4097: display settings for related to idea story. gsb_feature_school_story_ct.strongarm.inc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-3922: add display settings for default and news listing. gsb_feature_school_story_ct.ds.inc | 220 +++++++++++++++++++++ ...ure_school_story_ct.features.field_instance.inc | 186 +++++++++++++++-- gsb_feature_school_story_ct.info | 6 + gsb_feature_school_story_ct.strongarm.inc | 29 ++- 4 files changed, 425 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4095: add media inguiries to school story display. gsb_feature_school_story_ct.ds.inc | 18 ++++++------ ...ure_school_story_ct.features.field_instance.inc | 32 +++++++++++----------- gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.strongarm.inc | 6 ++-- 4 files changed, 30 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4123 Added field_related_faculty ...ure_school_story_ct.features.field_instance.inc | 122 ++++++++++----------- gsb_feature_school_story_ct.field_group.inc | 1 + gsb_feature_school_story_ct.info | 4 +- gsb_feature_school_story_ct.strongarm.inc | 18 +-- 4 files changed, 63 insertions(+), 82 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3922: add display settings for default and news listing. gsb_feature_school_story_ct.ds.inc | 220 +++++++++++++++++++++ ...ure_school_story_ct.features.field_instance.inc | 186 +++++++++++++++-- gsb_feature_school_story_ct.info | 4 + gsb_feature_school_story_ct.strongarm.inc | 29 ++- 4 files changed, 417 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-3932: school story display settings. gsb_feature_school_story_ct.ds.inc | 158 ++++++++++++++++++--- ...ure_school_story_ct.features.field_instance.inc | 86 +++++------ gsb_feature_school_story_ct.field_group.inc | 31 ++++ gsb_feature_school_story_ct.info | 1 + gsb_feature_school_story_ct.strongarm.inc | 14 +- 5 files changed, 223 insertions(+), 67 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Meghan Palagyi, 2 years ago WP-4097: display settings for related to idea story. gsb_feature_school_story_ct.ds.inc | 124 +++++++++++ ...ure_school_story_ct.features.field_instance.inc | 244 +++++++++++++++------ gsb_feature_school_story_ct.features.inc | 3 + gsb_feature_school_story_ct.info | 3 + gsb_feature_school_story_ct.strongarm.inc | 73 +++++- 5 files changed, 373 insertions(+), 74 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-4097: display settings for related to idea story. gsb_feature_school_story_ct.ds.inc | 124 +++++++++++ ...ure_school_story_ct.features.field_instance.inc | 248 +++++++++++++++------ gsb_feature_school_story_ct.features.inc | 3 + gsb_feature_school_story_ct.info | 3 + gsb_feature_school_story_ct.strongarm.inc | 73 +++++- 5 files changed, 375 insertions(+), 76 deletions(-) view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago WP-3932: school story display settings. gsb_feature_school_story_ct.ds.inc | 240 +++++++++++++++++++++ ...ure_school_story_ct.features.field_instance.inc | 190 +++++++--------- gsb_feature_school_story_ct.features.inc | 3 + gsb_feature_school_story_ct.field_group.inc | 31 +++ gsb_feature_school_story_ct.info | 4 + gsb_feature_school_story_ct.strongarm.inc | 69 +++++- 6 files changed, 418 insertions(+), 119 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4109: Add Pathauto field and pathauto pattern for School Story CT. ...ure_school_story_ct.features.field_instance.inc | 77 ++++++++++++++++++---- gsb_feature_school_story_ct.field_group.inc | 6 +- gsb_feature_school_story_ct.info | 2 + gsb_feature_school_story_ct.strongarm.inc | 13 +++- 4 files changed, 80 insertions(+), 18 deletions(-) view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago Wp-4056 add pr contact to school story ...ure_school_story_ct.features.field_instance.inc | 49 ++++++++++++++++++++++ gsb_feature_school_story_ct.info | 13 ++---- gsb_feature_school_story_ct.strongarm.inc | 6 +-- 3 files changed, 56 insertions(+), 12 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4041 update media format implementation gsb_feature_school_story_ct.module | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4035 remove unwanted code gsb_feature_school_story_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4035 update alumni story fields gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.module | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4035 update the alumni story fields gsb_feature_school_story_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4035 remove unwanted code gsb_feature_school_story_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4035 update alumni story fields gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.module | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4035 update the alumni story fields gsb_feature_school_story_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-4038 add the correct publication field ...ure_school_story_ct.features.field_instance.inc | 27 +++++++++++----------- gsb_feature_school_story_ct.field_group.inc | 2 +- gsb_feature_school_story_ct.info | 6 ++--- 3 files changed, 18 insertions(+), 17 deletions(-) view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago WP-3931 Create school story ct ...ure_school_story_ct.features.field_instance.inc | 1262 ++++++++++++++++++++ gsb_feature_school_story_ct.features.inc | 6 +- gsb_feature_school_story_ct.field_group.inc | 200 +++- gsb_feature_school_story_ct.info | 110 +- gsb_feature_school_story_ct.module | 156 +-- gsb_feature_school_story_ct.strongarm.inc | 61 +- 6 files changed, 1547 insertions(+), 248 deletions(-)
=========================================== ./gsb_feature_featured_program_fpp =========================================== view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago WP-7197 Modified the link markup for the featured program fpp depending on the field_program_detail flag gsb_feature_featured_program_fpp.module | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6579: export field bundle settings. gsb_feature_featured_program_fpp.features.inc | 3 ++ gsb_feature_featured_program_fpp.info | 3 ++ gsb_feature_featured_program_fpp.strongarm.inc | 68 ++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6514: add the time commitment field. gsb_feature_featured_program_fpp.ds.inc | 2 ++ gsb_feature_featured_program_fpp.features.field_instance.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 6 months ago author: Roopesh Naik, 6 months ago WP-6493 pull time commitment from program ct gsb_feature_featured_program_fpp.module | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) view commit - committer: Roopesh Naik, 6 months ago author: Roopesh Naik, 6 months ago WP-6439 Add classes for color overlay gsb_feature_featured_program_fpp.module | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: configure and export display settings for featured program fpp. gsb_feature_featured_program_fpp.ds.inc | 104 +++++++++++++++++++++ ...eatured_program_fpp.features.field_instance.inc | 26 +++--- gsb_feature_featured_program_fpp.features.inc | 14 +++ gsb_feature_featured_program_fpp.info | 5 + gsb_feature_featured_program_fpp.module | 6 ++ 5 files changed, 141 insertions(+), 14 deletions(-) view commit - committer: Roopesh Naik, 6 months ago author: Roopesh Naik, 6 months ago WP-6439 Add fields to featured program fpp ...eatured_program_fpp.features.field_instance.inc | 317 +++++++++++++++++++++ gsb_feature_featured_program_fpp.info | 16 ++ gsb_feature_featured_program_fpp.module | 35 +++ 3 files changed, 368 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_event_shared =========================================== view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Changed a small typo that was causing an drupal notification when opening the staff ct manage display page gsb_feature_event_shared.ds.inc | 689 ++++++++++++++++++++-------------------- 1 file changed, 344 insertions(+), 345 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago Fixing a warning. We needed to check if items was empty gsb_feature_event_shared.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5870 make address and zip code not required gsb_feature_event_shared.module | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5818 hide speakers if is empty gsb_feature_event_shared.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5800: update anchor link text. gsb_feature_event_shared.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5575: configure teaser view mode. gsb_feature_event_shared.ds.inc | 69 ++++++++++++++++++++++++++++++++++++++++- gsb_feature_event_shared.info | 2 ++ 2 files changed, 70 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add local time link. gsb_feature_event_shared.ds.inc | 20 ++++++++++++++++++++ gsb_feature_event_shared.info | 1 + 2 files changed, 21 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: export field collection and ds field settings. gsb_feature_event_shared.ds.inc | 259 ++++++++++++++++++++++++++++++++++ gsb_feature_event_shared.features.inc | 14 ++ gsb_feature_event_shared.info | 12 ++ gsb_feature_event_shared.module | 7 + 4 files changed, 292 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_idea_story_display =========================================== view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5933 Changed insights_search view to use allwords filtering in searches gsb_feature_idea_story_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view display errors gsb_feature_idea_story_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename and reassign - idea story gsb_feature_idea_story_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename and reassign - idea story plugins/content_types/top_idea_story.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4232: add offsite idea story to search listing. gsb_feature_idea_story_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4231 Adding offsite_idea_story to filter gsb_feature_idea_story_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4516: Adjust fields for rss feed. gsb_feature_idea_story_display.views_default.inc | 77 +++++++++++++++++++++++- 1 file changed, 75 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4516 update fields to content gsb_feature_idea_story_display.views_default.inc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4516 remove the link in rss gsb_feature_idea_story_display.views_default.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4516 add rss feed for idea story using view gsb_feature_idea_story_display.info | 2 +- gsb_feature_idea_story_display.views_default.inc | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4485 Made Title and Pub Date sortable. Changed label to Pub Date. gsb_feature_idea_story_display.views_default.inc | 27 +++++++++--------------- 1 file changed, 10 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4483: Change label to Editor's Picks in responsive. gsb_feature_idea_story_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4460 Removing the Create button from the eva form gsb_feature_idea_story_display.views_default.inc | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4460 Removing the Create button from the eva form gsb_feature_idea_story_display.views_default.inc | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4460 Removed the edit/delete links for the eva form view gsb_feature_idea_story_display.views_default.inc | 12 ------------ 1 file changed, 12 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4460 Removed the edit/delete links for the eva form view gsb_feature_idea_story_display.views_default.inc | 12 ------------ 1 file changed, 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4447: move date field. gsb_feature_idea_story_display.views_default.inc | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4432 Changing title to read Editor's Picks plugins/content_types/top_idea_story.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago WP-4432 Changing title to read Editor's Picks gsb_feature_idea_story_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4434 add new view for idea story homepage gsb_feature_idea_story_display.info | 5 +- gsb_feature_idea_story_display.views_default.inc | 66 ++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4434 add new view for idea story homepage gsb_feature_idea_story_display.info | 5 +- gsb_feature_idea_story_display.views_default.inc | 66 ++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4114-1 Changes to use show more for eva field gsb_feature_idea_story_display.views_default.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4409 add back to top button gsb_feature_idea_story_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4427: Show total results. gsb_feature_idea_story_display.info | 2 +- gsb_feature_idea_story_display.views_default.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4409 add back to top button gsb_feature_idea_story_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4393 adjust the identifier and remove contextual gsb_feature_idea_story_display.views_default.inc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago WP-4393 add insights search view gsb_feature_idea_story_display.info | 4 +- gsb_feature_idea_story_display.views_default.inc | 166 +++++++++++++++++++++++ 2 files changed, 169 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4324 Set permission for Eva Form Field to only show for users with the admin role gsb_feature_idea_story_display.views_default.inc | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4176: change to view mode. gsb_feature_idea_story_display.info | 1 + gsb_feature_idea_story_display.views_default.inc | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4196 Removed the create content buttons for Insights EVA Field Form view gsb_feature_idea_story_display.views_default.inc | 33 ++++++++++++------------ 1 file changed, 16 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4196 Added text for empty (no rows) list gsb_feature_idea_story_display.views_default.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4196 New EVA field form for Insights By Stanford tab on Faculty CT edit gsb_feature_idea_story_display.views_default.inc | 133 ++++++++++++++++++++++- 1 file changed, 131 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4175: Remove announcements and school stories from Insights Topic List view. gsb_feature_idea_story_display.views_default.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4113 Adding new EVA field view for Insights by Stanford Business gsb_feature_idea_story_display.info | 2 + gsb_feature_idea_story_display.views_default.inc | 138 +++++++++++++++++++++++ 2 files changed, 140 insertions(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4073: Add Insights Topic List content pane. gsb_feature_idea_story_display.features.inc | 12 + gsb_feature_idea_story_display.info | 10 +- gsb_feature_idea_story_display.module | 6 + gsb_feature_idea_story_display.views_default.inc | 349 +++++++++++++++++++++++ 4 files changed, 376 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4057: Check for node access before displaying top stories. gsb_feature_idea_story_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4013: Check for existing node before rendering a top story node. gsb_feature_idea_story_display.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 1 month ago author: Alexei Gorobets, 2 years, 1 month ago WP-4002: Move Top Stories rendering in node_view_alter to avoid recursion when rendering. gsb_feature_idea_story_display.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: change the view mode. gsb_feature_idea_story_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add collapsed. gsb_feature_idea_story_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add fieldset markup. gsb_feature_idea_story_display.module | 4 ++-- plugins/content_types/top_idea_story.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add wrapper class for top stories. gsb_feature_idea_story_display.module | 2 +- plugins/content_types/top_idea_story.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: change the view mode used for top stories. gsb_feature_idea_story_display.module | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add collapsed. gsb_feature_idea_story_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add fieldset markup. gsb_feature_idea_story_display.module | 4 ++-- plugins/content_types/top_idea_story.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add wrapper class for top stories. gsb_feature_idea_story_display.module | 2 +- plugins/content_types/top_idea_story.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: change the view mode used for top stories. gsb_feature_idea_story_display.module | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3989 Added a value check in the loop that loads the top story nodes gsb_feature_idea_story_display.module | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3989 Some minor form adjustments gsb_feature_idea_story_display.admin.inc | 20 ++++++++++++++------ gsb_feature_idea_story_display.module | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3903 A little cleanup for the markup of top stories gsb_feature_idea_story_display.admin.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3903 A little cleanup for the markup of top stories gsb_feature_idea_story_display.admin.inc | 21 +++++++------- gsb_feature_idea_story_display.module | 48 +++++++++++++------------------- plugins/content_types/top_idea_story.inc | 4 +-- 3 files changed, 31 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3903 Adding content pane, extra fields used in Top Idea Stories display gsb_feature_idea_story_display.module | 73 +++++++++++++++++++++++++++++++- plugins/content_types/top_idea_story.inc | 22 ++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3903 Initial commit gsb_feature_idea_story_display.admin.inc | 72 ++++++++++++++++++++++++++++++++ gsb_feature_idea_story_display.info | 5 +++ gsb_feature_idea_story_display.module | 32 ++++++++++++++ 3 files changed, 109 insertions(+) view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_insight_display =========================================== view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4511: Taxonomy instances are in the wrong feature. ...ure_insight_display.features.field_instance.inc | 403 --------------------- gsb_feature_insight_display.info | 10 +- 2 files changed, 2 insertions(+), 411 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4305: export insights label. gsb_feature_insight_display.ds.inc | 33 ++++++++++++++++++++++++++++++++ gsb_feature_insight_display.features.inc | 14 ++++++++++++++ gsb_feature_insight_display.info | 4 ++++ gsb_feature_insight_display.module | 4 +++- 4 files changed, 54 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4193: export label settings. ...ure_insight_display.features.field_instance.inc | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4299: hide lable, update field setting. ...ure_insight_display.features.field_instance.inc | 57 +++++++++++++++++++--- 1 file changed, 51 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4191 Changed field_topic_page_url to have no title for two additional taxonomies ...ure_insight_display.features.field_instance.inc | 46 ++++++++++++++++++---- 1 file changed, 38 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4191 Exporting field instances for field_action and field_topic_page_url ...ure_insight_display.features.field_instance.inc | 292 +++++++++++++++++++++ gsb_feature_insight_display.info | 16 ++ gsb_feature_insight_display.module | 5 + 3 files changed, 313 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_phd_candidate_ct =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting. gsb_feature_phd_candidate_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6699: update the faculty advisors. gsb_feature_phd_candidate_ct.ds.inc | 7 +-- ...re_phd_candidate_ct.features.field_instance.inc | 58 +++++++++++----------- gsb_feature_phd_candidate_ct.field_group.inc | 39 ++++++++++----- gsb_feature_phd_candidate_ct.info | 1 + gsb_feature_phd_candidate_ct.strongarm.inc | 47 +++++++++++++----- 5 files changed, 95 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6041 Added field group classes gsb_feature_phd_candidate_ct.features.field_instance.inc | 1 + gsb_feature_phd_candidate_ct.field_group.inc | 12 ++++++++---- gsb_feature_phd_candidate_ct.strongarm.inc | 12 ++++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_phd_candidate_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: configure phd people fpp display for related. gsb_feature_phd_candidate_ct.ds.inc | 88 ++++++++++ ...re_phd_candidate_ct.features.field_instance.inc | 182 +++++++++++++++++++++ gsb_feature_phd_candidate_ct.info | 2 + gsb_feature_phd_candidate_ct.strongarm.inc | 2 +- 4 files changed, 273 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: update phd detail display. gsb_feature_phd_candidate_ct.ds.inc | 125 ++++++++++++++++++++++++++++++++++-- 1 file changed, 120 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5279 make research interest field not required ...re_phd_candidate_ct.features.field_instance.inc | 50 +++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_phd_candidate_ct.info | 5 +++-- gsb_feature_phd_candidate_ct.strongarm.inc | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update help text for image field ...re_phd_candidate_ct.features.field_instance.inc | 31 +++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4922: update address field. gsb_feature_phd_candidate_ct.ds.inc | 36 +++++++++++++++--------------- gsb_feature_phd_candidate_ct.info | 1 - gsb_feature_phd_candidate_ct.strongarm.inc | 15 +++++++++++++ 3 files changed, 33 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4803: Add custom field for PhD label. gsb_feature_phd_candidate_ct.ds.inc | 97 ++++++++++++++-------- ...re_phd_candidate_ct.features.field_instance.inc | 11 +-- gsb_feature_phd_candidate_ct.field_group.inc | 4 +- gsb_feature_phd_candidate_ct.info | 3 +- 4 files changed, 72 insertions(+), 43 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4803: Add custom field for PhD label. gsb_feature_phd_candidate_ct.ds.inc | 100 ++++++--- ...re_phd_candidate_ct.features.field_instance.inc | 239 +-------------------- gsb_feature_phd_candidate_ct.field_group.inc | 4 +- gsb_feature_phd_candidate_ct.info | 3 + gsb_feature_phd_candidate_ct.strongarm.inc | 19 +- 5 files changed, 97 insertions(+), 268 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4804: change email from link to contact form. gsb_feature_phd_candidate_ct.ds.inc | 41 ++-- ...re_phd_candidate_ct.features.field_instance.inc | 228 +-------------------- gsb_feature_phd_candidate_ct.info | 2 + gsb_feature_phd_candidate_ct.strongarm.inc | 19 +- 4 files changed, 52 insertions(+), 238 deletions(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4630 Changed pattern for pathauto_node_phd_candidate_pattern to be programssssssss gsb_feature_phd_candidate_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text for image field gsb_feature_phd_candidate_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago WP-4565 Changed pathauto for pathauto_node_phd_candidate_pattern gsb_feature_phd_candidate_ct.strongarm.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4518 Changes related to using filefield_paths module ...re_phd_candidate_ct.features.field_instance.inc | 44 +++++++++++++++++++++- gsb_feature_phd_candidate_ct.features.inc | 1 + gsb_feature_phd_candidate_ct.info | 1 + 3 files changed, 45 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3924: update phd faculty advisor displays for detail. gsb_feature_phd_candidate_ct.ds.inc | 82 ++++++++++------------ ...re_phd_candidate_ct.features.field_instance.inc | 2 +- 2 files changed, 39 insertions(+), 45 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3923: display settings for new faculty field. gsb_feature_phd_candidate_ct.ds.inc | 80 +++++++++++++++--- ...re_phd_candidate_ct.features.field_instance.inc | 97 +++++++++++----------- gsb_feature_phd_candidate_ct.field_group.inc | 2 +- gsb_feature_phd_candidate_ct.info | 2 + gsb_feature_phd_candidate_ct.strongarm.inc | 6 ++ 5 files changed, 127 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3883 Change text for the radio buttons in the faculty advisors field collection gsb_feature_phd_candidate_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3883 Added new field collection field_faculty_advisors and supporting code ...re_phd_candidate_ct.features.field_instance.inc | 235 ++++++++++++--------- gsb_feature_phd_candidate_ct.field_group.inc | 9 +- gsb_feature_phd_candidate_ct.info | 2 +- gsb_feature_phd_candidate_ct.module | 48 ++++- gsb_feature_phd_candidate_ct.strongarm.inc | 6 +- 5 files changed, 186 insertions(+), 114 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3924: update phd faculty advisor displays for detail. gsb_feature_phd_candidate_ct.ds.inc | 82 ++++++++++------------ ...re_phd_candidate_ct.features.field_instance.inc | 2 +- 2 files changed, 39 insertions(+), 45 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3923: display settings for new faculty field. gsb_feature_phd_candidate_ct.ds.inc | 80 +++++++++++++++--- ...re_phd_candidate_ct.features.field_instance.inc | 97 +++++++++++----------- gsb_feature_phd_candidate_ct.field_group.inc | 2 +- gsb_feature_phd_candidate_ct.info | 2 + gsb_feature_phd_candidate_ct.strongarm.inc | 6 ++ 5 files changed, 127 insertions(+), 60 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3883 Change text for the radio buttons in the faculty advisors field collection gsb_feature_phd_candidate_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3883 Added new field collection field_faculty_advisors and supporting code ...re_phd_candidate_ct.features.field_instance.inc | 235 ++++++++++++--------- gsb_feature_phd_candidate_ct.field_group.inc | 9 +- gsb_feature_phd_candidate_ct.info | 2 +- gsb_feature_phd_candidate_ct.module | 48 ++++- gsb_feature_phd_candidate_ct.strongarm.inc | 6 +- 5 files changed, 186 insertions(+), 114 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago Delete debugging call. gsb_feature_phd_candidate_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3354: Clean up php candidate validation. ...re_phd_candidate_ct.features.field_instance.inc | 4 + gsb_feature_phd_candidate_ct.module | 235 ++++----------------- 2 files changed, 44 insertions(+), 195 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. ...re_phd_candidate_ct.features.field_instance.inc | 67 +++++++++++++++++++++- gsb_feature_phd_candidate_ct.field_group.inc | 6 +- gsb_feature_phd_candidate_ct.info | 5 +- gsb_feature_phd_candidate_ct.strongarm.inc | 6 +- 4 files changed, 75 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2688: limit phd address field. gsb_feature_phd_candidate_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago WP-2545 Changed file_directory settings gsb_feature_phd_candidate_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2520: chang label on phd. gsb_feature_phd_candidate_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_program_finder_display =========================================== view commit - committer: Greg Mercer (GBear), 15 hours ago author: Greg Mercer (GBear), 15 hours ago WP-7564 Added check during initial load to disable checkboxes if compare maxed js/gsb_feature_program_finder.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 18 hours ago author: Greg Mercer (GBear), 18 hours ago WP-7564 Added condition to test if disabled before checking checkboxes js/gsb_feature_program_finder.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 days ago author: Greg Mercer (GBear), 8 days ago WP-7545 Added code to set href target is set by author gsb_feature_program_finder_display.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 8 days ago author: Greg Mercer (GBear), 8 days ago WP-7545 Added code to set href target is set by author gsb_feature_program_finder_display.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 8 days ago author: Greg Mercer (GBear), 8 days ago WP-7545 Changed the code which replaces the url gsb_feature_program_finder_display.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 days ago author: Greg Mercer (GBear), 8 days ago WP-7545 Changed the code which replaces the url gsb_feature_program_finder_display.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 10 days ago author: Ayuta Padhi, 10 days ago WP-7485-1 modified search field query to programs ans program instances gsb_feature_program_finder_display.module | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7449 Added time_commitment to finder display plugins/content_types/gsb_all_programs.inc | 11 +++++++++++ plugins/content_types/program_list.inc | 11 +++++++++++ templates/program-isotope-item.tpl.php | 3 +++ 3 files changed, 25 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7449 Added time_commitment to finder display plugins/content_types/gsb_all_programs.inc | 11 +++++++++++ plugins/content_types/program_list.inc | 11 +++++++++++ templates/program-isotope-item.tpl.php | 3 +++ 3 files changed, 25 insertions(+) view commit - committer: Ayuta Padhi, 4 weeks ago author: Ayuta Padhi, 4 weeks ago WP-7399 bub fix for gsb program finder back to finder link gsb_feature_program_finder_display.views_default.inc | 2 +- js/gsb_program_compare.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Ayuta Padhi, 5 weeks ago WP-7425 changed title for both program finder plugins/content_types/gsb_all_programs.inc | 2 +- plugins/content_types/program_list.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 5 weeks ago author: Ayuta Padhi, 5 weeks ago WP-7425 changed title for both program finder plugins/content_types/gsb_all_programs.inc | 2 +- plugins/content_types/program_list.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7397 Added link attributes to the program link plugins/content_types/program_list.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7397 Added link attributes to the program link plugins/content_types/program_list.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7397 Added link attributes to the program link plugins/content_types/gsb_all_programs.inc | 2 ++ templates/program-isotope-item.tpl.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7397 Added link attributes to the program link plugins/content_types/gsb_all_programs.inc | 2 ++ templates/program-isotope-item.tpl.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7422 Added new function Drupal.removeItemHandler.removeItem. This is called by two separate 'on click' handlers for '.remove-item' js/gsb_feature_program_finder.js | 68 ++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 30 deletions(-) view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7422 Added new function Drupal.removeItemHandler.removeItem. This is called by two separate 'on click' handlers for '.remove-item' js/gsb_feature_program_finder.js | 65 ++++++++++++++++++++++++---------------- 1 file changed, 40 insertions(+), 25 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7358 Added code to keep yPos in place when checking compare checkboxes js/gsb_feature_program_finder.js | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7367 Added code to handle printing thru use of phpwkhtmltopdf gsb_feature_program_finder_display.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7367 Added code to handle printing thru use of phpwkhtmltopdf gsb_feature_program_finder_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7367 Added code to handle printing thru use of phpwkhtmltopdf gsb_feature_program_finder_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7367 Added code to handle printing thru use of phpwkhtmltopdf gsb_feature_program_finder_display.module | 38 ++++++++++++++++++++++ ...eature_program_finder_display.views_default.inc | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7161 Adding special handling for the Back to Finder link gsb_feature_program_finder_display.views_default.inc | 2 +- js/gsb_program_compare.js | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7161 Adding special handling for the Back to Finder link gsb_feature_program_finder_display.views_default.inc | 2 +- js/gsb_program_compare.js | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7161 fix for back to program finder link js/gsb_program_compare.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7161 fix for back to program finder link js/gsb_program_compare.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7342 Added addition view gsb_program_compare to have expand-marks gsb_feature_program_finder_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7342 Cleaning up some warning messages gsb_feature_program_finder_display.module | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7347 Added offset/scroll calculations around the row collapse/expand handling js/gsb_program_compare.js | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7347 Added offset/scroll calculations around the row collapse/expand handling js/gsb_program_compare.js | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7336: add attachment for responsive compared page. gsb_feature_program_finder_display.views_default.inc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7336: add attachment for responsive compared page. gsb_feature_program_finder_display.views_default.inc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7329: remove the plus. gsb_feature_program_finder_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7328 Adding expand/collapse for program rows on the compare page gsb_feature_program_finder_display.module | 5 +- js/gsb_program_compare.js | 94 +++++++++++++++++++++++++++---- 2 files changed, 88 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7328 Adding expand/collapse for program rows on the compare page gsb_feature_program_finder_display.module | 5 +- js/gsb_program_compare.js | 94 +++++++++++++++++++++++++++---- 2 files changed, 88 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7328 Added expand/collapse markup for the program finder compare titles gsb_feature_program_finder_display.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7328 Added expand/collapse markup for the program finder compare titles gsb_feature_program_finder_display.module | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Ayuta Padhi, 8 weeks ago author: Ayuta Padhi, 8 weeks ago WP-7161 Renamed links gsb_feature_program_finder_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 8 weeks ago author: Ayuta Padhi, 8 weeks ago WP-7063 Added download pdf and go back links to compare page gsb_feature_program_finder_display.module | 3 ++- ...eature_program_finder_display.views_default.inc | 28 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7243 fix for limiting 3 programs for comparison js/gsb_feature_program_finder.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 program finder enhancement implementation js/gsb_program_show_hide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7243 fix for limiting 3 programs for comparison js/gsb_feature_program_finder.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7235 fix for touch cancel for ipad js/gsb_feature_program_finder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 program finder enhancement implementation js/gsb_program_show_hide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 bug fixes for program finder enhancement js/gsb_program_show_hide.js | 75 ++++++++++++++++++++++++++++++++------------- 1 file changed, 53 insertions(+), 22 deletions(-) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7235 fix for touch cancel for ipad js/gsb_feature_program_finder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 bug fixes for program finder enhancement js/gsb_program_show_hide.js | 75 ++++++++++++++++++++++++++++++++------------- 1 file changed, 53 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 program finder enhancement implementation js/gsb_feature_program_finder.js | 5 +- js/gsb_program_show_hide.js | 37 +++++++++++++++ plugins/content_types/gsb_all_programs.inc | 64 +++++++++++++++++++++++-- plugins/content_types/program_list.inc | 67 ++++++++++++++++++++++++--- templates/program-isotope-degree-item.tpl.php | 2 +- 5 files changed, 163 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer, 9 weeks ago WP-7197 Added special handling of 'ee_programs' view with 'upcoming_programs' display. gsb_feature_program_finder_display.module | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) view commit - committer: Greg Mercer, 9 weeks ago author: Greg Mercer, 9 weeks ago WP-7197 Added special handling of 'ee_programs' view with 'upcoming_programs' display. gsb_feature_program_finder_display.module | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7200 program finder enhancement implementation js/gsb_feature_program_finder.js | 5 +- js/gsb_program_show_hide.js | 37 +++++++++++++++ plugins/content_types/gsb_all_programs.inc | 64 +++++++++++++++++++++++-- plugins/content_types/program_list.inc | 68 ++++++++++++++++++++++++--- templates/program-isotope-degree-item.tpl.php | 2 +- 5 files changed, 164 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer, 9 weeks ago WP-7197 Added handling for ee_programs view to the preprocess_views_view_field hook. gsb_feature_program_finder_display.module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 9 weeks ago author: Greg Mercer, 9 weeks ago WP-7197 Added handling for ee_programs view to the preprocess_views_view_field hook. gsb_feature_program_finder_display.module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 weeks ago author: Roopesh Naik, 9 weeks ago WP-7174 update pane name plugins/content_types/faculty_teaching_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7233: add wrapper for centering button. templates/program-isotope-item.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 9 weeks ago author: Roopesh Naik, 9 weeks ago WP-7174 remove search filter from faculty teaching list plugins/content_types/faculty_teaching_list.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7126: do not show footer twice. gsb_feature_program_finder_display.views_default.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7126: update punctuation in footer. gsb_feature_program_finder_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7126: add responsive attachment. gsb_feature_program_finder_display.views_default.inc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 2 months ago author: Ayuta Padhi, 2 months ago WP-7191 Added criteria to limit only future programs plugins/content_types/gsb_all_programs.inc | 2 ++ plugins/content_types/program_list.inc | 9 +++------ 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7153 removed extra code generating bug plugins/content_types/gsb_all_programs.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7153 Added sort logic for full-time programs without stanford prefix plugins/content_types/gsb_all_programs.inc | 20 ++++++++++++++++++++ plugins/content_types/program_list.inc | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7169 add tuition label changes gsb_feature_program_finder_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Roopesh Naik, 3 months ago WP-7169 remove the pipe found at end in application deadlines gsb_feature_program_finder_display.module | 5 +++-- js/gsb_program_compare.js | 10 +++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Roopesh Naik, 3 months ago WP-7169 update the fields for program compare gsb_feature_program_finder_display.module | 51 ++++++++++++++++++++ ...eature_program_finder_display.views_default.inc | 54 +++++++++++++--------- 2 files changed, 83 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Roopesh Naik, 3 months ago WP-7169 fix the fields in EE and GSB compare view ...eature_program_finder_display.views_default.inc | 420 +++++++++++++++------ 1 file changed, 306 insertions(+), 114 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7169 remove the pipe found at end in application deadlines gsb_feature_program_finder_display.module | 5 +++-- js/gsb_program_compare.js | 10 +++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7169 update the fields for program compare gsb_feature_program_finder_display.module | 51 ++++++++++++++++++++ ...eature_program_finder_display.views_default.inc | 54 +++++++++++++--------- 2 files changed, 83 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7156 Added condition to check field_display_on_finder_value set to 'visible' plugins/content_types/program_list.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7156 Added condition to check field_display_on_finder_value set to 'visible' plugins/content_types/gsb_all_programs.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7156 Added condition to check field_display_on_finder_value set to 'visible' plugins/content_types/program_list.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7156 Added condition to check field_display_on_finder_value set to 'visible' plugins/content_types/gsb_all_programs.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago The previous code was running into a js error when the program title was something like (Part-Time). It was the parenthesis in the title that was causing the error. jQuery can handle a selector like this: $("(Part-Time)"). WP-7177 Changing the checking for dups (assuming that's the intent) to only look for program id - which is in programParts[0] js/gsb_feature_program_finder.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7177 Adding jquery.multicheckbox.js library plugins/content_types/program_list.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7169 fix the fields in EE and GSB compare view ...eature_program_finder_display.views_default.inc | 420 +++++++++++++++------ 1 file changed, 306 insertions(+), 114 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7157 update some more fields ...eature_program_finder_display.views_default.inc | 57 +++++++++++++++------- 1 file changed, 39 insertions(+), 18 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7157 update the field for compare programs ...eature_program_finder_display.views_default.inc | 145 ++++++++++++++------- 1 file changed, 98 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding jquery-multicheckbox, removing ui.datepicker (no longer needed). plugins/content_types/gsb_all_programs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding jquery-multicheckbox, removing ui.datepicker (no longer needed). plugins/content_types/gsb_all_programs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7032: theme compare page for programs gsb_feature_program_finder_display.views_default.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding datepicker to the programs page plugins/content_types/gsb_all_programs.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7032: Theme program compare page gsb_feature_program_finder_display.views_default.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago Fixing up a warning related to $parsed['scheme'] templates/program-isotope-item.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago WP-7134 bug fix adding more than one program to compare js/gsb_feature_program_finder.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7134 bug fix adding more than one program to compare js/gsb_feature_program_finder.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7093 add sorting by last name plugins/content_types/faculty_teaching_list.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7093 revert the changes for adding other faculty to list plugins/content_types/faculty_teaching_list.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7093 optimize and alter the implementation to use drupal query gsb_feature_program_finder_display.module | 82 ++++++++++++++----------------- 1 file changed, 36 insertions(+), 46 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7093 fix the search by term for other faculty gsb_feature_program_finder_display.module | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7093 Add the other faculty in the faculty teaching list plugins/content_types/faculty_teaching_list.inc | 52 ++++++++++++++++--------- 1 file changed, 34 insertions(+), 18 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7097 fix the search from node title instead of name fields gsb_feature_program_finder_display.module | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7092: changed the view mode to add link in image plugins/content_types/faculty_teaching_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7084 removed criteria to show only ee programs plugins/content_types/program_list.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago WP-7062 added search by all topics logic plugins/content_types/gsb_all_programs.inc | 21 ++++++++++++++++++--- plugins/content_types/program_list.inc | 19 ++++++++++++++++--- 2 files changed, 34 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Roopesh Naik, 3 months ago WP-7020 fix faculty list values getting overwritten plugins/content_types/faculty_teaching_list.inc | 74 ++++++++++++------------- 1 file changed, 34 insertions(+), 40 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 4 months ago WP-6358 Added GSB program finder with compare interaction and compared view gsb_feature_program_finder_display.info | 1 + ...eature_program_finder_display.views_default.inc | 455 ++++++++++++++++++++- 2 files changed, 455 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 4 months ago WP-6358 Added GSB program finder with compare interaction gsb_feature_program_finder_display.module | 5 +- js/gsb_feature_program_finder.js | 15 +- plugins/content_types/gsb_all_programs.inc | 332 +++++++++++++++++++++++++++++ 3 files changed, 345 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7020 fix faculty list values getting overwritten plugins/content_types/faculty_teaching_list.inc | 74 ++++++++++++------------- 1 file changed, 34 insertions(+), 40 deletions(-) view commit - committer: Roopesh Naik, 3 months ago author: Roopesh Naik, 3 months ago WP-7020 optimize/merge query to get program instance and getting faculty information plugins/content_types/faculty_teaching_list.inc | 54 ++++++++++++++----------- 1 file changed, 30 insertions(+), 24 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-7020 modify the logic for rendering faculty list plugins/content_types/faculty_teaching_list.inc | 121 ++++++++++++------------ 1 file changed, 62 insertions(+), 59 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-7020 Remove unwanted field from query plugins/content_types/faculty_teaching_list.inc | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-7020 make keyword and category field not required plugins/content_types/faculty_teaching_list.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6358 Added GSB program finder with compare interaction and compared view gsb_feature_program_finder_display.info | 1 + ...eature_program_finder_display.views_default.inc | 455 ++++++++++++++++++++- 2 files changed, 455 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6358 Added GSB program finder with compare interaction gsb_feature_program_finder_display.module | 4 +- js/gsb_feature_program_finder.js | 15 +- plugins/content_types/gsb_all_programs.inc | 332 +++++++++++++++++++++++++++++ 3 files changed, 345 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 search will be single terms gsb_feature_program_finder_display.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 remove custom autocomplete functions and use core drupal functions gsb_feature_program_finder_display.module | 30 +------------------------ plugins/content_types/faculty_teaching_list.inc | 18 +++++++-------- 2 files changed, 9 insertions(+), 39 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 fix issue with query gsb_feature_program_finder_display.module | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 Add new faculty teaching list plugins/content_types/faculty_teaching_list.inc | 205 ++++++++++++++++++++++++ 1 file changed, 205 insertions(+) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 Add new isotope templates for faculty teaching list templates/faculty-isotope-item-wrapper.tpl.php | 5 +++++ templates/faculty-isotope-item.tpl.php | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 Add the preprocess placeholder theme.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Roopesh Naik, 4 months ago author: Roopesh Naik, 4 months ago WP-6918 Add new templates, search menu hook, search function, autocomplete functions gsb_feature_program_finder_display.module | 112 +++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago WP-6958 Changing to only display location name as plain text, no longer as a link templates/program-isotope-item.tpl.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6863 fix for show/hide brochure download link gsb_feature_program_finder_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6940 fixed Application deadline header gsb_feature_program_finder_display.views_default.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6932 fixed compare submit button action js/gsb_feature_program_finder.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6910 removed space when no items selected js/gsb_feature_program_finder.js | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Update gsb_feature_program_finder.js js/gsb_feature_program_finder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Closing the div'ness js/gsb_feature_program_finder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-6862 WP-6863 WP6864 WP-6866 program compare fixes js/gsb_program_compare.js | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-6862 WP-6863 WP6864 WP-6866 program compare fixes gsb_feature_program_finder_display.module | 5 + ...eature_program_finder_display.views_default.inc | 142 ++++++++++++++++----- js/gsb_feature_program_finder.js | 7 +- plugins/content_types/program_list.inc | 3 +- 4 files changed, 119 insertions(+), 38 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6862 WP-6863 WP6864 WP-6866 program compare fixes js/gsb_program_compare.js | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6862 WP-6863 WP6864 WP-6866 program compare fixes gsb_feature_program_finder_display.module | 5 + ...eature_program_finder_display.views_default.inc | 142 ++++++++++++++++----- js/gsb_feature_program_finder.js | 5 +- plugins/content_types/program_list.inc | 3 +- 4 files changed, 117 insertions(+), 38 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: add wrappers and classes. js/gsb_feature_program_finder.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6857 added program location name plugins/content_types/program_list.inc | 15 ++++++++------- templates/program-isotope-item.tpl.php | 18 ++++++++++++++---- 2 files changed, 22 insertions(+), 11 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6782 WP-6856 WP-6858 WP-6859 WP-6860 WP-6865 program finder changes js/gsb_feature_program_finder.js | 4 +++- plugins/content_types/program_list.inc | 14 +++++++++----- templates/program-isotope-item.tpl.php | 6 ++++-- 3 files changed, 16 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-6756 Added download link gsb_feature_program_finder_display.views_default.inc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6770 fixed program director reference to correct multiple program display ...eature_program_finder_display.views_default.inc | 33 ++-------------------- templates/program-isotope-item.tpl.php | 2 +- 2 files changed, 4 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago Fixing a small parsing error the the templates/program-isotope-item.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6663 Added comparator for screen reader or browsers with no javascript gsb_feature_program_finder_display.module | 5 ++ ...eature_program_finder_display.views_default.inc | 64 +++------------------- js/gsb_feature_program_finder.js | 13 ++++- plugins/content_types/program_list.inc | 5 +- templates/program-isotope-degree-item.tpl.php | 10 ++++ templates/program-isotope-item-wrapper.tpl.php | 10 ---- theme.inc | 2 + 7 files changed, 40 insertions(+), 69 deletions(-) view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago WP-6617 WP-6650 Added program compare interaction to program finder and changed filter sort order by weight gsb_feature_program_finder_display.module | 1 - js/gsb_feature_program_finder.js | 108 ++++++++++++++++++++++++++++++ plugins/content_types/program_list.inc | 18 ++--- templates/program-isotope-item.tpl.php | 6 +- 4 files changed, 119 insertions(+), 14 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6583 Removed code for displaying ctas plugins/content_types/program_list.inc | 4 -- templates/program-isotope-item-wrapper.tpl.php | 4 -- templates/program-isotope-item.tpl.php | 57 +++++++++++++------------- 3 files changed, 28 insertions(+), 37 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6599 changed query and fixed for warning messages plugins/content_types/program_list.inc | 27 ++++++++++++++++----------- templates/program-isotope-item.tpl.php | 2 +- 2 files changed, 17 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago Renamed the field to intro and made some small changes to check for empty. plugins/content_types/program_list.inc | 10 +++++----- templates/program-isotope-item-wrapper.tpl.php | 12 +++++++----- templates/program-isotope-item.tpl.php | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6583 commented out the cta code plugins/content_types/program_list.inc | 9 +++++---- templates/program-isotope-item-wrapper.tpl.php | 5 +++-- templates/program-isotope-item.tpl.php | 24 ++++++++++++------------ 3 files changed, 20 insertions(+), 18 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6556 fixed sort order, added full-degree header and changed logic to show all full time program plugins/content_types/program_list.inc | 34 ++++++++++++++++++++++++---------- templates/program-isotope-item.tpl.php | 5 ----- 2 files changed, 24 insertions(+), 15 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6556 WP-6572 Added sort condition and removed date from full-time programs. plugins/content_types/program_list.inc | 10 +++++++++- templates/program-isotope-item.tpl.php | 24 ++++++++++++++---------- 2 files changed, 23 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6557: add wrapper for full time program item. templates/program-isotope-item-wrapper.tpl.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6467 Added links to topics and cleaned up code gsb_feature_program_finder_display.module | 4 ++++ plugins/content_types/program_list.inc | 17 +++++------------ templates/program-isotope-item-wrapper.tpl.php | 14 ++++++++++++++ templates/program-isotope-item.tpl.php | 9 ++++++++- theme.inc | 4 ++++ 5 files changed, 35 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 6 months ago author: Adam Moore, 6 months ago Fix taxonomy not showing. Also make sure all taxonomy shows. Do some cleanup. plugins/content_types/program_list.inc | 140 +++++++++++---------------------- 1 file changed, 46 insertions(+), 94 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6478 Added full-time degree program list plugins/content_types/program_list.inc | 72 +++++++++++++++++++++++++++++----- templates/program-isotope-item.tpl.php | 2 +- 2 files changed, 64 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6536 render image ctas plugins/content_types/program_list.inc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago WP-6463 WP-6437 Changed date and added text and link to image cta plugins/content_types/program_list.inc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6463 WP-6437 Changed date and added text and link to image cta plugins/content_types/program_list.inc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: update labels and remove styles. plugins/content_types/program_list.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6481 changed filter order plugins/content_types/program_list.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6436 Added sort by program and removed sort by end date plugins/content_types/program_list.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6487 Added contexual filter gsb_feature_program_finder_display.module | 12 ++++++---- ...eature_program_finder_display.views_default.inc | 26 +++++++++++++++------- 2 files changed, 26 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: update labels and remove styles. plugins/content_types/program_list.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6487 Applied program director view mode for contact ...eature_program_finder_display.views_default.inc | 44 +++++++++++----------- plugins/content_types/program_list.inc | 1 + 2 files changed, 24 insertions(+), 21 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6465 Added link to program titles plugins/content_types/program_list.inc | 20 +++++++++++++++++--- templates/program-isotope-item.tpl.php | 11 ++++++++++- 2 files changed, 27 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6460 Added condition to exclude programs with no leadership level ...eature_program_finder_display.views_default.inc | 29 ++++++++++++++++------ plugins/content_types/program_list.inc | 2 +- 2 files changed, 22 insertions(+), 9 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6487 Added program comparison page gsb_feature_program_finder_display.info | 2 +- gsb_feature_program_finder_display.module | 6 ++++++ templates/program-isotope-item.tpl.php | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago Added feature gsb_feature_program_finder_display.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago Added feature gsb_feature_program_finder_display.features.inc | 12 + gsb_feature_program_finder_display.info | 14 +- ...eature_program_finder_display.views_default.inc | 415 +++++++++++++++++++++ templates/program-isotope-item.tpl.php | 6 +- 4 files changed, 439 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago WP-6461 Added program format to program listing plugins/content_types/program_list.inc | 29 +++++++++++++++++++++++++++-- templates/program-isotope-item.tpl.php | 30 +++++++++++++++++++++++++----- 2 files changed, 52 insertions(+), 7 deletions(-) view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago Moved all the code from gsb_progam_finder repo README.md | 2 +- gsb_feature_program_finder_display.admin.inc | 121 ++++++++++++ gsb_feature_program_finder_display.info | 6 + gsb_feature_program_finder_display.module | 100 ++++++++++ plugins/content_types/program_list.inc | 266 +++++++++++++++++++++++++++ templates/program-isotope-item.tpl.php | 21 +++ theme.inc | 8 + 7 files changed, 523 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_business_website_ct =========================================== view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft ...business_website_ct.features.field_instance.inc | 10 ++++ gsb_feature_business_website_ct.features.inc | 1 + gsb_feature_business_website_ct.info | 10 +++- gsb_feature_business_website_ct.strongarm.inc | 62 ++++++++++++++++++++++ 4 files changed, 82 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. ...business_website_ct.features.field_instance.inc | 47 ++++++++++++++++++++-- gsb_feature_business_website_ct.info | 6 ++- gsb_feature_business_website_ct.strongarm.inc | 6 +-- 3 files changed, 52 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2828 Removed the workbench section access field gsb_feature_business_website_ct.info | 1 + gsb_feature_business_website_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2810: Replace Description field with a text field with 275 chars limit. ...business_website_ct.features.field_instance.inc | 24 ++++----- gsb_feature_business_website_ct.info | 3 +- gsb_feature_business_website_ct.strongarm.inc | 61 ++++++++++++++++++++-- 3 files changed, 70 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 More content field changes gsb_feature_business_website_ct.info | 8 +++-- gsb_feature_business_website_ct.strongarm.inc | 43 +++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Content field changes gsb_feature_business_website_ct.features.field_instance.inc | 8 ++++---- gsb_feature_business_website_ct.info | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Adding new content type gsb_feature_business_website_ct.features.inc | 31 ++++++++++++++++++++++++++++ gsb_feature_business_website_ct.module | 6 ++++++ 2 files changed, 37 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago Initial commit ...business_website_ct.features.field_instance.inc | 179 +++++++++++++++++++++ gsb_feature_business_website_ct.info | 12 ++ 2 files changed, 191 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Initial commit. gsb_feature_business_website_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Initial commit. gsb_feature_business_website_ct.info | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_featured_person_fpp =========================================== view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 9 months ago Update the person field. gsb_feature_featured_person_fpp.features.field_instance.inc | 6 +++--- gsb_feature_featured_person_fpp.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 9 months ago WP-2370: Handle all 4 people types. gsb_feature_featured_person_fpp.module | 105 +++++++++++++++++++++++++++++++-- 1 file changed, 100 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2370: preliminary metadata wrappers. gsb_feature_featured_person_fpp.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2317 Changed to use entityreference_entity_id for the person ref gsb_feature_featured_person_fpp.features.field_instance.inc | 3 +-- gsb_feature_featured_person_fpp.info | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 9 months ago WP-2317 Make the person ref field required gsb_feature_featured_person_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2317 Changed to user field_person_fac_single_ref ...ure_featured_person_fpp.features.field_instance.inc | 18 +++++++++--------- gsb_feature_featured_person_fpp.info | 4 ++-- gsb_feature_featured_person_fpp.strongarm.inc | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2317 Initial commit for the featured person fpp ...ure_featured_person_fpp.features.field_base.inc | 66 ++++++ ...featured_person_fpp.features.field_instance.inc | 237 +++++++++++++++++++++ gsb_feature_featured_person_fpp.features.inc | 14 ++ gsb_feature_featured_person_fpp.inc | 31 +++ gsb_feature_featured_person_fpp.info | 25 +++ gsb_feature_featured_person_fpp.module | 25 +++ gsb_feature_featured_person_fpp.strongarm.inc | 57 +++++ 7 files changed, 455 insertions(+) view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago Update the person field. gsb_feature_featured_person_fpp.features.field_instance.inc | 6 +++--- gsb_feature_featured_person_fpp.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago WP-2370: Handle all 4 people types. gsb_feature_featured_person_fpp.module | 105 +++++++++++++++++++++++++++++++-- 1 file changed, 100 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2370: preliminary metadata wrappers. gsb_feature_featured_person_fpp.module | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)
=========================================== ./gsb_feature_act_ct =========================================== view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7480: field group settings for related wrapper. gsb_feature_act_ct.ds.inc | 78 +++++++++++++------------- gsb_feature_act_ct.features.field_instance.inc | 31 +++++----- gsb_feature_act_ct.field_group.inc | 7 ++- gsb_feature_act_ct.strongarm.inc | 69 +++++++++++++++++++++++ 4 files changed, 126 insertions(+), 59 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7364 Adding search concat field gsb_feature_act_ct.features.field_instance.inc | 84 ++++++++++++++++++++++++++ gsb_feature_act_ct.field_group.inc | 65 ++++++++++++-------- gsb_feature_act_ct.info | 6 +- gsb_feature_act_ct.strongarm.inc | 2 +- 4 files changed, 130 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago WP-6368 Update the pathauto and url pattern for act ct gsb_feature_act_ct.features.field_instance.inc | 67 +++++++++++++------------- gsb_feature_act_ct.info | 5 +- gsb_feature_act_ct.strongarm.inc | 19 ++------ 3 files changed, 41 insertions(+), 50 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_act_ct.field_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add back wrapper classes. gsb_feature_act_ct.field_group.inc | 8 +++++--- gsb_feature_act_ct.strongarm.inc | 12 ++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: allow custom name field to be used on all displays. gsb_feature_act_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5400 remove the field field_person_fac_ref gsb_feature_act_ct.features.field_instance.inc | 64 +------------------------- gsb_feature_act_ct.info | 1 - 2 files changed, 1 insertion(+), 64 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_act_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related content. gsb_feature_act_ct.ds.inc | 84 +++++++++++--------------- gsb_feature_act_ct.features.field_instance.inc | 20 +++--- gsb_feature_act_ct.field_group.inc | 13 ++-- 3 files changed, 50 insertions(+), 67 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5400 remove the field field_person_fac_ref gsb_feature_act_ct.features.field_instance.inc | 68 -------------------------- gsb_feature_act_ct.info | 1 - 2 files changed, 69 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5381 update label for field_person_ref_unlimited gsb_feature_act_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago Ayuta-test:chaged Organization label gsb_feature_act_ct.features.field_instance.inc | 16 ++++++++++++++-- gsb_feature_act_ct.info | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5352: update related content. gsb_feature_act_ct.ds.inc | 84 +++++++++++--------------- gsb_feature_act_ct.features.field_instance.inc | 20 +++--- gsb_feature_act_ct.field_group.inc | 13 ++-- 3 files changed, 50 insertions(+), 67 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5385 enable description for file field in act gsb_feature_act_ct.features.field_instance.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 remove old alumni ref field gsb_feature_act_ct.features.field_instance.inc | 65 -------------------------- gsb_feature_act_ct.info | 1 - 2 files changed, 66 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5351 add new field gsb_feature_act_ct.features.field_instance.inc | 65 ++++++++++++++++++++++++-- gsb_feature_act_ct.field_group.inc | 9 ++-- gsb_feature_act_ct.info | 1 + 3 files changed, 67 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 revert the wrong label changes gsb_feature_act_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5246 label change gsb_feature_act_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5215 give new window for links control to users gsb_feature_act_ct.features.field_instance.inc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5100 change CT field publication label gsb_feature_act_ct.features.field_instance.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_act_ct.features.field_instance.inc | 3 +++ gsb_feature_act_ct.strongarm.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4821 Changed taxonomy_term_separator set as comma to correctly have a trailing space gsb_feature_act_ct.features.field_instance.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set image field length to 120px gsb_feature_act_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5057 Changed url_alias to be leverage-gsb. gsb_feature_act_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5006 set the related content autocomplete fields length to 100 gsb_feature_act_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897-2 Changes to add Styles to the wysi gsb_feature_act_ct.features.wysiwyg.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897-2 Changes to add Styles to the wysi gsb_feature_act_ct.features.wysiwyg.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Adding permissions for the ACT text format gsb_feature_act_ct.features.user_permission.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: disable act project by criteria view mode. gsb_feature_act_ct.ds.inc | 198 ++++++++++++++++++------------------- gsb_feature_act_ct.field_group.inc | 18 ++-- gsb_feature_act_ct.info | 1 - gsb_feature_act_ct.strongarm.inc | 2 +- 4 files changed, 109 insertions(+), 110 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: disable act project by criteria view mode. gsb_feature_act_ct.ds.inc | 198 ++++++++++++++++++------------------- gsb_feature_act_ct.field_group.inc | 18 ++-- gsb_feature_act_ct.info | 1 - gsb_feature_act_ct.strongarm.inc | 2 +- 4 files changed, 109 insertions(+), 110 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Added back the ACT format/profile gsb_feature_act_ct.features.field_instance.inc | 54 +++++++++++++++++++++----- 1 file changed, 45 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: export display settings for list by criteria. gsb_feature_act_ct.ds.inc | 212 ++++++++++++++++-- gsb_feature_act_ct.features.field_instance.inc | 273 +++++++++++++++++++----- gsb_feature_act_ct.features.user_permission.inc | 21 ++ gsb_feature_act_ct.info | 5 +- gsb_feature_act_ct.strongarm.inc | 3 + 5 files changed, 448 insertions(+), 66 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Added a few more wysiwyg buttons to the ACT wysiwyg profile gsb_feature_act_ct.features.wysiwyg.inc | 7 +++++++ gsb_feature_act_ct.info | 1 + 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Adding permissions for the ACT text format gsb_feature_act_ct.features.user_permission.inc | 24 ++++++++++++++++++++++++ gsb_feature_act_ct.info | 1 + 2 files changed, 25 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Added the act text format and config of wysiwyg profile gsb_feature_act_ct.features.field_instance.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 New files for new ACT text format and wysiwyg profile gsb_feature_act_ct.features.filter.inc | 34 +++++++++++++++++++++++++ gsb_feature_act_ct.features.wysiwyg.inc | 45 +++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Added the act text format and config of wysiwyg profile gsb_feature_act_ct.features.field_instance.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 New files for new ACT text format and wysiwyg profile gsb_feature_act_ct.features.filter.inc | 34 +++++++++++++++++++++++++ gsb_feature_act_ct.features.wysiwyg.inc | 45 +++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Added the act text format and config of wysiwyg profile gsb_feature_act_ct.features.field_instance.inc | 54 +++++++++++++++++++++----- gsb_feature_act_ct.info | 6 ++- 2 files changed, 50 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 Added the act text format and config of wysiwyg profile gsb_feature_act_ct.features.field_instance.inc | 54 +++++++++++++++++++++----- gsb_feature_act_ct.info | 6 ++- 2 files changed, 50 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4860: export view mode and display suite settings. gsb_feature_act_ct.ds.inc | 161 +++++++++++++++++++ gsb_feature_act_ct.features.field_instance.inc | 214 ++++++++++++++++++++++++- gsb_feature_act_ct.info | 3 + gsb_feature_act_ct.strongarm.inc | 3 + 4 files changed, 376 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4860: export view mode and display suite settings. gsb_feature_act_ct.ds.inc | 161 +++++++++++++++++++ gsb_feature_act_ct.features.field_instance.inc | 214 ++++++++++++++++++++++++- gsb_feature_act_ct.info | 5 +- gsb_feature_act_ct.strongarm.inc | 3 + 4 files changed, 377 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4938 Added a path setting for image and file fields in the ACT ct gsb_feature_act_ct.features.field_instance.inc | 2 +- gsb_feature_act_ct.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4938 Added a path setting for image and file fields in the ACT ct gsb_feature_act_ct.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4930 Adding URL alias field gsb_feature_act_ct.features.field_instance.inc | 85 +++++++++++++++++++++----- gsb_feature_act_ct.field_group.inc | 24 ++++---- gsb_feature_act_ct.info | 6 +- gsb_feature_act_ct.strongarm.inc | 6 +- 4 files changed, 88 insertions(+), 33 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4930 Added node url pattern for act gsb_feature_act_ct.info | 3 ++- gsb_feature_act_ct.strongarm.inc | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4880 Removed default selection gsb_feature_act_ct.features.field_instance.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4880 Removed default selection gsb_feature_act_ct.features.field_instance.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4906: update dash. gsb_feature_act_ct.ds.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4900 Added same file extensions used in our other file fields gsb_feature_act_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: display for infographic field. gsb_feature_act_ct.ds.inc | 45 +++++++++++++++----------- gsb_feature_act_ct.features.field_instance.inc | 14 ++++---- gsb_feature_act_ct.field_group.inc | 2 +- gsb_feature_act_ct.info | 3 +- 4 files changed, 36 insertions(+), 28 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: display for infographic field. gsb_feature_act_ct.ds.inc | 45 +++++++++++++++----------- gsb_feature_act_ct.features.field_instance.inc | 14 ++++---- gsb_feature_act_ct.field_group.inc | 2 +- gsb_feature_act_ct.info | 3 +- 4 files changed, 36 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4895 Some small changes following a review with Marketing gsb_feature_act_ct.features.field_instance.inc | 12 ++++++++---- gsb_feature_act_ct.module | 10 ++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4893 Added new field field_infographic gsb_feature_act_ct.features.field_instance.inc | 91 ++++++++++++++++++++++++-- gsb_feature_act_ct.field_group.inc | 6 +- gsb_feature_act_ct.info | 3 + 3 files changed, 91 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4879 Changed label from CTAs to CTA. gsb_feature_act_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4879 Changed label from CTAs to CTA. gsb_feature_act_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: export field collection settings. gsb_feature_act_ct.ds.inc | 81 +++++++++++++++++++++++++++++++++++++++++++++++ gsb_feature_act_ct.info | 4 ++- 2 files changed, 84 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: ds settings for act project detail page. gsb_feature_act_ct.ds.inc | 557 +++++++++++++++++++++++++ gsb_feature_act_ct.features.field_instance.inc | 156 ++++--- gsb_feature_act_ct.features.inc | 3 + gsb_feature_act_ct.field_group.inc | 67 +++ gsb_feature_act_ct.info | 9 + gsb_feature_act_ct.strongarm.inc | 75 +++- 6 files changed, 784 insertions(+), 83 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: export field collection settings. gsb_feature_act_ct.ds.inc | 81 +++++++++++++++++++++++++++++++++++++++++++++++ gsb_feature_act_ct.info | 4 ++- 2 files changed, 84 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: ds settings for act project detail page. gsb_feature_act_ct.ds.inc | 557 +++++++++++++++++++++++++ gsb_feature_act_ct.features.field_instance.inc | 156 ++++--- gsb_feature_act_ct.features.inc | 3 + gsb_feature_act_ct.field_group.inc | 67 +++ gsb_feature_act_ct.info | 9 + gsb_feature_act_ct.strongarm.inc | 75 +++- 6 files changed, 784 insertions(+), 83 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4893 Added new field field_infographic gsb_feature_act_ct.features.field_instance.inc | 91 ++++++++++++++++++++++++-- gsb_feature_act_ct.field_group.inc | 6 +- gsb_feature_act_ct.info | 3 + 3 files changed, 91 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4879 Changed label from CTAs to CTA. gsb_feature_act_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4879 Changed label from CTAs to CTA. gsb_feature_act_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4885 Changed label for ACT to read 'ACT Project' gsb_feature_act_ct.features.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4878 Added state setting to control visibility for related field_act_project_team_role fields gsb_feature_act_ct.module | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4882 Changed field from field_act_product_type to field_act_project_type gsb_feature_act_ct.features.field_instance.inc | 108 ++++++++++++------------- gsb_feature_act_ct.field_group.inc | 54 ++++++------- gsb_feature_act_ct.info | 2 +- gsb_feature_act_ct.strongarm.inc | 6 +- 4 files changed, 85 insertions(+), 85 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4806 Added taxonomies organization_type, project_focus, and project_type gsb_feature_act_ct.features.taxonomy.inc | 37 ++++++++++++++++++++++++++++++++ gsb_feature_act_ct.info | 3 +++ 2 files changed, 40 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4806 Added taxonomies organization_type, project_focus, and project_type gsb_feature_act_ct.features.taxonomy.inc | 37 ++++++++++++++++++++++++++++++++ gsb_feature_act_ct.info | 3 +++ 2 files changed, 40 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4806 Initial commit for new ACT ct gsb_feature_act_ct.features.field_instance.inc | 2148 ++++++++++++++++++++++++ gsb_feature_act_ct.features.inc | 35 + gsb_feature_act_ct.field_group.inc | 402 +++++ gsb_feature_act_ct.info | 76 + gsb_feature_act_ct.module | 7 + gsb_feature_act_ct.strongarm.inc | 92 + 6 files changed, 2760 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4806 Initial commit for new ACT ct gsb_feature_act_ct.features.field_instance.inc | 2148 ++++++++++++++++++++++++ gsb_feature_act_ct.features.inc | 35 + gsb_feature_act_ct.field_group.inc | 402 +++++ gsb_feature_act_ct.info | 76 + gsb_feature_act_ct.module | 7 + gsb_feature_act_ct.strongarm.inc | 92 + 6 files changed, 2760 insertions(+) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_club_display =========================================== view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Enabled ajax at view level gsb_feature_club_display.info | 2 +- gsb_feature_club_display.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_club_display.info | 2 +- gsb_feature_club_display.module | 12 ++++++++++++ gsb_feature_club_display.views_default.inc | 3 +-- 3 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_club_display.info | 2 +- gsb_feature_club_display.views_default.inc | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_club_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_club_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5734 fix the nid logic gsb_feature_club_display.module | 18 ++++++- gsb_feature_club_display.views_default.inc | 77 +++++------------------------- 2 files changed, 30 insertions(+), 65 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5671 update the club ccl gsb_feature_club_display.module | 42 +---- gsb_feature_club_display.views_default.inc | 287 ++++++++++++++++++++++++++--- js/gsb_feature_club_display.js | 14 -- 3 files changed, 265 insertions(+), 78 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5476 Small adjustment is the weights for title and url fields gsb_feature_club_display.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section. gsb_feature_club_display.module | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 fix the more linke gsb_feature_club_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove the text gsb_feature_club_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5424 remove see all footer gsb_feature_club_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5121: update clubs listing. gsb_feature_club_display.ds.inc | 70 +++++++++-- gsb_feature_club_display.views_default.inc | 179 ++++++++++++++++++++++++++++- 2 files changed, 240 insertions(+), 9 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Clubs: Alumni gsb_feature_club_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Clubs gsb_feature_club_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Clubs gsb_feature_club_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename modal items - club list gsb_feature_club_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename modal items clubs by id or tag gsb_feature_club_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4616 Adding ajax for paging support gsb_feature_club_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4567 update admin title gsb_feature_club_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4567 set admin title for clubs cp gsb_feature_club_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4567 update the alumni filter gsb_feature_club_display.views_default.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4567 link title field gsb_feature_club_display.views_default.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4567 add cp for clubs gsb_feature_club_display.views_default.inc | 75 +++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_club_display.views_default.inc | 1 - 1 file changed, 1 deletion(-)
=========================================== ./gsb_feature_msx_fellows_ct =========================================== view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-6223: update MSx teaser display. gsb_feature_msx_fellows_ct.ds.inc | 64 +++++++++++++++++++++- ...ture_msx_fellows_ct.features.field_instance.inc | 41 +------------- 2 files changed, 64 insertions(+), 41 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5857: update msx title position markup. gsb_feature_msx_fellows_ct.ds.inc | 7 +++ ...ture_msx_fellows_ct.features.field_instance.inc | 67 ---------------------- gsb_feature_msx_fellows_ct.info | 1 - gsb_feature_msx_fellows_ct.strongarm.inc | 12 ++++ 4 files changed, 19 insertions(+), 68 deletions(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Removing references to addthis and addthis_displays gsb_feature_msx_fellows_ct.info | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: configure people fpp view mode for related. gsb_feature_msx_fellows_ct.ds.inc | 103 +++++++++++++++++++ ...ture_msx_fellows_ct.features.field_instance.inc | 109 +++++++++++++++++++++ gsb_feature_msx_fellows_ct.info | 2 + gsb_feature_msx_fellows_ct.strongarm.inc | 2 +- 4 files changed, 215 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: update msx fellow detail display. gsb_feature_msx_fellows_ct.ds.inc | 82 ++++++++++++++++++++-- ...ture_msx_fellows_ct.features.field_instance.inc | 80 +-------------------- gsb_feature_msx_fellows_ct.strongarm.inc | 39 ++++++++++ 3 files changed, 120 insertions(+), 81 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. ...ture_msx_fellows_ct.features.field_instance.inc | 61 ++++++++++++++++++++++ gsb_feature_msx_fellows_ct.info | 8 +-- gsb_feature_msx_fellows_ct.strongarm.inc | 7 +++ 3 files changed, 73 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5049 update the help text ...ture_msx_fellows_ct.features.field_instance.inc | 27 +++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago WP-4852 remove add this field ...ture_msx_fellows_ct.features.field_instance.inc | 89 ++++++++-------------- gsb_feature_msx_fellows_ct.features.inc | 1 + gsb_feature_msx_fellows_ct.info | 6 +- 3 files changed, 34 insertions(+), 62 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4536 add alt text for image field gsb_feature_msx_fellows_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago WP-4523 update label for region of interest field gsb_feature_msx_fellows_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4219: display other degree field. gsb_feature_msx_fellows_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. gsb_feature_msx_fellows_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. ...ture_msx_fellows_ct.features.field_instance.inc | 53 ++++++++++++++++++++++ gsb_feature_msx_fellows_ct.info | 6 ++- 2 files changed, 58 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2520: change label on msx. gsb_feature_msx_fellows_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
=========================================== ./gsb_feature_homepage_cta_fpp =========================================== view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_homepage_cta_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6066: add class back. gsb_feature_homepage_cta_fpp.features.field_instance.inc | 13 +++++++++---- gsb_feature_homepage_cta_fpp.field_group.inc | 3 ++- gsb_feature_homepage_cta_fpp.strongarm.inc | 12 ++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Homepage: Image CTA gsb_feature_homepage_cta_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - homepage cta gsb_feature_homepage_cta_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_homepage_cta_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3808 Small help text change gsb_feature_homepage_cta_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3739: homepage cta display. ...re_homepage_cta_fpp.features.field_instance.inc | 42 +++++++++----------- gsb_feature_homepage_cta_fpp.features.inc | 3 ++ gsb_feature_homepage_cta_fpp.field_group.inc | 46 ++++++++++++++++++++++ gsb_feature_homepage_cta_fpp.info | 3 ++ gsb_feature_homepage_cta_fpp.strongarm.inc | 30 +++++++++++++- 5 files changed, 98 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3740 Added help text gsb_feature_homepage_cta_fpp.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Some #after_build magic to fix up the validation error message for the link field. Wee gsb_feature_homepage_cta_fpp.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Changed the image dimensions per update from Susan gsb_feature_homepage_cta_fpp.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Changed field weightings gsb_feature_homepage_cta_fpp.features.field_instance.inc | 10 +++++----- gsb_feature_homepage_cta_fpp.strongarm.inc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Field changes for the homepage cta fpp ...re_homepage_cta_fpp.features.field_instance.inc | 113 +++++++++++---------- gsb_feature_homepage_cta_fpp.info | 6 +- gsb_feature_homepage_cta_fpp.strongarm.inc | 2 +- 3 files changed, 64 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Generated feature code for the homepage cta fpp ...re_homepage_cta_fpp.features.field_instance.inc | 277 +++++++++++++++++++++ gsb_feature_homepage_cta_fpp.features.inc | 14 ++ gsb_feature_homepage_cta_fpp.info | 19 ++ gsb_feature_homepage_cta_fpp.module | 11 +- gsb_feature_homepage_cta_fpp.strongarm.inc | 31 +++ 5 files changed, 351 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3709 Initial commit for the gsb_feature_homepage_cta_fpp module gsb_feature_homepage_cta_fpp.info | 8 +++++++ gsb_feature_homepage_cta_fpp.module | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago Initial commit README.md | 4 ++++ 1 file changed, 4 insertions(+)
=========================================== ./gsb_feature_alumni_reunion_agenda_item_display =========================================== view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5208: Remove pager an agenda item listings. gsb_feature_alumni_reunion_agenda_item_display.info | 4 ++-- gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5150: Add Back To the Top button. gsb_feature_alumni_reunion_agenda_item_display.info | 4 ++-- gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago WP-5150 fix the show more pager by enabling ajax gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5150 Adding a little bit more for the Show More gsb_feature_alumni_reunion_agenda_item_display.info | 1 + gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5150 Changing view gsb_alumni_agenda_list to use Show More link gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4933: Make sure that there is a session set before we change the query. gsb_feature_alumni_reunion_agenda_item_display.module | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: agenda item schedule view listing updates. ..._alumni_reunion_agenda_item_display.features.inc | 9 +++++++++ gsb_feature_alumni_reunion_agenda_item_display.info | 6 +++++- ...alumni_reunion_agenda_item_display.strongarm.inc | 21 +++++++++++++++++++++ ...ni_reunion_agenda_item_display.views_default.inc | 12 +++++++++--- 4 files changed, 44 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4750 sort by date first gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4750 added title and fixed sorting gsb_feature_alumni_reunion_agenda_item_display.info | 2 +- gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago rename the view lable gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago WP-4750 modify the view for alumni agenda listing ...ature_alumni_reunion_agenda_item_display.module | 7 +- ...i_reunion_agenda_item_display.views_default.inc | 92 +++++----------------- 2 files changed, 27 insertions(+), 72 deletions(-) view commit - committer: unknown, 1 year, 8 months ago author: unknown, 1 year, 8 months ago WP-4750: update the view ...feature_alumni_reunion_agenda_item_display.info | 1 + ...ature_alumni_reunion_agenda_item_display.module | 9 +++++++ ...i_reunion_agenda_item_display.views_default.inc | 29 ++++++++++++++++++---- 3 files changed, 34 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4750 add new view for reunion schedule list ...alumni_reunion_agenda_item_display.features.inc | 12 ++ ...feature_alumni_reunion_agenda_item_display.info | 11 ++ ...ature_alumni_reunion_agenda_item_display.module | 7 + ...i_reunion_agenda_item_display.views_default.inc | 177 +++++++++++++++++++++ 4 files changed, 207 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_case_ct =========================================== view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6415: update purchase position. gsb_feature_case_ct.ds.inc | 18 +++++++++--------- gsb_feature_case_ct.field_group.inc | 36 ++++++++++++++++++++++-------------- gsb_feature_case_ct.strongarm.inc | 24 ++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 23 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update related wrapper. gsb_feature_case_ct.field_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6247: update case taxonomy formatting. gsb_feature_case_ct.ds.inc | 20 +++------ gsb_feature_case_ct.features.field_instance.inc | 58 ++++++++++++------------- 2 files changed, 36 insertions(+), 42 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-6217: update the case statements. gsb_feature_case_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-6217: update the case statements. gsb_feature_case_ct.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-6210: display changes for case detail. gsb_feature_case_ct.ds.inc | 76 +++++++++---------------- gsb_feature_case_ct.features.field_instance.inc | 23 +++----- gsb_feature_case_ct.field_group.inc | 12 ++-- gsb_feature_case_ct.strongarm.inc | 4 +- 4 files changed, 43 insertions(+), 72 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6123: display settings for case year change. gsb_feature_case_ct.ds.inc | 165 ++++++----- gsb_feature_case_ct.features.field_instance.inc | 358 ++++++++++++------------ gsb_feature_case_ct.field_group.inc | 8 +- gsb_feature_case_ct.strongarm.inc | 32 ++- 4 files changed, 290 insertions(+), 273 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6124 Commenting out some place where we were making reference to field_year gsb_feature_case_ct.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6124 Changing label on new year field to be Publication Year rather than Publication Year2. gsb_feature_case_ct.features.field_instance.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6124 Hiding the older year field (field_year). gsb_feature_case_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6148 Adding check for node type. gsb_feature_case_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6148 Added code on node save to set publication type to be 'case' gsb_feature_case_ct.module | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago WP-6110 Added new field field_year_of_publication to case import gsb_feature_case_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6111 Added new publication date field gsb_feature_case_ct.features.field_instance.inc | 140 ++++++++++++++++++++---- gsb_feature_case_ct.info | 3 +- gsb_feature_case_ct.strongarm.inc | 12 +- 3 files changed, 126 insertions(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-4950 Added class field-group-fieldset group-wrapper-related gsb_feature_case_ct.ds.inc | 24 +++++++++++------------ gsb_feature_case_ct.features.field_instance.inc | 26 +++++++++++-------------- gsb_feature_case_ct.field_group.inc | 16 ++++++++++----- gsb_feature_case_ct.strongarm.inc | 6 ++++++ 4 files changed, 40 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-5961 Changed email address to be businesscases@stanford.edu gsb_feature_case_ct.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add additional class. gsb_feature_case_ct.ds.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: add publication type. gsb_feature_case_ct.ds.inc | 62 +++++++++++++++++++------ gsb_feature_case_ct.features.field_instance.inc | 20 +++++--- gsb_feature_case_ct.field_group.inc | 10 ++-- 3 files changed, 66 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-5935 Applying stripslashes to the cwoAbstract property gsb_feature_case_ct.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-5935 Adding new update function to reimport case from April 2015 forward. gsb_feature_case_ct.install | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Changing circle topic to use hs-lite gsb_feature_case_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Setting default and hiding field_publication_type gsb_feature_case_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5863 Adding new fields field_circle_topics and field_publication_type gsb_feature_case_ct.features.field_instance.inc | 223 +++++++++++++++++++++--- gsb_feature_case_ct.info | 2 + gsb_feature_case_ct.strongarm.inc | 8 +- 3 files changed, 204 insertions(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5752 Added code to remove \n from cwoLearningObjective gsb_feature_case_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5752 Adding update to reimport cases which might have carriage returns gsb_feature_case_ct.install | 256 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5752 Removing carriage-returns from the gsb:cwoAbstract field during Case import gsb_feature_case_ct.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 2 months ago WP-5453: configure compact and expanded view modes. gsb_feature_case_ct.ds.inc | 329 +++++++++++++++++++++--- gsb_feature_case_ct.features.field_instance.inc | 220 +++++++++------- gsb_feature_case_ct.field_group.inc | 104 +++++++- gsb_feature_case_ct.info | 5 + gsb_feature_case_ct.strongarm.inc | 16 +- 5 files changed, 537 insertions(+), 137 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5453: configure compact and expanded view modes. gsb_feature_case_ct.ds.inc | 329 +++++++++++++++++++++--- gsb_feature_case_ct.features.field_instance.inc | 220 +++++++++------- gsb_feature_case_ct.field_group.inc | 104 +++++++- gsb_feature_case_ct.info | 5 + gsb_feature_case_ct.strongarm.inc | 16 +- 5 files changed, 537 insertions(+), 137 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5496 Added field field_centers_research_programs gsb_feature_case_ct.features.field_instance.inc | 109 +++++++++++++++++++++--- gsb_feature_case_ct.info | 1 + gsb_feature_case_ct.strongarm.inc | 6 +- 3 files changed, 100 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5452 Adding compact and expanded view modes gsb_feature_case_ct.ds.inc | 42 ++++ gsb_feature_case_ct.features.field_instance.inc | 300 ++++++++++++++++++++++++ gsb_feature_case_ct.info | 2 + gsb_feature_case_ct.strongarm.inc | 30 +++ 4 files changed, 374 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: update case teaser. gsb_feature_case_ct.ds.inc | 6 ++++++ gsb_feature_case_ct.features.field_instance.inc | 8 ++++---- gsb_feature_case_ct.strongarm.inc | 12 ++++++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5422: add related wrapper to case. gsb_feature_case_ct.ds.inc | 63 +++++++++++++++---------- gsb_feature_case_ct.features.field_instance.inc | 26 +++++----- gsb_feature_case_ct.field_group.inc | 27 +++++++++++ gsb_feature_case_ct.info | 1 + gsb_feature_case_ct.strongarm.inc | 2 +- 5 files changed, 81 insertions(+), 38 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: update case teaser. gsb_feature_case_ct.ds.inc | 6 ++++++ gsb_feature_case_ct.features.field_instance.inc | 8 ++++---- gsb_feature_case_ct.strongarm.inc | 12 ++++++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5354: add the format-wysiwyg class. gsb_feature_case_ct.ds.inc | 4 +++- gsb_feature_case_ct.features.field_instance.inc | 4 ++++ gsb_feature_case_ct.info | 1 + gsb_feature_case_ct.strongarm.inc | 24 ++++++++++++++++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago WP-5354 Changed import for field_description to come from new Alfresco property gsb:cwoAbstract gsb_feature_case_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5222 Changing pdf statement for 'Education and Corporate use' gsb_feature_case_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5201-1 Changing free case setting to only be based on cwoCaseAccess property. gsb_feature_case_ct.module | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding a little detail to the import log, and fixing the free case setting gsb_feature_case_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding a little detail to the import log, and fixing the free case setting gsb_feature_case_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding field instance for field_case_access gsb_feature_case_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding a little detail to the import log, and fixing the free case setting gsb_feature_case_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding a little detail to the import log, and fixing the free case setting gsb_feature_case_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding field instance for field_case_access gsb_feature_case_ct.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Feature update related to the field_case_access field now as a select gsb_feature_case_ct.features.field_instance.inc | 135 ++++++++++++------------ gsb_feature_case_ct.info | 2 +- 2 files changed, 68 insertions(+), 69 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Feature update related to the field_case_access field now as a select gsb_feature_case_ct.features.field_instance.inc | 135 ++++++++++++------------ gsb_feature_case_ct.info | 2 +- 2 files changed, 68 insertions(+), 69 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding field instance for field_case_access gsb_feature_case_ct.features.field_instance.inc | 120 ------------------------ gsb_feature_case_ct.info | 1 - 2 files changed, 121 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding field instance for field_case_access gsb_feature_case_ct.features.field_instance.inc | 120 ------------------------ gsb_feature_case_ct.info | 3 +- 2 files changed, 1 insertion(+), 122 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5201: Fix typo. gsb_feature_case_ct.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Adding field instance for field_case_access gsb_feature_case_ct.features.field_instance.inc | 68 +++++++++++++++++++++++++ gsb_feature_case_ct.info | 2 + 2 files changed, 70 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5201 Modified import code to set the Free Case checkbox based on new cwoAccess gsb_feature_case_ct.module | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5175 Changed to new message strings with email link gsb_feature_case_ct.module | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5175 Chaged to new message strings gsb_feature_case_ct.module | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5175 Changed to new message strings with email link gsb_feature_case_ct.module | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5175 Chaged to new message strings gsb_feature_case_ct.module | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5174 Feature update to setting ffc conditions gsb_feature_case_ct.features.field_instance.inc | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5174 A little code cleanup. gsb_feature_case_ct.module | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5174 Added new ffc field condition for hiding fields - well conditionally. gsb_feature_case_ct.module | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-4915-2 Changed gsb_feature_case_ct_node_view to show new pdf statements gsb_feature_case_ct.module | 52 ++++++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5169-1 Added code to not import if cwoAccess is Not for distribution gsb_feature_case_ct.module | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5169 Adding support for new field field_case_access gsb_feature_case_ct.features.field_instance.inc | 126 +++++++++++++++++++++++- gsb_feature_case_ct.info | 1 + gsb_feature_case_ct.module | 69 +++++++------ gsb_feature_case_ct.strongarm.inc | 6 +- 4 files changed, 168 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4466: add class to pipe. gsb_feature_case_ct.ds.inc | 2 +- gsb_feature_case_ct.features.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related case display. gsb_feature_case_ct.ds.inc | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Fix bad merge. gsb_feature_case_ct.ds.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to case. gsb_feature_case_ct.ds.inc | 69 +++++++++++ gsb_feature_case_ct.features.field_instance.inc | 147 ++++++++++++++++++++++++ gsb_feature_case_ct.info | 2 + gsb_feature_case_ct.strongarm.inc | 15 +++ 4 files changed, 233 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3914: add insight featured card view mode to case. gsb_feature_case_ct.ds.inc | 85 ++++++- gsb_feature_case_ct.features.field_instance.inc | 294 ++++++++++++++++++++++++ gsb_feature_case_ct.info | 2 + gsb_feature_case_ct.strongarm.inc | 30 +++ 4 files changed, 405 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3909: add related idea story view mode to case. gsb_feature_case_ct.ds.inc | 85 +++++++++++++- gsb_feature_case_ct.features.field_instance.inc | 147 ++++++++++++++++++++++++ gsb_feature_case_ct.info | 2 + gsb_feature_case_ct.strongarm.inc | 15 +++ 4 files changed, 243 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3799: add case number to listing. gsb_feature_case_ct.ds.inc | 30 ++++++++++---- gsb_feature_case_ct.features.field_instance.inc | 53 +++++++++++++------------ gsb_feature_case_ct.field_group.inc | 2 +- gsb_feature_case_ct.strongarm.inc | 10 ++++- 4 files changed, 61 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add better formats settings. gsb_feature_case_ct.features.field_instance.inc | 34 +++++++++++++++++++++++-- gsb_feature_case_ct.info | 4 +-- 2 files changed, 34 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3799: add case number to listing. gsb_feature_case_ct.ds.inc | 30 ++++++++++--- gsb_feature_case_ct.features.field_instance.inc | 57 +++++++++++++------------ gsb_feature_case_ct.field_group.inc | 2 +- gsb_feature_case_ct.strongarm.inc | 10 ++++- 4 files changed, 63 insertions(+), 36 deletions(-) view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago WP-3768 add case# and author to search fields gsb_feature_case_ct.features.field_instance.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago WP-3671 Changed to handle description as a wysiwyg field. gsb_feature_case_ct.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3671 Changed to handle description as a wysiwyg field. gsb_feature_case_ct.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3642: Use wysiwyg formatter. gsb_feature_case_ct.features.field_instance.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3654 Changed the code that sets the published state to true when importing cases gsb_feature_case_ct.module | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3558: change space for link hover. gsb_feature_case_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3558: update markup and periods. gsb_feature_case_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3558: update case detail display. gsb_feature_case_ct.ds.inc | 39 ++++++--------------- gsb_feature_case_ct.features.field_instance.inc | 45 ++++++++++--------------- gsb_feature_case_ct.strongarm.inc | 12 +++++++ 3 files changed, 40 insertions(+), 56 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3570 Set the status to published for imported cases gsb_feature_case_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3523 Added class gsb-feature-case-ct-pdf-statement for help with css styling gsb_feature_case_ct.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3523 Added new extra field gsb_feature_case_ct_pdf_statement gsb_feature_case_ct.module | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3538-1 Import changes related to sunetid authors gsb_feature_case_ct.module | 169 ++++++++++++--------------------------------- 1 file changed, 46 insertions(+), 123 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3538 Added code to handle import of "other authors" for cases gsb_feature_case_ct.module | 189 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 169 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3526 Added new function to delete case if "Paper Copy" set to "No" gsb_feature_case_ct.module | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago WP-3378-1 Added check for Paper Copy of "No" gsb_feature_case_ct.module | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Ok... back to the original use of "0" and "1" gsb_feature_case_ct.module | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Changed import to use "Yes" and "No" values gsb_feature_case_ct.features.field_instance.inc | 6 +++++- gsb_feature_case_ct.module | 16 ++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Added field_has_harvard_link and field_has_case_center field instances gsb_feature_case_ct.features.field_instance.inc | 128 +++++++++++++++++++++++- gsb_feature_case_ct.info | 2 + gsb_feature_case_ct.strongarm.inc | 6 +- 3 files changed, 132 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3384 Added code to import "free case", "harvard and case center" boolean values gsb_feature_case_ct.module | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3431: update case center static link title. gsb_feature_case_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3068: remove pdf link from listing and fpp. gsb_feature_case_ct.ds.inc | 52 ++++--------------------- gsb_feature_case_ct.features.field_instance.inc | 14 ++----- gsb_feature_case_ct.field_group.inc | 5 +-- gsb_feature_case_ct.strongarm.inc | 8 ++++ 4 files changed, 22 insertions(+), 57 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3068: remove pdf link from listing and fpp. gsb_feature_case_ct.ds.inc | 52 ++++--------------------- gsb_feature_case_ct.features.field_instance.inc | 14 ++----- gsb_feature_case_ct.field_group.inc | 5 +-- gsb_feature_case_ct.strongarm.inc | 8 ++++ 4 files changed, 22 insertions(+), 57 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3385: hide permissions statement on case display. gsb_feature_case_ct.ds.inc | 22 +++------------------- gsb_feature_case_ct.features.field_instance.inc | 14 ++++---------- 2 files changed, 7 insertions(+), 29 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3378 Removed debugging dpm() gsb_feature_case_ct.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3378 Added new field_free_case gsb_feature_case_ct.features.field_instance.inc | 74 ++++++++++++++++++++++++- gsb_feature_case_ct.info | 1 + gsb_feature_case_ct.module | 11 ++++ gsb_feature_case_ct.strongarm.inc | 6 +- 4 files changed, 86 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3317: update labels on case display. gsb_feature_case_ct.ds.inc | 41 ++++++++++----------- gsb_feature_case_ct.features.field_instance.inc | 49 +++++++++++++++++++++++-- 2 files changed, 65 insertions(+), 25 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3303: Relabel and reorder taxonomy fields. gsb_feature_case_ct.features.field_instance.inc | 8 ++++---- gsb_feature_case_ct.field_group.inc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3317: update labels on case display. gsb_feature_case_ct.ds.inc | 41 ++++++++++----------- gsb_feature_case_ct.features.field_instance.inc | 49 +++++++++++++++++++++++-- 2 files changed, 65 insertions(+), 25 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3215: Move field_author specific code to gsb_field_authors. gsb_feature_case_ct.module | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field. gsb_feature_case_ct.features.field_instance.inc | 59 +++++++++++++++++++++++-- gsb_feature_case_ct.info | 5 ++- gsb_feature_case_ct.strongarm.inc | 2 +- 3 files changed, 61 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3042 Added watchdog statements for tracing Alfresco triggered import. gsb_feature_case_ct.module | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3023 Removed field_author_sunet_id_reference gsb_feature_case_ct.features.field_instance.inc | 56 ------------------------- gsb_feature_case_ct.info | 2 +- 2 files changed, 1 insertion(+), 57 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3046: add faculty authors to right. gsb_feature_case_ct.ds.inc | 31 +++++--------------- gsb_feature_case_ct.features.field_instance.inc | 39 +++++++++---------------- gsb_feature_case_ct.strongarm.inc | 9 +++++- 3 files changed, 29 insertions(+), 50 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3050: Have case opt-in to having an authors field. gsb_feature_case_ct.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3042 Added watchdog statements for tracing Alfresco triggered import. gsb_feature_case_ct.module | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3025 Add code to import into the field_authors field collection gsb_feature_case_ct.module | 118 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 98 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago WP-3025 Added field collection field_authors gsb_feature_case_ct.features.field_instance.inc | 93 ++++++++++++++++++++----- gsb_feature_case_ct.info | 1 + gsb_feature_case_ct.strongarm.inc | 6 +- 3 files changed, 81 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2897: add paper copy wrapper and arrange fields. gsb_feature_case_ct.ds.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2897: add paper copy wrapper and arrange fields. gsb_feature_case_ct.ds.inc | 25 ++++++++++--------- gsb_feature_case_ct.features.field_instance.inc | 32 +++++++++++-------------- gsb_feature_case_ct.field_group.inc | 32 +++++++++++++++++++++++++ gsb_feature_case_ct.info | 1 + 4 files changed, 61 insertions(+), 29 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2942: remove extra spaces after by label. gsb_feature_case_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2816-2 Put in changes now that Alfresco production service url is in place. gsb_feature_case_ct.module | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2895 Added call to validate urls gsb_feature_case_ct.module | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2895 Added new field field_link_center_single gsb_feature_case_ct.features.field_instance.inc | 91 +++++++++++++++++++++++-- gsb_feature_case_ct.info | 7 +- gsb_feature_case_ct.strongarm.inc | 6 +- 3 files changed, 92 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2895 Added import for Case Center link property gsb:cwoECopy gsb_feature_case_ct.module | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2808: add title wrapper for content pane. gsb_feature_case_ct.ds.inc | 22 +++++++++----- gsb_feature_case_ct.features.field_instance.inc | 38 ++++++++++++------------- gsb_feature_case_ct.field_group.inc | 33 +++++++++++++++++++++ gsb_feature_case_ct.info | 1 + 4 files changed, 68 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: shorter word limit. gsb_feature_case_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: trim descriptions on word with ellipsis. gsb_feature_case_ct.features.field_instance.inc | 28 +++++++++++++++++++------ gsb_feature_case_ct.info | 1 + 2 files changed, 23 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: shorter word limit. gsb_feature_case_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2727: trim descriptions on word with ellipsis. gsb_feature_case_ct.features.field_instance.inc | 28 +++++++++++++++++++------ gsb_feature_case_ct.info | 1 + 2 files changed, 23 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2816 Added call Alfresco services to get tags for Case and Working Papers gsb_feature_case_ct.module | 81 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 73 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2720: update taxonomy path on case content pane. gsb_feature_case_ct.features.field_instance.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2720: add academic area, taxonomy wrapper, update paths. gsb_feature_case_ct.ds.inc | 31 +++++++++++------ gsb_feature_case_ct.features.field_instance.inc | 45 ++++++++++++++----------- gsb_feature_case_ct.field_group.inc | 28 +++++++++++++++ gsb_feature_case_ct.info | 1 + 4 files changed, 75 insertions(+), 30 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2700: hide topics label on case detail. gsb_feature_case_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: cas content pane settings. gsb_feature_case_ct.ds.inc | 102 +++++++++++++++++- gsb_feature_case_ct.features.field_instance.inc | 136 +++++++++++++++++++++++- gsb_feature_case_ct.info | 3 + gsb_feature_case_ct.strongarm.inc | 3 + 4 files changed, 238 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago WP-2768 Use document name as title, if title is empty gsb_feature_case_ct.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add search field. gsb_feature_case_ct.features.field_instance.inc | 70 +++++++++++++++++++++++++ gsb_feature_case_ct.info | 5 +- 2 files changed, 73 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2598: ds case listing settings. gsb_feature_case_ct.ds.inc | 255 ++++++++++++++++++++---- gsb_feature_case_ct.features.field_instance.inc | 155 +++++++++++++- gsb_feature_case_ct.features.inc | 3 + gsb_feature_case_ct.field_group.inc | 42 ++++ gsb_feature_case_ct.info | 6 + gsb_feature_case_ct.strongarm.inc | 3 + 6 files changed, 417 insertions(+), 47 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: add character limit. gsb_feature_case_ct.features.field_instance.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: link title to node. gsb_feature_case_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: add ds teaser display settings. gsb_feature_case_ct.ds.inc | 82 +++++++++++++++++++++++++ gsb_feature_case_ct.features.field_instance.inc | 54 ++++++++-------- gsb_feature_case_ct.info | 2 + 3 files changed, 114 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: add character limit. gsb_feature_case_ct.features.field_instance.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix typo. gsb_feature_case_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Fixed typo. gsb_feature_case_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Cleanup a bit. gsb_feature_case_ct.module | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: link title to node. gsb_feature_case_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Change handling for protocol for links. gsb_feature_case_ct.module | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: add ds teaser display settings. gsb_feature_case_ct.ds.inc | 82 +++++++++++++++++++++++++ gsb_feature_case_ct.features.field_instance.inc | 54 ++++++++-------- gsb_feature_case_ct.info | 2 + 3 files changed, 114 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago Change sets to NULL gsb_feature_case_ct.module | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2353 Change to plain text handling on field_document_name gsb_feature_case_ct.module | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2353 Changes to import code related to new field field_academic_area_unlimited gsb_feature_case_ct.module | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2353 Added new field field_academic_area_unlimited gsb_feature_case_ct.features.field_instance.inc | 72 ++++++++++++++++++++----- gsb_feature_case_ct.info | 5 +- gsb_feature_case_ct.module | 34 ++++++------ gsb_feature_case_ct.strongarm.inc | 6 +-- 4 files changed, 81 insertions(+), 36 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2353 Change to plain text handling on field_document_name gsb_feature_case_ct.module | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2353 Changes to import code related to new field field_academic_area_unlimited gsb_feature_case_ct.module | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2353 Added new field field_academic_area_unlimited gsb_feature_case_ct.features.field_instance.inc | 72 ++++++++++++++++++++----- gsb_feature_case_ct.info | 5 +- gsb_feature_case_ct.module | 41 +++++++------- gsb_feature_case_ct.strongarm.inc | 6 +-- 4 files changed, 87 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2663 Commented out code to set the field_tag values. gsb_feature_case_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago Make sure document name is plain text. gsb_feature_case_ct.features.field_instance.inc | 2 +- gsb_feature_case_ct.info | 12 +++--------- gsb_feature_case_ct.strongarm.inc | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2652 Added tags to import. gsb_feature_case_ct.module | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2652 Changing description to be handled as plain text in import. gsb_feature_case_ct.module | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2652 Added code to save the image id. gsb_feature_case_ct.module | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Changing the url pattern. gsb_feature_case_ct.strongarm.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_feature_case_ct.module | 61 ++++++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Changing text processing for field_document_name to be Filtered Text. gsb_feature_case_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Adjustment to how year and document_name is saved gsb_feature_case_ct.module | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Delete test-cases-import-output.txt test-cases-import-output.txt | 2796 ------------------------------------------ 1 file changed, 2796 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Test output test-cases-import-output.txt | 2796 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2796 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Initial commit of changes related to import testing gsb_feature_case_ct.info | 7 ++++ gsb_feature_case_ct.module | 95 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 95 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Changed setting for field_description to work with text area formats. gsb_feature_case_ct.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Changing the url pattern. gsb_feature_case_ct.strongarm.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 A little code cleanup. gsb_feature_case_ct.module | 61 ++++++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago WP-2606 Changing text processing for field_document_name to be Filtered Text. gsb_feature_case_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Adjustment to how year and document_name is saved gsb_feature_case_ct.module | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Delete test-cases-import-output.txt test-cases-import-output.txt | 2796 ------------------------------------------ 1 file changed, 2796 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Test output test-cases-import-output.txt | 2796 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2796 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago WP-2606 Initial commit of changes related to import testing gsb_feature_case_ct.info | 7 ++++ gsb_feature_case_ct.module | 95 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 95 insertions(+), 7 deletions(-) view commit - committer: hgupta, 2 years, 7 months ago author: hgupta, 2 years, 7 months ago WP-2602: Added faculty authors block in cases detail page gsb_feature_case_ct.ds.inc | 52 +++++++++++++++++-------- gsb_feature_case_ct.features.field_instance.inc | 22 ++++++----- 2 files changed, 48 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago Changed setting for field_description to work with text area formats. gsb_feature_case_ct.module | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Fix wrong widget type in instance of field_citation. Remove duplicate field declaration. gsb_feature_case_ct.features.field_instance.inc | 102 +----------------------- gsb_feature_case_ct.info | 3 +- 2 files changed, 5 insertions(+), 100 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Remove unnecessary file. gsb_feature_case_ct.features.field_base.inc | 43 ----------------------------- 1 file changed, 43 deletions(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2533: Removed the redundant citation and author_sunetid_reference field gsb_feature_case_ct.features.field_instance.inc | 97 ------------------------- 1 file changed, 97 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2532 Added new field field_product_type gsb_feature_case_ct.features.field_instance.inc | 44 +++++++++++++++++++++++++ gsb_feature_case_ct.info | 1 + 2 files changed, 45 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_case_ct.features.field_instance.inc | 51 ++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_case_ct.features.field_instance.inc | 100 ++++++++++++++++++++++++ 1 file changed, 100 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2533: Changed the order for citation and removed title gsb_feature_case_ct.features.field_instance.inc | 132 +++--------------------- 1 file changed, 17 insertions(+), 115 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2529: Added prefix to document link field gsb_feature_case_ct.ds.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2532 Added new field field_product_type gsb_feature_case_ct.features.field_instance.inc | 44 +++++++++++++++++++++++++ gsb_feature_case_ct.info | 3 +- 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2533: Changed the order for citation and removed title gsb_feature_case_ct.features.field_instance.inc | 132 +++--------------------- 1 file changed, 17 insertions(+), 115 deletions(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2529: Added prefix to document link field gsb_feature_case_ct.ds.inc | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2528: Added display logic for permission statement gsb_feature_case_ct.ds.inc | 1 - gsb_feature_case_ct.features.field_instance.inc | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2514: Added dispay suit configuration for cases detail page gsb_feature_case_ct.ds.inc | 254 ++++++++++++++++++++++++ gsb_feature_case_ct.features.field_instance.inc | 119 +++++------ gsb_feature_case_ct.features.inc | 3 + gsb_feature_case_ct.info | 6 +- gsb_feature_case_ct.strongarm.inc | 45 ++++- 5 files changed, 368 insertions(+), 59 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_case_ct.features.field_instance.inc | 57 ++++++++++++++++++++++--- gsb_feature_case_ct.module | 2 +- 2 files changed, 53 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_case_ct.features.field_instance.inc | 100 ++++++++++++++++++++++++ 1 file changed, 100 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removing field_e_copy gsb_feature_case_ct.features.field_instance.inc | 51 ------------------------- gsb_feature_case_ct.info | 10 +---- gsb_feature_case_ct.module | 6 --- 3 files changed, 1 insertion(+), 66 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added a small check for the node type in gsb_feature_case_ct_cmis_import() gsb_feature_case_ct.info | 7 +++++++ gsb_feature_case_ct.module | 4 ++++ 2 files changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Corrected widget for the Citation field gsb_feature_case_ct.features.field_instance.inc | 3 ++- gsb_feature_case_ct.info | 9 +-------- 2 files changed, 3 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added code to import the cwoECopy and cwoPaperCopy properties gsb_feature_case_ct.info | 7 +++++++ gsb_feature_case_ct.module | 12 ++++++++++++ 2 files changed, 19 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT gsb_feature_case_ct.features.field_instance.inc | 107 ++++++++++++++++++++++-- gsb_feature_case_ct.info | 7 +- gsb_feature_case_ct.strongarm.inc | 6 +- 3 files changed, 110 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removed use of field_academic_area_single. Using field_business_insight_topic instead. gsb_feature_case_ct.features.field_instance.inc | 46 +------------------------ gsb_feature_case_ct.info | 5 ++- 2 files changed, 3 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Moving the document related field to the bottom and changing the label for Permission Statement gsb_feature_case_ct.features.field_instance.inc | 34 ++++++++++++------------- gsb_feature_case_ct.module | 6 ++--- gsb_feature_case_ct.strongarm.inc | 8 +++--- 3 files changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removed the workbench access from the case ct gsb_feature_case_ct.info | 2 ++ gsb_feature_case_ct.strongarm.inc | 7 +++++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added code to clear each value, if nothing is passed in gsb_feature_case_ct.module | 48 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new fields field_page_count and field_learning_objective gsb_feature_case_ct.features.field_instance.inc | 168 ++++++++++++++++++++++-- gsb_feature_case_ct.info | 5 +- gsb_feature_case_ct.module | 16 +++ gsb_feature_case_ct.strongarm.inc | 8 +- 4 files changed, 182 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_case_ct.info | 14 -------------- 1 file changed, 14 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_case_ct.info | 14 ++++++++++++++ 1 file changed, 14 insertions(+) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2514: Added dispay suit configuration for cases detail page gsb_feature_case_ct.ds.inc | 254 ++++++++++++++++++++++++ gsb_feature_case_ct.features.field_instance.inc | 130 ++++++------ gsb_feature_case_ct.features.inc | 3 + gsb_feature_case_ct.info | 15 +- gsb_feature_case_ct.strongarm.inc | 45 ++++- 5 files changed, 373 insertions(+), 74 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removing field_e_copy gsb_feature_case_ct.features.field_instance.inc | 51 ------------------------- gsb_feature_case_ct.info | 10 +---- gsb_feature_case_ct.module | 6 --- 3 files changed, 1 insertion(+), 66 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added a small check for the node type in gsb_feature_case_ct_cmis_import() gsb_feature_case_ct.info | 7 +++++++ gsb_feature_case_ct.module | 4 ++++ 2 files changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Corrected widget for the Citation field gsb_feature_case_ct.features.field_instance.inc | 3 ++- gsb_feature_case_ct.info | 9 +-------- 2 files changed, 3 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added code to import the cwoECopy and cwoPaperCopy properties gsb_feature_case_ct.info | 7 +++++++ gsb_feature_case_ct.module | 12 ++++++++++++ 2 files changed, 19 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT gsb_feature_case_ct.features.field_instance.inc | 107 ++++++++++++++++++++++-- gsb_feature_case_ct.info | 7 +- gsb_feature_case_ct.strongarm.inc | 6 +- 3 files changed, 110 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removed use of field_academic_area_single. Using field_business_insight_topic instead. gsb_feature_case_ct.features.field_instance.inc | 46 +------------------------ gsb_feature_case_ct.info | 5 ++- 2 files changed, 3 insertions(+), 48 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Moving the document related field to the bottom and changing the label for Permission Statement gsb_feature_case_ct.features.field_instance.inc | 34 ++++++++++++------------- gsb_feature_case_ct.module | 6 ++--- gsb_feature_case_ct.strongarm.inc | 8 +++--- 3 files changed, 24 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Removed the workbench access from the case ct gsb_feature_case_ct.info | 2 ++ gsb_feature_case_ct.strongarm.inc | 7 +++++++ 2 files changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added code to clear each value, if nothing is passed in gsb_feature_case_ct.module | 48 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new fields field_page_count and field_learning_objective gsb_feature_case_ct.features.field_instance.inc | 168 ++++++++++++++++++++++-- gsb_feature_case_ct.info | 5 +- gsb_feature_case_ct.module | 16 +++ gsb_feature_case_ct.strongarm.inc | 8 +- 4 files changed, 182 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_case_ct.features.field_instance.inc | 64 +++++++++++++++++++++---- gsb_feature_case_ct.info | 7 ++- gsb_feature_case_ct.strongarm.inc | 8 ++-- 3 files changed, 65 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_case_ct.info | 14 -------------- 1 file changed, 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Adding new field for author sunet id entity ref gsb_feature_case_ct.features.field_instance.inc | 64 +++++++++++++++++--- gsb_feature_case_ct.info | 7 ++- gsb_feature_case_ct.module | 77 +++++++++++++++++++++++++ gsb_feature_case_ct.strongarm.inc | 8 +-- 4 files changed, 142 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 Changed function name to gsb_feature_case_ct_gsb_cmis_content_type_import_info() gsb_feature_case_ct.module | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 Changed gsb_feature_case_ct_cmis_import() to verify content values gsb_feature_case_ct.info | 7 +++++++ gsb_feature_case_ct.module | 40 +++++++++++++++++++++++++++++++--------- 2 files changed, 38 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 Updated to have latest fields (document uuid) gsb_feature_case_ct.features.field_base.inc | 16 +-- gsb_feature_case_ct.features.field_instance.inc | 153 ++++++++++++++++-------- gsb_feature_case_ct.info | 21 ++-- gsb_feature_case_ct.module | 2 +- gsb_feature_case_ct.strongarm.inc | 8 +- 5 files changed, 126 insertions(+), 74 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2354 Added new uuid field gsb_feature_case_ct.features.field_base.inc | 16 +-- gsb_feature_case_ct.features.field_instance.inc | 153 ++++++++++++++++-------- gsb_feature_case_ct.info | 17 +-- gsb_feature_case_ct.strongarm.inc | 8 +- 4 files changed, 123 insertions(+), 71 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago WP-2361 Added start of the new gsb_feature_case_ct_cmis_import() function gsb_feature_case_ct.info | 7 ++++++ gsb_feature_case_ct.module | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 changes related to field_citation gsb_feature_case_ct.features.field_instance.inc | 8 ++++---- gsb_feature_case_ct.info | 11 +++++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2354 Adding in new fields gsb_feature_case_ct.features.field_instance.inc | 569 +++++++++++++++++++++++- gsb_feature_case_ct.info | 21 +- gsb_feature_case_ct.strongarm.inc | 24 +- 3 files changed, 594 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago Initial commit gsb_feature_case_ct.features.field_base.inc | 43 +++++++++++++ gsb_feature_case_ct.features.field_instance.inc | 65 ++++++++++++++++++++ gsb_feature_case_ct.features.inc | 31 ++++++++++ gsb_feature_case_ct.info | 23 +++++++ gsb_feature_case_ct.module | 7 +++ gsb_feature_case_ct.strongarm.inc | 80 +++++++++++++++++++++++++ 6 files changed, 249 insertions(+) view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago Initial commit README.md | 4 ++++ 1 file changed, 4 insertions(+)
=========================================== ./gsb_feature_google_tag_manager =========================================== view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago WP-7423 Added empty test to fix warning gsb_feature_google_tag_manager.module | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Greg Mercer (GBear), 7 weeks ago WP-7151 Added new token for gtm-centers-research-programs. Fixed issue with author refs gsb_feature_google_tag_manager.module | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7151 Removed some fredness :) gsb_feature_google_tag_manager.module | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago WP-7151 Added new dimensions5-20 and tokens gtm-author-name gtm-circle-topics ...feature_google_tag_manager.features.metatag.inc | 48 +++++++ gsb_feature_google_tag_manager.info | 7 +- gsb_feature_google_tag_manager.module | 160 ++++++++++++++++++++- 3 files changed, 213 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 3 months ago author: Adam Moore, 3 months ago WP-7103: Remove old ways of adding dimensions. gsb_feature_google_tag_manager.module | 52 ----------------------------------- 1 file changed, 52 deletions(-) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6150 check for existing node gsb_feature_google_tag_manager.module | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago Added test if types is empty for gsb_resources gsb_feature_google_tag_manager.module | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5669 Small changes to the metatag naming/attr gsb_feature_google_tag_manager.features.metatag.inc | 8 ++++---- gsb_feature_google_tag_manager.module | 13 +++++-------- 2 files changed, 9 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago WP-5669 Moving this code from gsb_public_custom_metatags ...feature_google_tag_manager.features.metatag.inc | 39 ++++++ gsb_feature_google_tag_manager.info | 3 + gsb_feature_google_tag_manager.module | 132 +++++++++++++++++++++ 3 files changed, 174 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5269 Changed how the datalayer is setup for Google Tag Manager. gsb_feature_google_tag_manager.module | 55 +++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5269 Setting dimensions into the dataLayer used by Google Tag Manager js/gsb_feature_google_tag_manager.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5269 Added the code to save dimension settings for google tag manager. gsb_feature_google_tag_manager.module | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5126 Added hook install gsb_feature_google_tag_manager.install | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5126 Added install file gsb_feature_google_tag_manager.install | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5126 Initial commit gsb_feature_google_tag_manager.info | 6 ++++++ gsb_feature_google_tag_manager.make | 8 ++++++++ gsb_feature_google_tag_manager.module | 5 +++++ 3 files changed, 19 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_wysiwyg =========================================== view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7359 Added br tag to the markdown lite list of allowed html gsb_feature_wysiwyg.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6537 Adding new filter paragraphed_plain_text gsb_feature_wysiwyg.features.defaultconfig.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6537 Adding new filter paragraphed_plain_text gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++ gsb_feature_wysiwyg.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago WP-6537 Adding new filter paragraphed_plain_text gsb_feature_wysiwyg.features.filter.inc | 27 +++++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 5 +++-- 2 files changed, 30 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 9 months ago author: Adam Moore, 9 months ago WP-6214: Add tfoot tag. gsb_feature_wysiwyg.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago WP-5703 Updating image_resize_filter to 1.16 gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Setting button defaults, cleanup and output gsb_feature_wysiwyg.features.wysiwyg.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Adding user permission for the markdown lite profile gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++ gsb_feature_wysiwyg.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Adding new textformat and wysiwyg profile markdown-lite gsb_feature_wysiwyg.features.filter.inc | 32 ++++++++++++++++++++++++++++++++ gsb_feature_wysiwyg.features.wysiwyg.inc | 26 ++++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 2 ++ 3 files changed, 60 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Also adding
for markdown gsb_feature_wysiwyg.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Added table tags as allow html for da markdown gsb_feature_wysiwyg.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5335 add em tag gsb_feature_wysiwyg.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5335 allow markdown gsb_feature_wysiwyg.features.filter.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5335 allow markdown gsb_feature_wysiwyg.features.filter.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5373 fix italic gsb_feature_wysiwyg.features.filter.inc | 7 ++++++- gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++ gsb_feature_wysiwyg.info | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5354 Added additional allowed_html gsb_feature_wysiwyg.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 enable markdown for text format gsb_feature_wysiwyg.features.filter.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 update the markup gsb_feature_wysiwyg.features.filter.inc | 2 +- gsb_feature_wysiwyg.features.wysiwyg.inc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 2 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 add wysiwyg profile gsb_feature_wysiwyg.features.defaultconfig.inc | 4 ++-- gsb_feature_wysiwyg.features.filter.inc | 24 ++++++++++++++++++++++-- gsb_feature_wysiwyg.features.wysiwyg.inc | 25 +++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 4 +++- 4 files changed, 52 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago WP-5373 fix italic gsb_feature_wysiwyg.features.filter.inc | 7 ++++++- gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++ gsb_feature_wysiwyg.info | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago Fixed merge conflicts view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago WP-5354 Added additional allowed_html gsb_feature_wysiwyg.features.filter.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 enable markdown for text format gsb_feature_wysiwyg.features.filter.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 update the markup gsb_feature_wysiwyg.features.filter.inc | 2 +- gsb_feature_wysiwyg.features.wysiwyg.inc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago WP-5344 add wysiwyg profile gsb_feature_wysiwyg.features.defaultconfig.inc | 4 ++-- gsb_feature_wysiwyg.features.filter.inc | 24 ++++++++++++++++++++++-- gsb_feature_wysiwyg.features.wysiwyg.inc | 25 +++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 4 +++- 4 files changed, 52 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5280 add sidebar resource permission gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++ gsb_feature_wysiwyg.info | 1 + 2 files changed, 10 insertions(+) view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago WP-5264 add new text format for markdown gsb_feature_wysiwyg.features.filter.inc | 21 +++++++++++++++++++++ gsb_feature_wysiwyg.features.wysiwyg.inc | 26 ++++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 4 +++- 3 files changed, 50 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago Missed a version number. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago Use git repository with the patch. gsb_feature_wysiwyg.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5186 Adding patch to our make gsb_feature_wysiwyg.make | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-4956: Move code into the existing settings_alter. gsb_feature_wysiwyg.module | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4956 Added new hook_wysiwyg_editor_settings_alter gsb_feature_wysiwyg.module | 9 +++++++++ 1 file changed, 9 insertions(+) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5099 Changing to a new ckeditor gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-5023 Changed how we get the list of current/enabled buttons gsb_feature_wysiwyg.module | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago WP-4897 Fixing an index error. gsb_feature_wysiwyg.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4897 We now only arrange buttons that are enabled gsb_feature_wysiwyg.module | 55 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4795: Use 2.x line of linkit as 3.x is problematic when upgrading. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4795: Upgrade linkit module. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. README.md | 1 - gsb_feature_wysiwyg.linkit_profiles.inc | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago WP-4265 Set simple source formatting to true. gsb_feature_wysiwyg.features.wysiwyg.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Alexei Gorobets, 2 years ago author: Alexei Gorobets, 2 years ago WP-4068: Enable Resources filter for Markdown text format. gsb_feature_wysiwyg.features.filter.inc | 5 +++++ gsb_feature_wysiwyg.info | 1 + 2 files changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3899: css_classes variable has been changed to stylesSet. gsb_feature_wysiwyg.features.wysiwyg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3939: Add footnotes to text format and export permission. gsb_feature_wysiwyg.features.defaultconfig.inc | 14 +++----------- gsb_feature_wysiwyg.features.filter.inc | 7 +++++++ gsb_feature_wysiwyg.features.user_permission.inc | 4 +++- gsb_feature_wysiwyg.features.wysiwyg.inc | 5 ++++- gsb_feature_wysiwyg.info | 7 +++---- 5 files changed, 20 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3939: Enable footnotes modules. gsb_feature_wysiwyg.info | 2 ++ gsb_feature_wysiwyg.install | 5 +++++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3939: Patch was incorrect. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3939: Add footnotes module with patch to work with markitup. gsb_feature_wysiwyg.make | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3937: Use updated patch and let's try a new way of downloading markdown. gsb_feature_wysiwyg.make | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Remove markdown directory. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Try no download. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Use updated patch and let's try a new way of downloading markdown. gsb_feature_wysiwyg.make | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3896 Changed filter order to have markdown before html gsb_feature_wysiwyg.features.filter.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago WP-3887 Removing da image gsb_feature_wysiwyg.features.wysiwyg.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3870 Added new text filter tags for markdown gsb_feature_wysiwyg.features.filter.inc | 14 +++++------ gsb_feature_wysiwyg.features.user_permission.inc | 21 ++++++++++++++++ gsb_feature_wysiwyg.features.wysiwyg.inc | 31 ++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 1 + 4 files changed, 60 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago WP-3805 Markdown settings changes gsb_feature_wysiwyg.features.wysiwyg.inc | 30 ++++++++++++++++++++++++++++++ gsb_feature_wysiwyg.info | 1 + 2 files changed, 31 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3805: Add patch that adds our markdown sets. gsb_feature_wysiwyg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3805: Add markitup library. gsb_feature_wysiwyg.make | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago WP-3805: Add patch to support markdown in markitup. gsb_feature_wysiwyg.make | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago Upgrade to later revision of wysiwyg. Remove unnecessary patches. gsb_feature_wysiwyg.make | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 A few more small changes with markdown filter gsb_feature_wysiwyg.features.defaultconfig.inc | 2 +- gsb_feature_wysiwyg.features.filter.inc | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago WP-3803 Exporting the markdown filter gsb_feature_wysiwyg.features.defaultconfig.inc | 9 +++++++++ gsb_feature_wysiwyg.features.filter.inc | 16 ++++++++++++++++ gsb_feature_wysiwyg.info | 7 ++++++- 3 files changed, 31 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago WP-3240: Add permission to show text formatter selection. gsb_feature_wysiwyg.module | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Remove dependency of features_override. gsb_feature_wysiwyg.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Upgrade modules gsb_feature_wysiwyg.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago Fix an issue that was causing characters other that converted, that resulted in broken chars and SQL error during insert. gsb_feature_wysiwyg.module | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Add support for typogrify module. gsb_feature_wysiwyg.features.filter.inc | 64 ++++++++++++++++++++++++++++++++- gsb_feature_wysiwyg.info | 5 +-- 2 files changed, 66 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2329: add new classes to WYSIWYG feature. gsb_feature_wysiwyg.features.wysiwyg.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)=========================================== ./gsb_feature_existing_node_fpp =========================================== view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-5972 add event ct in existing node list fpp gsb_feature_existing_node_fpp.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-6011 remove webform ct reference from existing node fpp ...ure_existing_node_fpp.features.field_instance.inc | 20 -------------------- gsb_feature_existing_node_fpp.views_default.inc | 1 - 2 files changed, 21 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5515 Added stories entity reference to the new Existing Node List gsb_feature_existing_node_fpp.info | 2 +- gsb_feature_existing_node_fpp.views_default.inc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago WP-5505 Added new view display Entity Node List Reference - which filters to just book, case, jabco and wp ...e_existing_node_fpp.features.field_instance.inc | 7 ++-- gsb_feature_existing_node_fpp.info | 1 + gsb_feature_existing_node_fpp.views_default.inc | 41 ++++++++++++++++++++++ 3 files changed, 46 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 rename items - Existing Node: Node ID gsb_feature_existing_node_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename items - existing node fpp gsb_feature_existing_node_fpp.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_existing_node_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4157: add other content types. gsb_feature_existing_node_fpp.features.field_instance.inc | 2 ++ gsb_feature_existing_node_fpp.views_default.inc | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2794: allow publication teasers. gsb_feature_existing_node_fpp.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: add new content types. gsb_feature_existing_node_fpp.views_default.inc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)
=========================================== ./gsb_feature_toolbar =========================================== view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7071 Updated to use new branch of quickbar gsb_feature_toolbar.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7071 Updated to use new branch of quickbar gsb_feature_toolbar.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5125 Rebuilding the toolbar feature to reflect role changes to apply to quickbar gsb_feature_toolbar.features.content_menu_links.inc | 18 ------------------ gsb_feature_toolbar.info | 1 - gsb_feature_toolbar.strongarm.inc | 18 ++++++++++++++++-- 3 files changed, 16 insertions(+), 21 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 exported menu update gsb_feature_toolbar.features.menu_custom.inc | 8 ++++---- gsb_feature_toolbar.info | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 update menu gsb_feature_toolbar.features.menu_custom.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago WP-4208 Feature changes for the marketing-admin menu ...feature_toolbar.features.content_menu_links.inc | 117 +++++++++++++++++---- gsb_feature_toolbar.info | 8 +- 2 files changed, 102 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3007: Remove the managing of menu items. ...feature_toolbar.features.content_menu_links.inc | 35 ---------------------- gsb_feature_toolbar.info | 4 +-- 2 files changed, 1 insertion(+), 38 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3177: Export toolbar settings. ...feature_toolbar.features.content_menu_links.inc | 62 ++++++++++++ gsb_feature_toolbar.info | 36 ++----- gsb_feature_toolbar.strongarm.inc | 111 +++++++++++++++++++-- 3 files changed, 174 insertions(+), 35 deletions(-)
=========================================== ./gsb_feature_media_item_ct =========================================== view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_media_item_ct.features.field_instance.inc | 1 + gsb_feature_media_item_ct.features.inc | 1 + gsb_feature_media_item_ct.info | 4 ++-- gsb_feature_media_item_ct.strongarm.inc | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Add help text for media item. gsb_feature_media_item_ct.features.field_instance.inc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3567: Make link field not required. gsb_feature_media_item_ct.features.field_instance.inc | 9 +++++---- gsb_feature_media_item_ct.info | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3469: Set default Profile Visibility as Visible when pre-filling author from Faculty node. gsb_feature_media_item_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3468: Set Profile Visibility to Hidden by default. gsb_feature_media_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3475: Hide the visibility field from the form for everyone except administrator. gsb_feature_media_item_ct.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3469: Set default Profile Visibility as Visible when pre-filling author from Faculty node. gsb_feature_media_item_ct.module | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3468: Set Profile Visibility to Hidden by default. gsb_feature_media_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3475: Hide the visibility field from the form for everyone except administrator. gsb_feature_media_item_ct.module | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3474: Relabel Media Item description field. gsb_feature_media_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3485: Make month default to none. gsb_feature_media_item_ct.features.field_instance.inc | 8 ++------ gsb_feature_media_item_ct.info | 5 ++--- 2 files changed, 4 insertions(+), 9 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3478: Change 'Profile Visibility' to 'Display on Profile'. gsb_feature_media_item_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3397: Pre-fill Media Item author with faculty profile. gsb_feature_media_item_ct.module | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3397: Pre-fill Media Item author with faculty profile. gsb_feature_media_item_ct.module | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3395: update field wrapper. gsb_feature_media_item_ct.field_group.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3395: update field order. gsb_feature_media_item_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3399: Rearrange fields in Media Item. gsb_feature_media_item_ct.features.field_instance.inc | 6 +++--- gsb_feature_media_item_ct.field_group.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3399: Rearrange fields in Media Item. gsb_feature_media_item_ct.features.field_instance.inc | 7 ++++--- gsb_feature_media_item_ct.field_group.inc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3398: In Media Item, change the Icon label. gsb_feature_media_item_ct.features.field_instance.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Adding in the field group for date fields ...ature_media_item_ct.features.field_instance.inc | 12 +++--- gsb_feature_media_item_ct.field_group.inc | 44 ++++++++++++++++++++++ gsb_feature_media_item_ct.strongarm.inc | 6 +-- 3 files changed, 53 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago WP-3329 Added year, month, day date fields ...ature_media_item_ct.features.field_instance.inc | 255 +++++++++++++++------ gsb_feature_media_item_ct.features.inc | 3 + gsb_feature_media_item_ct.info | 11 +- gsb_feature_media_item_ct.strongarm.inc | 6 +- 4 files changed, 206 insertions(+), 69 deletions(-) view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago WP-3220 Set default for field_profile_visibility gsb_feature_media_item_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-3150: Set the author of the node to whomever is chosen in the faculty reference field. gsb_feature_media_item_ct.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3127: Add submit field ...ature_media_item_ct.features.field_instance.inc | 55 +++++++++++++++++++--- gsb_feature_media_item_ct.info | 5 +- gsb_feature_media_item_ct.strongarm.inc | 8 ++-- 3 files changed, 56 insertions(+), 12 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-2558: Add Media Item CT. gsb_feature_media_item_ct.features.field_base.inc | 71 ++++ ...ature_media_item_ct.features.field_instance.inc | 384 +++++++++++++++++++++ gsb_feature_media_item_ct.features.inc | 31 ++ gsb_feature_media_item_ct.info | 56 +++ gsb_feature_media_item_ct.module | 7 + gsb_feature_media_item_ct.strongarm.inc | 251 ++++++++++++++ 6 files changed, 800 insertions(+)
=========================================== ./gsb_feature_accordion =========================================== view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly things. gsb_feature_accordion.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago WP-3844: Add better formats settings. gsb_feature_accordion.features.field_instance.inc | 39 +++++++++++++++++++++++ gsb_feature_accordion.info | 4 +-- 2 files changed, 41 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: update the accordion field collection and fpp. gsb_feature_accordion.ds.inc | 111 ++++++++++++++++++++-- gsb_feature_accordion.features.field_instance.inc | 30 ------ gsb_feature_accordion.info | 3 + gsb_feature_accordion.strongarm.inc | 9 ++ 4 files changed, 117 insertions(+), 36 deletions(-)
=========================================== ./gsb_feature_business_website_display =========================================== view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename and reassign - business websites gsb_feature_business_website_display.views_default.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3446 Add content description field to business websites ...ture_business_website_display.views_default.inc | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago WP-3425 list all business websites gsb_feature_business_website_display.info | 7 +++++++ gsb_feature_business_website_display.views_default.inc | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3016: Add a sort to the business websites term listing. gsb_feature_business_website_display.views_default.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2950: Convert hyphens to spaces in arguments, but print hyphens in links. gsb_feature_business_website_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-2950: Do not convert spaces to hyphens. gsb_feature_business_website_display.views_default.inc | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2844 Added grouping for the categories ...ture_business_website_display.views_default.inc | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2876: Convert path to lower case. gsb_feature_business_website_display.info | 4 ++-- gsb_feature_business_website_display.views_default.inc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2843 Removed trailing blank on the path gsb_feature_business_website_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2843 Removing titles from the listing and detail views gsb_feature_business_website_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2843 Removing titles from the listing and detail views gsb_feature_business_website_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2846 Changed url path gsb_feature_business_website_display.info | 3 ++- gsb_feature_business_website_display.views_default.inc | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2846 Changes to add content pane for the listing and detail views gsb_feature_business_website_display.info | 4 ++-- ...ture_business_website_display.views_default.inc | 26 ++++++++++++++++------ 2 files changed, 21 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2855 Modified the title for the page view to display the Category gsb_feature_business_website_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2849 Changed sort order for the view gsb_feature_business_website_display.views_default.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2646-2 Changed the link ref for the detailed view gsb_feature_business_website_display.info | 2 +- ...ture_business_website_display.views_default.inc | 41 ++++++++++++++++------ 2 files changed, 32 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2646-2 Changed the link ref for the detailed view gsb_feature_business_website_display.info | 5 +- ...ture_business_website_display.views_default.inc | 151 ++++++++++++--------- 2 files changed, 89 insertions(+), 67 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Changing names of the list and detail views gsb_feature_business_website_display.info | 2 +- gsb_feature_business_website_display.views_default.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2643 Changes for the listing and detail views gsb_feature_business_website_display.info | 5 +- ...ture_business_website_display.views_default.inc | 112 ++++++++++----------- 2 files changed, 59 insertions(+), 58 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago Initial commit gsb_feature_business_website_display.features.inc | 12 ++ gsb_feature_business_website_display.info | 11 ++ gsb_feature_business_website_display.module | 7 + ...ture_business_website_display.views_default.inc | 151 +++++++++++++++++++++ 4 files changed, 181 insertions(+) view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_media_item_display =========================================== view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4570 add publication year to faculty authoring media items list gsb_feature_media_item_display.views_default.inc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4486: Make media item show 3 with a minimum of 5. gsb_feature_media_item_display.info | 3 +++ gsb_feature_media_item_display.views_default.inc | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4118 Added Offsite School Story to Media Mention EVA gsb_feature_media_item_display.views_default.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3664: Add a modal delete link to views. gsb_feature_media_item_display.views_default.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3605: rearrange eva fields. gsb_feature_media_item_display.views_default.inc | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3443: Change "Create a Media Item" button on "Manage News" tab. gsb_feature_media_item_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3442: Switch EVA show_on to single value. gsb_feature_media_item_display.views_default.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3421: Remove messages header. gsb_feature_media_item_display.views_default.inc | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update media item display. gsb_feature_media_item_display.views_default.inc | 122 ++++++++++++++--------- 1 file changed, 73 insertions(+), 49 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3275: Change Media Mention EVA Field pager to display all items. gsb_feature_media_item_display.views_default.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-3218: Unlink Media Item on EVA form. gsb_feature_media_item_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3213: Remove table-level sort to respect sort handlers. gsb_feature_media_item_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3202: change eva title. gsb_feature_media_item_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3146: adjust eva title, sort and display. gsb_feature_media_item_display.info | 2 +- gsb_feature_media_item_display.views_default.inc | 48 ++++++++++++++++++++---- 2 files changed, 42 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3202: change eva title. gsb_feature_media_item_display.info | 2 +- gsb_feature_media_item_display.views_default.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3146: adjust eva title, sort and display. gsb_feature_media_item_display.info | 2 +- gsb_feature_media_item_display.views_default.inc | 48 ++++++++++++++++++++---- 2 files changed, 42 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3203: Add empty text. gsb_feature_media_item_display.views_default.inc | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago WP-3148, WP-3149: Add Media Mentions Listing view with EVA field and EVA field form displays. gsb_feature_media_item_display.features.inc | 12 + gsb_feature_media_item_display.info | 11 + gsb_feature_media_item_display.module | 7 + gsb_feature_media_item_display.views_default.inc | 370 +++++++++++++++++++++++ 4 files changed, 400 insertions(+)
=========================================== ./gsb_feature_ranking_ct =========================================== view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add class back to wrapper. gsb_feature_ranking_ct.ds.inc | 2 ++ gsb_feature_ranking_ct.features.field_instance.inc | 3 +++ gsb_feature_ranking_ct.field_group.inc | 3 ++- gsb_feature_ranking_ct.info | 1 + gsb_feature_ranking_ct.strongarm.inc | 7 +++++++ 5 files changed, 15 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago WP-5163: Update default moderation state. gsb_feature_ranking_ct.features.field_instance.inc | 1 + gsb_feature_ranking_ct.info | 4 ++-- gsb_feature_ranking_ct.strongarm.inc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4525: Enable workbench_moderation. gsb_feature_ranking_ct.features.inc | 1 + gsb_feature_ranking_ct.info | 4 ++-- gsb_feature_ranking_ct.strongarm.inc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago WP-4052: Add ability to create revisions and disable preview. gsb_feature_ranking_ct.info | 4 +++- gsb_feature_ranking_ct.strongarm.inc | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4205: display settings for ranking listing. gsb_feature_ranking_ct.ds.inc | 146 +++++++++++++++++++++ gsb_feature_ranking_ct.features.field_instance.inc | 54 ++++++++ gsb_feature_ranking_ct.features.inc | 6 + gsb_feature_ranking_ct.field_group.inc | 46 +++++++ gsb_feature_ranking_ct.info | 7 + gsb_feature_ranking_ct.strongarm.inc | 63 ++++++++- 6 files changed, 321 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3975 Added search field gsb_feature_ranking_ct.features.field_instance.inc | 57 +++++++++++++++++++++- gsb_feature_ranking_ct.info | 1 + 2 files changed, 57 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3987 Changed label to Source Publication Date gsb_feature_ranking_ct.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3987 Added Source Publication field, reordered fields, etc gsb_feature_ranking_ct.features.field_instance.inc | 103 ++++++++++++++++++++- gsb_feature_ranking_ct.info | 1 + gsb_feature_ranking_ct.strongarm.inc | 6 +- 3 files changed, 102 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-3987 Added initial feature settings for the content type gsb_feature_ranking_ct.features.field_instance.inc | 293 +++++++++++++++++++++ gsb_feature_ranking_ct.features.inc | 31 +++ gsb_feature_ranking_ct.info | 29 ++ gsb_feature_ranking_ct.module | 7 + gsb_feature_ranking_ct.strongarm.inc | 91 +++++++ 5 files changed, 451 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_ranking_display =========================================== view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_ranking_display.info | 2 +- gsb_feature_ranking_display.views_default.inc | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4736 recat items - Rankings gsb_feature_ranking_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4602 rename items - ranking listing gsb_feature_ranking_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4205: change view mode for listing. gsb_feature_ranking_display.views_default.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago WP-4171 Adding new content pane view for ranking listing gsb_feature_ranking_display.features.inc | 12 ++ gsb_feature_ranking_display.info | 13 ++ gsb_feature_ranking_display.module | 7 ++ gsb_feature_ranking_display.views_default.inc | 174 ++++++++++++++++++++++++++ 4 files changed, 206 insertions(+) view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_alumni_reunion_group_page_ct =========================================== view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-4 Adding check for type equal to 'node' gsb_feature_alumni_reunion_group_page_ct.module | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago WP-5155-3 Changed the url alias pattern gsb_feature_alumni_reunion_group_page_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago WP-5155-3 Adding call to gsb_feature_alumni_reunion_agenda_item_ct_create_alias() gsb_feature_alumni_reunion_group_page_ct.module | 32 ++++++++++--------------- 1 file changed, 13 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago WP-5163 Setting default to draft gsb_feature_alumni_reunion_group_page_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago WP-4894 Added gsb_alumni_agenda_list (Reunion Schedule) pane to this CT gsb_feature_alumni_reunion_group_page_ct.panelizer.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago WP-4780-2 Fixed bug found during test where the older field name was still being used gsb_feature_alumni_reunion_group_page_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4777 fix the panelizer and hide fields gsb_feature_alumni_reunion_group_page_ct.info | 2 +- ...ture_alumni_reunion_group_page_ct.panelizer.inc | 154 +-------------------- 2 files changed, 6 insertions(+), 150 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4777 fix the panelizer and hide fields gsb_feature_alumni_reunion_group_page_ct.info | 2 +- ...ture_alumni_reunion_group_page_ct.panelizer.inc | 154 +-------------------- 2 files changed, 6 insertions(+), 150 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4780 Added redirect save for group page gsb_feature_alumni_reunion_group_page_ct.module | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4780 Added support for creating alias for Alumni Reunion Agenda Item Detail pages gsb_feature_alumni_reunion_group_page_ct.module | 60 +++++++++++++++++++++++++ 1 file changed, 60 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4777 hide fields ...union_group_page_ct.features.field_instance.inc | 45 +++++---------- gsb_feature_alumni_reunion_group_page_ct.info | 2 +- ...ture_alumni_reunion_group_page_ct.strongarm.inc | 66 +++++++++++++++++++++- 3 files changed, 79 insertions(+), 34 deletions(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4776 panelize the page for alumni group ct ...ature_alumni_reunion_group_page_ct.features.inc | 3 + gsb_feature_alumni_reunion_group_page_ct.info | 6 +- ...ture_alumni_reunion_group_page_ct.panelizer.inc | 227 +++++++++++++++++++++ 3 files changed, 235 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4746 add panelizer variable gsb_feature_alumni_reunion_group_page_ct.info | 2 + ...ture_alumni_reunion_group_page_ct.strongarm.inc | 126 +++++++++++++++++++++ 2 files changed, 128 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago WP-4746 add alumni reunion group page ct ...union_group_page_ct.features.field_instance.inc | 423 +++++++++++++++++++++ ...ature_alumni_reunion_group_page_ct.features.inc | 32 ++ gsb_feature_alumni_reunion_group_page_ct.info | 30 ++ gsb_feature_alumni_reunion_group_page_ct.module | 7 + ...ture_alumni_reunion_group_page_ct.strongarm.inc | 100 +++++ 5 files changed, 592 insertions(+) view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_files_fpp =========================================== view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6158 add extra empty check for bundle gsb_feature_files_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5848 remove file name cleanup by pathauto for private files gsb_feature_files_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5805 allow zip for files fpp gsb_feature_files_fpp.features.field_instance.inc | 16 +++++++++------- gsb_feature_files_fpp.info | 1 - 2 files changed, 9 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Added a check for numeric when looking for the upload buttons on the files-fpp edit form. gsb_feature_files_fpp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Remove some debugging code. :) gsb_feature_files_fpp.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Added code to hide the Upload buttons on the public and private files. gsb_feature_files_fpp.module | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Switching to list private setting first in the path for private files. gsb_feature_files_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Setting "Cleanup using Pathauto" to be true for private files gsb_feature_files_fpp.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago WP-4700 Switching to list private setting first in the path for private files. gsb_feature_files_fpp.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4679: add the display suite settings for file fpp. gsb_feature_files_fpp.ds.inc | 116 ++++++++++++++++++++++ gsb_feature_files_fpp.features.field_instance.inc | 36 +++---- gsb_feature_files_fpp.features.inc | 3 + gsb_feature_files_fpp.info | 4 + gsb_feature_files_fpp.strongarm.inc | 30 +++++- 5 files changed, 166 insertions(+), 23 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4679: indicate style chosen for container. gsb_feature_files_fpp.module | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago WP-4700 Setting "Cleanup using Pathauto" to be true for private files gsb_feature_files_fpp.features.field_instance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4621 Changed file path to use fpid gsb_feature_files_fpp.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4621 Filling out the rest of the fields for Files FPP gsb_feature_files_fpp.features.field_instance.inc | 190 +++++++++++++++++++++- gsb_feature_files_fpp.info | 6 + 2 files changed, 191 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4621 Features export for the Files FPP gsb_feature_files_fpp.features.field_instance.inc | 149 ++++++++++++++++++++++ gsb_feature_files_fpp.features.inc | 14 ++ gsb_feature_files_fpp.info | 4 + gsb_feature_files_fpp.module | 6 + gsb_feature_files_fpp.strongarm.inc | 31 +++++ 5 files changed, 204 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago WP-4621 Adding new Files FPP gsb_feature_files_fpp.info | 14 ++++++++++++++ gsb_feature_files_fpp.module | 23 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago Initial commit README.md | 2 ++ 1 file changed, 2 insertions(+)
=========================================== ./gsb_feature_cta =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7518 Previous commit was wrong-headed - needed to remove validate_url not required. Sigh gsb_feature_cta.features.field_instance.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Greg Mercer (GBear), 2 weeks ago WP-7518 Removed required for the field: field_link_single gsb_feature_cta.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: remove bold and unneeded style class. gsb_feature_cta.module | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6386 Fixed ajax error gsb_feature_cta.module | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6362: remove bold and unneeded style class. gsb_feature_cta.module | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago test gsb_feature_cta.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4587 change the index from value to tid gsb_feature_cta.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4587 add cta action in field collection for cta gsb_feature_cta.features.field_instance.inc | 90 ++++++++++++++--------------- gsb_feature_cta.info | 2 +- gsb_feature_cta.module | 6 +- gsb_feature_cta.strongarm.inc | 6 +- 4 files changed, 51 insertions(+), 53 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4587 add the cta action field to field collection gsb_feature_cta.features.field_instance.inc | 90 ++++++++++++++--------------- gsb_feature_cta.info | 2 +- gsb_feature_cta.module | 6 +- gsb_feature_cta.strongarm.inc | 6 +- 4 files changed, 51 insertions(+), 53 deletions(-) view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4587 add cta action and remove action gsb_feature_cta.features.field_instance.inc | 121 +++++++++++++--------------- gsb_feature_cta.info | 7 +- 2 files changed, 59 insertions(+), 69 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago WP-4562: Remove panopoly items. gsb_feature_cta.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3336: remove empty italic tag. gsb_feature_cta.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
=========================================== ./gsb_feature_admission_event_ct =========================================== view commit - committer: GitHub, 2 weeks ago author: Greg Mercer, 2 weeks ago WP-7398 Changing the default message for the email_contact:field_email defined in field formatting. gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6308 Found a small issue related to the 'Description' vertical tab not hiding correctly. js/gsb_feature_admission_event_ct.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago WP-6308 Added call to cleanupFieldsets when doc is ready. js/gsb_feature_admission_event_ct.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago WP-6147 fix the issue gsb_feature_admission_event_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago Added test of $_SESSION to resolve a warning message. gsb_feature_admission_event_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add back wrapper classes. gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++-- gsb_feature_admission_event_ct.field_group.inc | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-6147 fix the errors generated in acquia log for SESSION variable gsb_feature_admission_event_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6118: add back wrapper classes. gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++-- gsb_feature_admission_event_ct.field_group.inc | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6142: remove suffix from dek. gsb_feature_admission_event_ct.ds.inc | 6 +++--- gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6032: update field order. gsb_feature_admission_event_ct.ds.inc | 33 +++++++++------------- ..._admission_event_ct.features.field_instance.inc | 6 ++++ 2 files changed, 19 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-6043 fixed show/hide of the description vertical tab js/gsb_feature_admission_event_ct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6043 fixed show/hide of the description vertical tab js/gsb_feature_admission_event_ct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-6043 Fixed conditional show/hide of vertical tabs js/gsb_feature_admission_event_ct.js | 39 ++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 22 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6043 Fixed conditional show/hide of vertical tabs js/gsb_feature_admission_event_ct.js | 39 ++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6013 Added use of event_contacts view mode ..._admission_event_ct.features.field_instance.inc | 157 +++++++++++++++++++++ gsb_feature_admission_event_ct.field_group.inc | 2 +- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 2 +- 4 files changed, 160 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-6013 Added use of event_contacts view mode ..._admission_event_ct.features.field_instance.inc | 157 +++++++++++++++++++++ gsb_feature_admission_event_ct.field_group.inc | 2 +- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 2 +- 4 files changed, 160 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Roopesh Naik, 11 months ago WP-5921 mark description required gsb_feature_admission_event_ct.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago WP-5965 Added form alter and validate for the admission event exposed form gsb_feature_admission_event_ct.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago WP-5990: Reexport feature with fieldgroup in the right place. gsb_feature_admission_event_ct.ds.inc | 338 +------- ..._admission_event_ct.features.field_instance.inc | 910 ++------------------- gsb_feature_admission_event_ct.field_group.inc | 27 - gsb_feature_admission_event_ct.info | 3 +- gsb_feature_admission_event_ct.strongarm.inc | 3 - 5 files changed, 57 insertions(+), 1224 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: add title wrapper. gsb_feature_admission_event_ct.ds.inc | 20 +++-- ..._admission_event_ct.features.field_instance.inc | 97 +++++++++++----------- gsb_feature_admission_event_ct.field_group.inc | 64 ++++++++++++++ gsb_feature_admission_event_ct.info | 2 + 4 files changed, 125 insertions(+), 58 deletions(-) view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago WP-5921 mark description required gsb_feature_admission_event_ct.module | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5838: update admission event displays. gsb_feature_admission_event_ct.ds.inc | 65 ++++++++++++--- ..._admission_event_ct.features.field_instance.inc | 94 ++++++++++++---------- 2 files changed, 104 insertions(+), 55 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5836: update admission event url, title fields, and hide timzone when no reg date is added. gsb_feature_admission_event_ct.ds.inc | 91 +++++++++---- ..._admission_event_ct.features.field_instance.inc | 146 ++++++++++----------- gsb_feature_admission_event_ct.panelizer.inc | 1 - 3 files changed, 133 insertions(+), 105 deletions(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago fix the merge issues gsb_feature_admission_event_ct.module | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5836: update url and title settings. gsb_feature_admission_event_ct.ds.inc | 70 +++++++++- ..._admission_event_ct.features.field_instance.inc | 149 ++++++++++++--------- gsb_feature_admission_event_ct.panelizer.inc | 1 - 3 files changed, 148 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Fix bad merge. gsb_feature_admission_event_ct.module | 42 ----------------------------------- 1 file changed, 42 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 12 months ago WP-5847 fix the speakers type change event field values js/gsb_feature_admission_event_ct.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 12 months ago Fixing a merge issue gsb_feature_admission_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5799: change the location heading. gsb_feature_admission_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5577: configure registration timezone field. gsb_feature_admission_event_ct.ds.inc | 1 - gsb_feature_admission_event_ct.features.field_instance.inc | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5782 Added time zone field: field_register_time_zone gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 remove old fields and add new calendar display field ..._admission_event_ct.features.field_instance.inc | 143 --------------------- gsb_feature_admission_event_ct.info | 2 - 2 files changed, 145 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 remove schedule field from search gsb_feature_admission_event_ct.features.field_instance.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 add new fields for event display and session display ..._admission_event_ct.features.field_instance.inc | 142 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 2 + 2 files changed, 144 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5721: update locations format and date. gsb_feature_admission_event_ct.ds.inc | 76 ++++++++++++-- ..._admission_event_ct.features.field_instance.inc | 114 ++++++--------------- 2 files changed, 94 insertions(+), 96 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5604: configure compact and expanded. gsb_feature_admission_event_ct.ds.inc | 53 +++++--- ..._admission_event_ct.features.field_instance.inc | 137 +++++++++++++++------ 2 files changed, 135 insertions(+), 55 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: configure settings for related and featured feature. gsb_feature_admission_event_ct.ds.inc | 43 +- ..._admission_event_ct.features.field_instance.inc | 525 ++++++++++++++++++++- 2 files changed, 562 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5672: remove dek from listing. gsb_feature_admission_event_ct.ds.inc | 13 ------------- ...ture_admission_event_ct.features.field_instance.inc | 18 ++---------------- 2 files changed, 2 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_admission_event_ct.ds.inc | 22 +++++++++++++++++++--- ..._admission_event_ct.features.field_instance.inc | 8 ++++---- 2 files changed, 23 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Changes in fields added to search gsb_feature_admission_event_ct.features.field_instance.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: export admission event main list configuration. gsb_feature_admission_event_ct.ds.inc | 96 ++++++++++++++++++++++ ..._admission_event_ct.features.field_instance.inc | 94 ++++++++++++++++++--- gsb_feature_admission_event_ct.strongarm.inc | 3 + 3 files changed, 183 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add format-body class. gsb_feature_admission_event_ct.ds.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_ct.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_ct.features.field_instance.inc | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer part of feature to gsb_feature_admission_event_display gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- gsb_feature_admission_event_ct.info | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Changing schedule to use new markdown_lite format profile gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 add program field to admission events ...re_admission_event_ct.features.field_instance.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5581 remove the custom validation for plugin gsb_feature_admission_event_ct.module | 24 ------------------------ 1 file changed, 24 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: update display settings. gsb_feature_admission_event_ct.ds.inc | 28 +++++++++++----------- ..._admission_event_ct.features.field_instance.inc | 20 +++++++--------- 2 files changed, 22 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix speaker lookup and vertical tabs gsb_feature_admission_event_ct.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix date fields gsb_feature_admission_event_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 functional review fixes ..._admission_event_ct.features.field_instance.inc | 111 ++++++++++++++++++++- 1 file changed, 110 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: updat admission event display. gsb_feature_admission_event_ct.ds.inc | 108 +++++++++++++++++++++ ..._admission_event_ct.features.field_instance.inc | 11 ++- 2 files changed, 114 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export display suite settings. ...feature_admission_event_ct.features.field_instance.inc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5565 make address field hide and validate correctly gsb_feature_admission_event_ct.module | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5570 remove NA option gsb_feature_admission_event_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 few more states fixes gsb_feature_admission_event_ct.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs gsb_feature_admission_event_ct.field_group.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the field group for vertical tabs gsb_feature_admission_event_ct.field_group.inc | 27 ++++++++++++++++++++++++++ gsb_feature_admission_event_ct.info | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 add show and hide functionality gsb_feature_admission_event_ct.module | 36 ++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5558 make default for detail page radio gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 clear the time field in registration deadline gsb_feature_admission_event_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new date field instance gsb_feature_admission_event_ct.info | 1 - gsb_feature_admission_event_ct.module | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 fixed required fields gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++-- gsb_feature_admission_event_ct.module | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add logic for view map field gsb_feature_admission_event_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add validate function gsb_feature_admission_event_ct.info | 2 +- gsb_feature_admission_event_ct.module | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add fields and logic for admission event ct ..._admission_event_ct.features.field_instance.inc | 54 ++++++++++++++++++++-- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.module | 36 +++++++++++++++ 3 files changed, 88 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add fields to admission events ct ..._admission_event_ct.features.field_instance.inc | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5837: set condition on registration date. gsb_feature_admission_event_ct.features.field_instance.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5847 fix the speakers type change event field values js/gsb_feature_admission_event_ct.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago Fixing a merge issue gsb_feature_admission_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago Fixing merge conflicts view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5577: configure registration timezone field. gsb_feature_admission_event_ct.ds.inc | 33 +++++++++---- ..._admission_event_ct.features.field_instance.inc | 56 ++++++++++------------ gsb_feature_admission_event_ct.strongarm.inc | 3 ++ 3 files changed, 52 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year ago WP-5782 Added time zone field: field_register_time_zone ..._admission_event_ct.features.field_instance.inc | 131 +++++++++++++++++++-- gsb_feature_admission_event_ct.field_group.inc | 3 +- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 6 +- 4 files changed, 130 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5577 set the custom formatter for timezone gsb_feature_admission_event_ct.ds.inc | 2 +- gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 remove old fields and add new calendar display field ..._admission_event_ct.features.field_instance.inc | 217 +++++++-------------- gsb_feature_admission_event_ct.info | 3 +- js/gsb_feature_admission_event_ct.js | 1 + 3 files changed, 77 insertions(+), 144 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 remove schedule field from search gsb_feature_admission_event_ct.features.field_instance.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 make the display fields readonly gsb_feature_admission_event_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5750 add new fields for event display and session display ..._admission_event_ct.features.field_instance.inc | 142 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 2 + 2 files changed, 144 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5721: update locations format and date. gsb_feature_admission_event_ct.ds.inc | 96 +++++++--- ..._admission_event_ct.features.field_instance.inc | 196 +++++---------------- 2 files changed, 121 insertions(+), 171 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5604: configure compact and expanded. gsb_feature_admission_event_ct.ds.inc | 183 +++++++++++++-- ..._admission_event_ct.features.field_instance.inc | 258 ++++++++++++--------- gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 4 +- 4 files changed, 312 insertions(+), 137 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5680 make the event status field readonly gsb_feature_admission_event_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5680 add new event status field to ct ..._admission_event_ct.features.field_instance.inc | 51 ++++++++++++++++++++++ gsb_feature_admission_event_ct.info | 1 + 2 files changed, 52 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: configure settings for related and featured feature. gsb_feature_admission_event_ct.ds.inc | 166 +++- ..._admission_event_ct.features.field_instance.inc | 863 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 4 +- 4 files changed, 1029 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year ago WP-5673 make the event id readonly gsb_feature_admission_event_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5672: remove dek from listing. gsb_feature_admission_event_ct.ds.inc | 15 --------------- ...ture_admission_event_ct.features.field_instance.inc | 18 ++---------------- 2 files changed, 2 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_admission_event_ct.ds.inc | 45 ++++++++++++++++------ ..._admission_event_ct.features.field_instance.inc | 16 ++++---- gsb_feature_admission_event_ct.field_group.inc | 1 + 3 files changed, 42 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Changes in fields added to search gsb_feature_admission_event_ct.features.field_instance.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: export admission event main list configuration. gsb_feature_admission_event_ct.ds.inc | 132 +++++++++++++ ..._admission_event_ct.features.field_instance.inc | 210 ++++++++++++++++++--- gsb_feature_admission_event_ct.info | 2 + gsb_feature_admission_event_ct.strongarm.inc | 3 + 4 files changed, 326 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add format-body class. gsb_feature_admission_event_ct.ds.inc | 28 +++++++++++----------- ..._admission_event_ct.features.field_instance.inc | 7 ++---- 2 files changed, 16 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 hide the event id field gsb_feature_admission_event_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 add field for storing event id ..._admission_event_ct.features.field_instance.inc | 102 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 1 + 2 files changed, 103 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_ct.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_ct.panelizer.inc | 359 +++++++++++++++++++++++++++ 1 file changed, 359 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago Moving this to gsb_feature_admission_event_display gsb_feature_admission_event_ct.panelizer.inc | 175 --------------------------- 1 file changed, 175 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer part of feature to gsb_feature_admission_event_display gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- gsb_feature_admission_event_ct.info | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Changing schedule to use new markdown_lite format profile gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 update the node path pattern gsb_feature_admission_event_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 add the node path from program field gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 add program field to admission events ..._admission_event_ct.features.field_instance.inc | 97 ++++++++++++++++------ gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 8 +- 3 files changed, 77 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5581 remove the custom validation for plugin gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.module | 69 ++++++++++------------------------- 2 files changed, 20 insertions(+), 50 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: update display settings. gsb_feature_admission_event_ct.ds.inc | 44 ++++++++--------- ..._admission_event_ct.features.field_instance.inc | 55 ++++++++++------------ 2 files changed, 46 insertions(+), 53 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix speaker lookup and vertical tabs gsb_feature_admission_event_ct.module | 7 +- js/gsb_feature_admission_event_ct.js | 132 +++++++++++++++++++++++----------- 2 files changed, 95 insertions(+), 44 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix date fields ..._admission_event_ct.features.field_instance.inc | 9 ++++---- gsb_feature_admission_event_ct.field_group.inc | 25 ---------------------- gsb_feature_admission_event_ct.info | 6 +++++- gsb_feature_admission_event_ct.module | 1 - js/gsb_feature_admission_event_ct.js | 5 ----- 5 files changed, 10 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix incorrect values gsb_feature_admission_event_ct.features.field_instance.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 functional review fixes ..._admission_event_ct.features.field_instance.inc | 216 ++++++++++++++++++--- gsb_feature_admission_event_ct.info | 3 + gsb_feature_admission_event_ct.strongarm.inc | 6 +- 3 files changed, 195 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5568 remove additional topic field from ct ..._admission_event_ct.features.field_instance.inc | 44 ---------------------- gsb_feature_admission_event_ct.info | 1 - 2 files changed, 45 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export the field group configuration. gsb_feature_admission_event_ct.field_group.inc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: updat admission event display. gsb_feature_admission_event_ct.ds.inc | 154 +++++++++++++++++---- ..._admission_event_ct.features.field_instance.inc | 117 ++++++++-------- gsb_feature_admission_event_ct.field_group.inc | 12 ++ gsb_feature_admission_event_ct.info | 1 + 4 files changed, 195 insertions(+), 89 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export display suite settings. gsb_feature_admission_event_ct.ds.inc | 165 +++++++++++++++++++++ ..._admission_event_ct.features.field_instance.inc | 89 +++++------ gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 6 + 5 files changed, 211 insertions(+), 56 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5569 hide the link asterix js/gsb_feature_admission_event_ct.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5565 make address field hide and validate correctly gsb_feature_admission_event_ct.module | 80 ++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 hide vertical tabs using JQuery js/gsb_feature_admission_event_ct.js | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5570 remove NA option gsb_feature_admission_event_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 some more panelizer fixes gsb_feature_admission_event_ct.panelizer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 fix the panelizer settings gsb_feature_admission_event_ct.panelizer.inc | 517 +-------------------------- 1 file changed, 16 insertions(+), 501 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 make the node panelizer gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.info | 7 + gsb_feature_admission_event_ct.panelizer.inc | 660 +++++++++++++++++++++++++++ gsb_feature_admission_event_ct.strongarm.inc | 41 ++ 4 files changed, 711 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 few more states fixes gsb_feature_admission_event_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs ..._admission_event_ct.features.field_instance.inc | 63 ---------------------- gsb_feature_admission_event_ct.field_group.inc | 32 ++++++----- gsb_feature_admission_event_ct.info | 1 - 3 files changed, 15 insertions(+), 81 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the field group for vertical tabs gsb_feature_admission_event_ct.field_group.inc | 54 ++++++++++++++++++++++++++ gsb_feature_admission_event_ct.info | 4 +- 2 files changed, 57 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 add show and hide functionality gsb_feature_admission_event_ct.module | 44 +++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs ..._admission_event_ct.features.field_instance.inc | 47 ++++++++++++++++++++-- gsb_feature_admission_event_ct.field_group.inc | 29 ++++++------- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 6 +-- 4 files changed, 63 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5558 make default for detail page radio gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago Fixing up some feature export issues ..._admission_event_ct.features.field_instance.inc | 801 ++------------------- gsb_feature_admission_event_ct.info | 11 +- 2 files changed, 64 insertions(+), 748 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 clear the time field in registration deadline gsb_feature_admission_event_ct.module | 2 +- js/gsb_feature_admission_event_ct.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new date field instance ..._admission_event_ct.features.field_instance.inc | 129 ++++++++++----------- gsb_feature_admission_event_ct.field_group.inc | 24 ++-- gsb_feature_admission_event_ct.info | 2 +- gsb_feature_admission_event_ct.module | 2 + js/gsb_feature_admission_event_ct.js | 7 ++ 5 files changed, 86 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add the validation for conditional mandatory fields gsb_feature_admission_event_ct.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 fixed required fields gsb_feature_admission_event_ct.features.field_instance.inc | 8 ++++---- gsb_feature_admission_event_ct.module | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add logic for view map field gsb_feature_admission_event_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 change the link URL logic gsb_feature_admission_event_ct.module | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 change registration deadline increment to 5mins gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add validate function gsb_feature_admission_event_ct.info | 2 +- gsb_feature_admission_event_ct.module | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add fields and logic for admission event ct ..._admission_event_ct.features.field_instance.inc | 870 +++++++++++++++++++-- gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.field_group.inc | 266 +++++++ gsb_feature_admission_event_ct.info | 24 +- gsb_feature_admission_event_ct.module | 47 +- gsb_feature_admission_event_ct.strongarm.inc | 89 ++- 6 files changed, 1209 insertions(+), 90 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add fields to admission events ct ..._admission_event_ct.features.field_instance.inc | 119 ++++++++++++++++++++- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.module | 24 +++++ gsb_feature_admission_event_ct.strongarm.inc | 6 +- 4 files changed, 143 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new admission event content type ..._admission_event_ct.features.field_instance.inc | 1145 ++++++++++++++++++++ gsb_feature_admission_event_ct.features.inc | 32 + gsb_feature_admission_event_ct.info | 49 + gsb_feature_admission_event_ct.module | 7 + gsb_feature_admission_event_ct.strongarm.inc | 122 +++ 5 files changed, 1355 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5799: change the location heading. gsb_feature_admission_event_ct.ds.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5577: configure registration timezone field. gsb_feature_admission_event_ct.ds.inc | 33 +++++++++---- ..._admission_event_ct.features.field_instance.inc | 56 ++++++++++------------ gsb_feature_admission_event_ct.strongarm.inc | 3 ++ 3 files changed, 52 insertions(+), 40 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago WP-5782 Added time zone field: field_register_time_zone ..._admission_event_ct.features.field_instance.inc | 131 +++++++++++++++++++-- gsb_feature_admission_event_ct.field_group.inc | 3 +- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 6 +- 4 files changed, 130 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5577 set the custom formatter for timezone gsb_feature_admission_event_ct.ds.inc | 2 +- gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 1 year ago author: Greg Mercer, 1 year ago Added back this line from the previous merge conflict change. gsb_feature_admission_event_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Greg Mercer (GBear), 1 year ago Fixing merge conflict view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 make field readonly gsb_feature_admission_event_ct.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 remove old fields and add new calendar display field ..._admission_event_ct.features.field_instance.inc | 217 +++++++-------------- gsb_feature_admission_event_ct.info | 4 +- js/gsb_feature_admission_event_ct.js | 1 + 3 files changed, 78 insertions(+), 144 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 remove schedule field from search gsb_feature_admission_event_ct.features.field_instance.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 make the display fields readonly gsb_feature_admission_event_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5750 add new fields for event display and session display ..._admission_event_ct.features.field_instance.inc | 142 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 2 + 2 files changed, 144 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5721: update locations format and date. gsb_feature_admission_event_ct.ds.inc | 96 +++++++--- ..._admission_event_ct.features.field_instance.inc | 196 +++++---------------- 2 files changed, 121 insertions(+), 171 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5604: configure compact and expanded. gsb_feature_admission_event_ct.ds.inc | 183 +++++++++++++-- ..._admission_event_ct.features.field_instance.inc | 258 ++++++++++++--------- gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 4 +- 4 files changed, 312 insertions(+), 137 deletions(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 make the event status field readonly gsb_feature_admission_event_ct.module | 1 + 1 file changed, 1 insertion(+) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5680 add new event status field to ct ..._admission_event_ct.features.field_instance.inc | 51 ++++++++++++++++++++++ gsb_feature_admission_event_ct.info | 1 + 2 files changed, 52 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: configure settings for related and featured feature. gsb_feature_admission_event_ct.ds.inc | 166 +++- ..._admission_event_ct.features.field_instance.inc | 863 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 4 +- 4 files changed, 1029 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Roopesh Naik, 1 year ago WP-5673 make the event id readonly gsb_feature_admission_event_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year ago author: Roopesh Naik, 1 year ago WP-5673 make the event id readonly gsb_feature_admission_event_ct.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5607: configure settings for related and featured feature. gsb_feature_admission_event_ct.ds.inc | 166 +++- ..._admission_event_ct.features.field_instance.inc | 863 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 4 +- 4 files changed, 1029 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5672: remove dek from listing. gsb_feature_admission_event_ct.ds.inc | 15 --------------- ...ture_admission_event_ct.features.field_instance.inc | 18 ++---------------- 2 files changed, 2 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_admission_event_ct.ds.inc | 45 ++++++++++++++++------ ..._admission_event_ct.features.field_instance.inc | 16 ++++---- gsb_feature_admission_event_ct.field_group.inc | 1 + 3 files changed, 42 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: add find local time links. gsb_feature_admission_event_ct.ds.inc | 45 ++++++++++++++++------ ..._admission_event_ct.features.field_instance.inc | 16 ++++---- gsb_feature_admission_event_ct.field_group.inc | 1 + 3 files changed, 42 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Changes in fields added to search gsb_feature_admission_event_ct.features.field_instance.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: export admission event main list configuration. gsb_feature_admission_event_ct.ds.inc | 132 +++++++++++++ ..._admission_event_ct.features.field_instance.inc | 210 ++++++++++++++++++--- gsb_feature_admission_event_ct.info | 2 + gsb_feature_admission_event_ct.strongarm.inc | 3 + 4 files changed, 326 insertions(+), 21 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add format-body class. gsb_feature_admission_event_ct.ds.inc | 28 +++++++++++----------- ..._admission_event_ct.features.field_instance.inc | 7 ++---- 2 files changed, 16 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5620 Adding new conditional panes to the sidebar gsb_feature_admission_event_ct.panelizer.inc | 246 +++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5620 Adding new conditional panes to the sidebar gsb_feature_admission_event_ct.panelizer.inc | 246 +++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 hide the event id field gsb_feature_admission_event_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 add field for storing event id ..._admission_event_ct.features.field_instance.inc | 102 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 1 + 2 files changed, 103 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_ct.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct ..._admission_event_ct.features.field_instance.inc | 2 +- gsb_feature_admission_event_ct.panelizer.inc | 83 +++------------------- 2 files changed, 11 insertions(+), 74 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Moving this to gsb_feature_admission_event_display gsb_feature_admission_event_ct.panelizer.inc | 175 --------------------------- 1 file changed, 175 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer part of feature to gsb_feature_admission_event_display gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- gsb_feature_admission_event_ct.info | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5623 Changing schedule to use new markdown_lite format profile gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 update the node path pattern gsb_feature_admission_event_ct.strongarm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 add the node path from program field gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 7 +++++++ 2 files changed, 8 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5619 add program field to admission events ..._admission_event_ct.features.field_instance.inc | 97 ++++++++++++++++------ gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 8 +- 3 files changed, 77 insertions(+), 29 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 hide the event id field gsb_feature_admission_event_ct.module | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5581 remove the custom validation for plugin gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.module | 69 ++++++++++------------------------- 2 files changed, 20 insertions(+), 50 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: update display settings. gsb_feature_admission_event_ct.ds.inc | 44 ++++++++--------- ..._admission_event_ct.features.field_instance.inc | 55 ++++++++++------------ 2 files changed, 46 insertions(+), 53 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: update display settings. gsb_feature_admission_event_ct.ds.inc | 44 ++++++++--------- ..._admission_event_ct.features.field_instance.inc | 55 ++++++++++------------ 2 files changed, 46 insertions(+), 53 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5555 add field for storing event id ..._admission_event_ct.features.field_instance.inc | 102 +++++++++++++++++++++ gsb_feature_admission_event_ct.info | 1 + 2 files changed, 103 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix speaker lookup and vertical tabs gsb_feature_admission_event_ct.module | 7 +- js/gsb_feature_admission_event_ct.js | 132 +++++++++++++++++++++++----------- 2 files changed, 95 insertions(+), 44 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix date fields ..._admission_event_ct.features.field_instance.inc | 9 ++++---- gsb_feature_admission_event_ct.field_group.inc | 25 ---------------------- gsb_feature_admission_event_ct.info | 6 +++++- gsb_feature_admission_event_ct.module | 1 - js/gsb_feature_admission_event_ct.js | 5 ----- 5 files changed, 10 insertions(+), 36 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 fix incorrect values gsb_feature_admission_event_ct.features.field_instance.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5598 functional review fixes ..._admission_event_ct.features.field_instance.inc | 216 ++++++++++++++++++--- gsb_feature_admission_event_ct.info | 3 + gsb_feature_admission_event_ct.strongarm.inc | 6 +- 3 files changed, 195 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5568 remove additional topic field from ct ..._admission_event_ct.features.field_instance.inc | 44 ---------------------- gsb_feature_admission_event_ct.info | 1 - 2 files changed, 45 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export the field group configuration. gsb_feature_admission_event_ct.field_group.inc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: updat admission event display. gsb_feature_admission_event_ct.ds.inc | 154 +++++++++++++++++---- ..._admission_event_ct.features.field_instance.inc | 117 ++++++++-------- gsb_feature_admission_event_ct.field_group.inc | 12 ++ gsb_feature_admission_event_ct.info | 1 + 4 files changed, 195 insertions(+), 89 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export display suite settings. gsb_feature_admission_event_ct.ds.inc | 165 +++++++++++++++++++++ ..._admission_event_ct.features.field_instance.inc | 89 +++++------ gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 6 + 5 files changed, 211 insertions(+), 56 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export the field group configuration. gsb_feature_admission_event_ct.field_group.inc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5568 remove additional topic field from ct ..._admission_event_ct.features.field_instance.inc | 47 ---------------------- gsb_feature_admission_event_ct.info | 1 - 2 files changed, 48 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5569 hide the link asterix js/gsb_feature_admission_event_ct.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5565 make address field hide and validate correctly gsb_feature_admission_event_ct.module | 80 ++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Merge branch 'WP-5561-1' of github.com:gsb-public/gsb_feature_admission_event_ct into WP-5561-1 view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 hide vertical tabs using JQuery js/gsb_feature_admission_event_ct.js | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5565 make address field hide and validate correctly gsb_feature_admission_event_ct.module | 80 ++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 hide vertical tabs using JQuery js/gsb_feature_admission_event_ct.js | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5570 remove NA option gsb_feature_admission_event_ct.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: updat admission event display. gsb_feature_admission_event_ct.ds.inc | 154 +++++++++++++++++---- ..._admission_event_ct.features.field_instance.inc | 133 ++++++++---------- gsb_feature_admission_event_ct.field_group.inc | 12 ++ gsb_feature_admission_event_ct.info | 1 + 4 files changed, 198 insertions(+), 102 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 some more panelizer fixes gsb_feature_admission_event_ct.panelizer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 fix the panelizer settings gsb_feature_admission_event_ct.panelizer.inc | 517 +-------------------------- 1 file changed, 16 insertions(+), 501 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 make the node panelizer gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.info | 7 + gsb_feature_admission_event_ct.panelizer.inc | 660 +++++++++++++++++++++++++++ gsb_feature_admission_event_ct.strongarm.inc | 41 ++ 4 files changed, 711 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 few more states fixes gsb_feature_admission_event_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs ..._admission_event_ct.features.field_instance.inc | 63 ---------------------- gsb_feature_admission_event_ct.field_group.inc | 32 ++++++----- gsb_feature_admission_event_ct.info | 1 - 3 files changed, 15 insertions(+), 81 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the field group for vertical tabs gsb_feature_admission_event_ct.field_group.inc | 54 ++++++++++++++++++++++++++ gsb_feature_admission_event_ct.info | 4 +- 2 files changed, 57 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 add show and hide functionality gsb_feature_admission_event_ct.module | 44 +++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5562 make the node panelizer gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.info | 7 + gsb_feature_admission_event_ct.panelizer.inc | 660 +++++++++++++++++++++++++++ gsb_feature_admission_event_ct.strongarm.inc | 41 ++ 4 files changed, 711 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 few more states fixes gsb_feature_admission_event_ct.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago Merge remote-tracking branch 'origin/WP-5561' into WP-5559-1 view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs ..._admission_event_ct.features.field_instance.inc | 63 ---------------------- gsb_feature_admission_event_ct.field_group.inc | 32 ++++++----- gsb_feature_admission_event_ct.info | 1 - 3 files changed, 15 insertions(+), 81 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the field group for vertical tabs gsb_feature_admission_event_ct.field_group.inc | 54 ++++++++++++++++++++++++++ gsb_feature_admission_event_ct.info | 4 +- 2 files changed, 57 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: export display suite settings. gsb_feature_admission_event_ct.ds.inc | 165 +++++++++++++++++++++ ..._admission_event_ct.features.field_instance.inc | 91 +++++------- gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.info | 4 + gsb_feature_admission_event_ct.strongarm.inc | 6 + 5 files changed, 212 insertions(+), 57 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs ..._admission_event_ct.features.field_instance.inc | 47 ++++++++++++++++++++-- gsb_feature_admission_event_ct.field_group.inc | 29 ++++++------- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 6 +-- 4 files changed, 63 insertions(+), 20 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5561 add show and hide functionality gsb_feature_admission_event_ct.module | 44 +++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5559 fix the vertical tabs ..._admission_event_ct.features.field_instance.inc | 47 ++++++++++++++++++++-- gsb_feature_admission_event_ct.field_group.inc | 29 ++++++------- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.strongarm.inc | 6 +-- 4 files changed, 63 insertions(+), 20 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5558 make default for detail page radio gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Fixing up some feature export issues ..._admission_event_ct.features.field_instance.inc | 801 ++------------------- gsb_feature_admission_event_ct.info | 11 +- 2 files changed, 64 insertions(+), 748 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 clear the time field in registration deadline gsb_feature_admission_event_ct.module | 2 +- js/gsb_feature_admission_event_ct.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new date field instance ..._admission_event_ct.features.field_instance.inc | 129 ++++++++++----------- gsb_feature_admission_event_ct.field_group.inc | 24 ++-- gsb_feature_admission_event_ct.info | 2 +- gsb_feature_admission_event_ct.module | 2 + js/gsb_feature_admission_event_ct.js | 7 ++ 5 files changed, 86 insertions(+), 78 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add the validation for conditional mandatory fields gsb_feature_admission_event_ct.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 fixed required fields gsb_feature_admission_event_ct.features.field_instance.inc | 8 ++++---- gsb_feature_admission_event_ct.module | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add logic for view map field gsb_feature_admission_event_ct.module | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 change the link URL logic gsb_feature_admission_event_ct.module | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 change registration deadline increment to 5mins gsb_feature_admission_event_ct.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add validate function gsb_feature_admission_event_ct.info | 2 +- gsb_feature_admission_event_ct.module | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add fields and logic for admission event ct ..._admission_event_ct.features.field_instance.inc | 870 +++++++++++++++++++-- gsb_feature_admission_event_ct.features.inc | 3 + gsb_feature_admission_event_ct.field_group.inc | 266 +++++++ gsb_feature_admission_event_ct.info | 24 +- gsb_feature_admission_event_ct.module | 47 +- gsb_feature_admission_event_ct.strongarm.inc | 89 ++- 6 files changed, 1209 insertions(+), 90 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add fields to admission events ct ..._admission_event_ct.features.field_instance.inc | 119 ++++++++++++++++++++- gsb_feature_admission_event_ct.info | 1 + gsb_feature_admission_event_ct.module | 24 +++++ gsb_feature_admission_event_ct.strongarm.inc | 6 +- 4 files changed, 143 insertions(+), 7 deletions(-) view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago WP-5506 add new admission event content type ..._admission_event_ct.features.field_instance.inc | 1145 ++++++++++++++++++++ gsb_feature_admission_event_ct.features.inc | 32 + gsb_feature_admission_event_ct.info | 49 + gsb_feature_admission_event_ct.module | 7 + gsb_feature_admission_event_ct.strongarm.inc | 122 +++ 5 files changed, 1355 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_rss_feeds =========================================== view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago WP-4604 rename and reassign - rss gsb_feature_rss_feeds.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-3096: Make titles open in a new tab. gsb_feature_rss_feeds.info | 2 +- gsb_feature_rss_feeds.views_default.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2716: Add rss feed content pane. gsb_feature_rss_feeds.features.inc | 12 ++++ gsb_feature_rss_feeds.info | 12 ++++ gsb_feature_rss_feeds.module | 7 +++ gsb_feature_rss_feeds.views_default.inc | 104 ++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+)
=========================================== ./gsb_feature_admission_event_display =========================================== view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6375 Removed global text field for no result found gsb_feature_admission_event_display.views_default.inc | 1 + 1 file changed, 1 insertion(+) view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6375 Added no event message to non customizable listing gsb_feature_admission_event_display.info | 2 +- gsb_feature_admission_event_display.views_default.inc | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago WP-6375 Removed no event found gsb_feature_admission_event_display.info | 2 +- gsb_feature_admission_event_display.views_default.inc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6326 Added Event Type exposed filter to Msx admission events ...ature_admission_event_display.views_default.inc | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6263 Enabled ajax at view level gsb_feature_admission_event_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6254 Removed event type filter from Msx admission event listing gsb_feature_admission_event_display.info | 2 +- ...ature_admission_event_display.views_default.inc | 64 ---------------------- 2 files changed, 1 insertion(+), 65 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Delete gsb_feature_admission_event_display.js js/gsb_feature_admission_event_display.js | 12 ------------ 1 file changed, 12 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_admission_event_display.module | 19 ++++- ...ature_admission_event_display.views_default.inc | 81 ++++++++++++++++++---- js/gsb_feature_admission_event_display.js | 43 ++---------- 3 files changed, 89 insertions(+), 54 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6181 Removed ajax and fixed states gsb_feature_admission_event_display.module | 19 +- ...ature_admission_event_display.views_default.inc | 1015 +++++++++++++++++++- js/gsb_feature_admission_event_display.js | 45 - 3 files changed, 1025 insertions(+), 54 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6207 added MSX admission events list gsb_feature_admission_event_display.module | 2 +- ...ature_admission_event_display.views_default.inc | 948 +++++++++++++++++++++ js/gsb_feature_admission_event_display.js | 2 +- 3 files changed, 950 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago WP-6196 warning message fix gsb_feature_admission_event_display.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6196 warning message fix gsb_feature_admission_event_display.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-6194 removed unwanted accordian class from divs outside the accordian js/gsb_feature_admission_event_location.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6194 removed unwanted accordian class from divs outside the accordian js/gsb_feature_admission_event_location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6191: update view display. gsb_feature_admission_event_display.views_default.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-6177 WP-6175 WP-6178 WP-6179 Fixed show/hide stanford filter, exclude events without region and required program field gsb_feature_admission_event_display.module | 23 ++++++++++++++-------- ...ature_admission_event_display.views_default.inc | 6 ++++-- js/gsb_feature_admission_event_display.js | 2 -- js/gsb_feature_admission_event_location.js | 2 -- 4 files changed, 19 insertions(+), 14 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6177 WP-6175 WP-6178 WP-6179 Fixed show/hide stanford filter, exclude events without region and required program field gsb_feature_admission_event_display.module | 23 ++++++++++++++-------- ...ature_admission_event_display.views_default.inc | 6 ++++-- js/gsb_feature_admission_event_display.js | 2 -- js/gsb_feature_admission_event_location.js | 5 ----- 4 files changed, 19 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Ayuta Padhi, 10 months ago WP-6106 Updated MBA admission event to include only upcoming events gsb_feature_admission_event_display.info | 2 +- gsb_feature_admission_event_display.views_default.inc | 2 +- js/gsb_feature_admission_event_display.js | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6106 Updated MBA admission event to include only upcoming events gsb_feature_admission_event_display.info | 2 +- gsb_feature_admission_event_display.views_default.inc | 2 +- js/gsb_feature_admission_event_display.js | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6109: update location display. gsb_feature_admission_event_display.views_default.inc | 18 ++++++++++++++++-- js/gsb_feature_admission_event_location.js | 9 +++------ 2 files changed, 19 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6107 fix for notice messages gsb_feature_admission_event_display.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6107 Added location list for admission events js/gsb_feature_admission_event_location.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-6107 Added location list for all admission events gsb_feature_admission_event_display.info | 3 +- gsb_feature_admission_event_display.module | 78 ++++- ...ature_admission_event_display.views_default.inc | 369 ++++++++++++++++++++- 3 files changed, 436 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6061: update the labels. gsb_feature_admission_event_display.views_default.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago WP-5994 WP-5815 Fix for missing multiday event with past start date and added code not to allow empty dates filter ...ature_admission_event_display.views_default.inc | 78 +++++++++++++++++++++- js/gsb_feature_admission_event_display.js | 17 ++++- 2 files changed, 91 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago WP-5953 Adjust search criteria gsb_feature_admission_event_display.info | 2 +- gsb_feature_admission_event_display.views_default.inc | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them. gsb_feature_admission_event_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5749 revert the sanization gsb_feature_admission_event_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Roopesh Naik, 12 months ago author: Roopesh Naik, 12 months ago WP-5632 hide view errors gsb_feature_admission_event_display.views_default.inc | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago WP-5829 Removed workbench filter and added program filter gsb_feature_admission_event_display.info | 2 +- gsb_feature_admission_event_display.module | 1 + ...ature_admission_event_display.views_default.inc | 37 ++++++++++++++-------- 3 files changed, 26 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Fix bad merge. gsb_feature_admission_event_display.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Use the America/Los_Angeles timezone. gsb_feature_admission_event_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5801 Changed the default end date to one year in future for MBA admission Events gsb_feature_admission_event_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5792 Fix for displaying timezone based correct date gsb_feature_admission_event_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5779 Date filter and search fix for admission event. This includes WP-5775 and WP-5784 gsb_feature_admission_event_display.views_default.inc | 1 + js/gsb_feature_admission_event_display.js | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5775 Added new filter criteria to include past events gsb_feature_admission_event_display.module | 7 ------- gsb_feature_admission_event_display.views_default.inc | 9 ++------- 2 files changed, 2 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5771 Added event status and calendar display filter ...ature_admission_event_display.views_default.inc | 25 ++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5725 Fixed to Attach javascript to only MBA admission list gsb_feature_admission_event_display.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5725 Fixed to Attach javascript to only MBA admission list gsb_feature_admission_event_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5725 Date picker fix gsb_feature_admission_event_display.module | 3 +++ js/gsb_feature_admission_event_display.js | 15 +++++++++++++++ 2 files changed, 18 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5740 Added Back to top botton gsb_feature_admission_event_display.module | 36 +++++++++++++++++----- ...ature_admission_event_display.views_default.inc | 11 ++++--- 2 files changed, 35 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5741 WP-5742 Removed show more button from admission event, added Show more button to MBA admission list ...ature_admission_event_display.views_default.inc | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5738 WP-5739 Fixed the Region lebel and Search function gsb_feature_admission_event_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5572 Added customizable admission list gsb_feature_admission_event_display.info | 1 - gsb_feature_admission_event_display.module | 41 + ...ature_admission_event_display.views_default.inc | 1112 +++++++++++--------- 3 files changed, 669 insertions(+), 485 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year ago WP-5676 Fixed duplicate listing gsb_feature_admission_event_display.views_default.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5661 Added online to event category gsb_feature_admission_event_display.views_default.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5642: update settings for theming. gsb_feature_admission_event_display.views_default.inc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5644: update grouping date field. gsb_feature_admission_event_display.views_default.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago Adding dependency for ctools gsb_feature_admission_event_display.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago Removing ctool exclude gsb_feature_admission_event_display.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5532 Another try at exporting this feature ...ature_admission_event_display.views_default.inc | 30 ++++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 updated mba admission event lising to use display suite ...ature_admission_event_display.views_default.inc | 24 ++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: add custom formatter function. gsb_feature_admission_event_display.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_display.info | 13 +-- gsb_feature_admission_event_display.panelizer.inc | 112 ---------------------- 2 files changed, 5 insertions(+), 120 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer, 1 year, 1 month ago One last attempt to see if this resolves an export feature issue with panelizer. gsb_feature_admission_event_display.info | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Changed panelizer to use new mini panel event_contacts gsb_feature_admission_event_display.features.inc | 9 ++ gsb_feature_admission_event_display.info | 4 +- gsb_feature_admission_event_display.panelizer.inc | 112 ++++++++++++++++++++++ 3 files changed, 124 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 12 months ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 Added MBA admission events gsb_feature_admission_event_display.features.inc | 12 + gsb_feature_admission_event_display.info | 13 + gsb_feature_admission_event_display.module | 7 + ...ature_admission_event_display.views_default.inc | 1407 ++++++++++++++++++++ 4 files changed, 1439 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Use the America/Los_Angeles timezone. gsb_feature_admission_event_display.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5801 Changed the default end date to one year in future for MBA admission Events gsb_feature_admission_event_display.views_default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5792 Fix for displaying timezone based correct date gsb_feature_admission_event_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5779 Date filter and search fix for admission event. This includes WP-5775 and WP-5784 gsb_feature_admission_event_display.views_default.inc | 1 + js/gsb_feature_admission_event_display.js | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5775 Added new filter criteria to include past events gsb_feature_admission_event_display.module | 7 ------- gsb_feature_admission_event_display.views_default.inc | 9 ++------- 2 files changed, 2 insertions(+), 14 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5771 Added event status and calendar display filter ...ature_admission_event_display.views_default.inc | 25 ++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5725 Fixed to Attach javascript to only MBA admission list gsb_feature_admission_event_display.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5725 Fixed to Attach javascript to only MBA admission list gsb_feature_admission_event_display.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5725 Date picker fix gsb_feature_admission_event_display.module | 3 +++ js/gsb_feature_admission_event_display.js | 15 +++++++++++++++ 2 files changed, 18 insertions(+) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5740 Added Back to top botton gsb_feature_admission_event_display.module | 36 +++++++++++++++++----- ...ature_admission_event_display.views_default.inc | 11 ++++--- 2 files changed, 35 insertions(+), 12 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5741 WP-5742 Removed show more button from admission event, added Show more button to MBA admission list ...ature_admission_event_display.views_default.inc | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5738 WP-5739 Fixed the Region lebel and Search function gsb_feature_admission_event_display.views_default.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5572 Added customizable admission list gsb_feature_admission_event_display.info | 4 +- gsb_feature_admission_event_display.module | 41 + ...ature_admission_event_display.views_default.inc | 1112 +++++++++++--------- 3 files changed, 671 insertions(+), 486 deletions(-) view commit - committer: Ayuta Padhi, 1 year ago author: Ayuta Padhi, 1 year ago WP-5676 Fixed duplicate listing gsb_feature_admission_event_display.views_default.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5661 Added online to event category gsb_feature_admission_event_display.views_default.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5661 Added online to event category gsb_feature_admission_event_display.views_default.inc | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5642: update settings for theming. gsb_feature_admission_event_display.views_default.inc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5644: update grouping date field. gsb_feature_admission_event_display.views_default.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Adding dependency for ctools gsb_feature_admission_event_display.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Removing ctool exclude gsb_feature_admission_event_display.info | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5532 Another try at exporting this feature ...ature_admission_event_display.views_default.inc | 30 ++++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 updated mba admission event lising to use display suite gsb_feature_admission_event_display.info | 5 +++-- ...ature_admission_event_display.views_default.inc | 24 ++++++++++++++++------ 2 files changed, 21 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: add custom formatter function. gsb_feature_admission_event_display.module | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Merge changes view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Moving panelizer features for gsb_feature_admission_event_ct gsb_feature_admission_event_display.info | 1 - gsb_feature_admission_event_display.panelizer.inc | 112 ---------------------- 2 files changed, 113 deletions(-) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago One last attempt to see if this resolves an export feature issue with panelizer. gsb_feature_admission_event_display.info | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago WP-5576 Changed panelizer to use new mini panel event_contacts gsb_feature_admission_event_display.features.inc | 9 ++ gsb_feature_admission_event_display.info | 4 +- gsb_feature_admission_event_display.panelizer.inc | 112 ++++++++++++++++++++++ 3 files changed, 124 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago WP-5532 Added MBA admission events gsb_feature_admission_event_display.features.inc | 12 + gsb_feature_admission_event_display.info | 13 + gsb_feature_admission_event_display.module | 7 + ...ature_admission_event_display.views_default.inc | 1407 ++++++++++++++++++++ 4 files changed, 1439 insertions(+) view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_feature_program_app_finder =========================================== view commit - committer: Ayuta Padhi, 2 weeks ago author: Ayuta Padhi, 2 weeks ago WP-7523 Bug fix for not displaying closed instances in app finder plugins/content_types/app_finder.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7477 hid radio buttons and added header text js/gsb_feature_program_app_finder.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago WP-7477 hid radio buttons and added header text js/gsb_feature_program_app_finder.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7437 Added code to store/retrieve the program and program instance if the user returns via the browser back button js/gsb_feature_program_app_finder.js | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Greg Mercer (GBear), 4 weeks ago WP-7437 Added call to Drupal.gsb_feature_program_app_finder.programSelected when attaching js/gsb_feature_program_app_finder.js | 4 ++++ program_instance_list.theme.inc | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago Fixing a merge issue js/gsb_feature_program_app_finder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Adding code to create a block for the Program App Finder gsb_feature_program_app_finder.module | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago WP-7083 Adding code to create a block for the Program App Finder gsb_feature_program_app_finder.module | 37 ++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7052 Set the customSelect text on a program select js/gsb_feature_program_app_finder.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7052 Added a placeholder for the date selector js/gsb_feature_program_app_finder.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7052 Added a placeholder for the program selector js/gsb_feature_program_app_finder.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7052 Changing the instance date select to be a single line gsb_feature_program_app_finder.module | 1 - 1 file changed, 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-6994: change links to spans from divs. gsb_feature_program_app_finder.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-6994: adjust the feature css. css/gsb_feature_program_app_finder.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Added instructions text show/hide gsb_feature_program_app_finder.module | 5 +++++ js/gsb_feature_program_app_finder.js | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Added handling of date (program instance) selection gsb_feature_program_app_finder.module | 15 ++++- js/gsb_feature_program_app_finder.js | 114 ++++++++++++++++++++++++++-------- plugins/content_types/app_finder.inc | 3 +- program_instance_list.theme.inc | 6 +- 4 files changed, 108 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Added handling of apower-based application url program_instance_list.theme.inc | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Fixing a cut/paste typo in previous commit js/gsb_feature_program_app_finder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Adding support for Apply Online and Sample Application buttons gsb_feature_program_app_finder.module | 10 ++++++++++ js/gsb_feature_program_app_finder.js | 18 ++++++++++++++++++ program_instance_list.theme.inc | 13 +++++++++++++ 3 files changed, 41 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Fix to only show Programs that have an Instance plugins/content_types/app_finder.inc | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993-1 Continued with rough draft css/gsb_feature_program_app_finder.css | 3 ++ gsb_feature_program_app_finder.module | 69 ++++++++++++++++++++++++++++++++++ js/gsb_feature_program_app_finder.js | 59 +++++++++++++++++++++++++++++ plugins/content_types/app_finder.inc | 30 +++++++++++++-- program_instance_list.theme.inc | 6 +++ 5 files changed, 164 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago WP-6993 Rough draft. Pushing for backup gsb_feature_program_app_finder.info | 6 ++ gsb_feature_program_app_finder.module | 32 +++++++ plugins/content_types/app_finder.inc | 102 +++++++++++++++++++++ program_instance_list.theme.inc | 48 ++++++++++ program_list.theme.inc | 17 ++++ ...rogram-app-finder-program-instance-list.tpl.php | 5 + ...feature-program-app-finder-program-list.tpl.php | 5 + 7 files changed, 215 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Initial commit README.md | 1 + 1 file changed, 1 insertion(+)
=========================================== ./gsb_theme =========================================== view commit - committer: Meghan Plunkett, 10 hours ago author: Meghan Plunkett, 10 hours ago WP-7094: style the 2 new ee faculty fields. .../faculty-research/faculty-detail.css | 46 ++++++++++++++++------ .../faculty-research/faculty-detail.sass | 32 +++++++++++++-- 2 files changed, 62 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 10 hours ago author: Meghan Plunkett, 11 hours ago WP-7567: set a max width on the page title for no sidebar layout. css/style.css | 3 +++ sass/partials/base/05-layouts/_layouts.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 11 hours ago author: Meghan Plunkett, 11 hours ago WP-7566: adjust line height on hero slideshow text. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 11 hours ago author: Meghan Plunkett, 11 hours ago WP-7567: set a max width on the page title for no sidebar layout. css/style.css | 3 +++ sass/partials/base/05-layouts/_layouts.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 2 days ago author: Meghan Plunkett, 2 days ago WP-7558: fix the faux ctas. css/conditionals/news/school-story-detail.css | 75 +++++++++++++++++++++++++ sass/conditionals/news/school-story-detail.sass | 32 +++++++++++ 2 files changed, 107 insertions(+) view commit - committer: Greg Mercer (GBear), 2 days ago author: Meghan Plunkett, 3 days ago WP-7541: update the faculty styling. css/conditionals/exec-ed/design-exec-ed.css | 29 +++------ sass/conditionals/exec-ed/design-exec-ed.sass | 92 +++++++++++++-------------- 2 files changed, 56 insertions(+), 65 deletions(-) view commit - committer: Greg Mercer (GBear), 2 days ago author: Meghan Plunkett, 3 days ago WP-7543: fix name of msx fellow content type. gsb_theme.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 days ago author: Meghan Plunkett, 3 days ago WP-7544: override border on webform fieldset. css/style.css | 1 + sass/partials/base/04-defaults/forms/_webforms.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 days ago author: Meghan Plunkett, 3 days ago WP-7555: change styling of font in table. css/style.css | 22 +++++++++------------- sass/partials/design/_wysiwyg.sass | 10 +++------- 2 files changed, 12 insertions(+), 20 deletions(-) view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7550: adjust link hover color. css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 8 ++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7555: change styling of font in table. css/style.css | 22 +++++++++------------- sass/partials/design/_wysiwyg.sass | 10 +++------- 2 files changed, 12 insertions(+), 20 deletions(-) view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7544: override border on webform fieldset. css/style.css | 1 + sass/partials/base/04-defaults/forms/_webforms.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7543: fix name of msx fellow content type. gsb_theme.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 days ago author: Meghan Plunkett, 3 days ago WP-7541: update the faculty styling. css/conditionals/exec-ed/design-exec-ed.css | 29 +++------ sass/conditionals/exec-ed/design-exec-ed.sass | 92 +++++++++++++-------------- 2 files changed, 56 insertions(+), 65 deletions(-) view commit - committer: Meghan Plunkett, 4 days ago author: Meghan Plunkett, 4 days ago WP-7546: add patchs for compare views. gsb_theme.info | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 days ago author: Meghan Plunkett, 4 days ago WP-7530: hide the count on share. css/conditionals/exec-ed/design-exec-ed.css | 6 +++--- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 4 days ago author: Meghan Plunkett, 4 days ago WP-7479: add styling for act project list. css/style.css | 111 +++++++++++++++++++++++++----- sass/partials/design/_search-filters.sass | 55 +++++++++++++-- 2 files changed, 142 insertions(+), 24 deletions(-) view commit - committer: Meghan Plunkett, 4 days ago author: Meghan Plunkett, 4 days ago WP-7530: hide the count on share. css/conditionals/exec-ed/design-exec-ed.css | 6 +++--- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7528: adjust phone number on the compare pdf. css/conditionals/exec-ed/design-exec-ed.css | 22 +++++++++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 13 +++++++++---- 2 files changed, 24 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7534: change witl to use view not path. gsb_theme.info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7154: update fieldset styling. css/conditionals/alumni/alumni-detail.css | 1 + css/conditionals/faculty-research/faculty-detail.css | 1 + css/conditionals/staff-detail.css | 1 + css/style.css | 6 ------ gsb_theme.info | 1 + sass/conditionals/staff-detail.sass | 3 +-- sass/partials/base/03-extend/_gsb-revamp.sass | 1 + sass/partials/base/04-defaults/forms/_form-defaults.sass | 10 ---------- sass/partials/base/04-defaults/forms/_webforms.sass | 1 - 9 files changed, 6 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-6950: update green rounded button style. css/conditionals/alumni/alumni-reunion-finder.css | 4 ++-- css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- css/conditionals/faculty-research/book-detail.css | 4 ++-- css/conditionals/faculty-research/case-detail.css | 4 ++-- css/conditionals/faculty-research/publication-detail.css | 4 ++-- css/conditionals/faculty-research/working-paper-detail.css | 4 ++-- css/conditionals/form-rethink.css | 5 ++--- css/conditionals/fpps/image.css | 4 ++-- css/conditionals/insights/resources/image-resource.css | 4 ++-- css/conditionals/library/pane-bookmarklet.css | 4 ++-- css/style.css | 4 ++-- sass/conditionals/form-rethink.sass | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-- 14 files changed, 27 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-6848: change header sizes. css/conditionals/insights/idea-story-detail.css | 4 ++-- css/conditionals/news/announcement-detail.css | 4 ++-- css/conditionals/news/school-story-detail.css | 4 ++-- css/style.css | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-- sass/partials/design/_wysiwyg.sass | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-6686: reduce spacing between superhead and name. css/style.css | 44 ++++++++++----------- .../base/06-ui-patterns/_drupal-patterns.sass | 46 +++++++++++----------- 2 files changed, 46 insertions(+), 44 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7492: add missing padding. css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7531: remove styling for extra pane. css/conditionals/exec-ed/design-exec-ed.css | 41 --------------------------- sass/conditionals/exec-ed/design-exec-ed.sass | 29 ------------------- 2 files changed, 70 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7534: change witl to use view not path. gsb_theme.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7154: update fieldset styling. css/conditionals/alumni/alumni-detail.css | 1 + css/conditionals/faculty-research/faculty-detail.css | 1 + css/conditionals/staff-detail.css | 1 + css/style.css | 6 ------ gsb_theme.info | 1 + sass/conditionals/staff-detail.sass | 3 +-- sass/partials/base/03-extend/_gsb-revamp.sass | 1 + sass/partials/base/04-defaults/forms/_form-defaults.sass | 10 ---------- sass/partials/base/04-defaults/forms/_webforms.sass | 1 - 9 files changed, 6 insertions(+), 19 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-6950: update green rounded button style. css/conditionals/alumni/alumni-reunion-finder.css | 4 ++-- css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- css/conditionals/faculty-research/book-detail.css | 4 ++-- css/conditionals/faculty-research/case-detail.css | 4 ++-- css/conditionals/faculty-research/publication-detail.css | 4 ++-- css/conditionals/faculty-research/working-paper-detail.css | 4 ++-- css/conditionals/form-rethink.css | 5 ++--- css/conditionals/fpps/image.css | 4 ++-- css/conditionals/insights/resources/image-resource.css | 4 ++-- css/conditionals/library/pane-bookmarklet.css | 4 ++-- css/style.css | 4 ++-- sass/conditionals/form-rethink.sass | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-- 14 files changed, 27 insertions(+), 28 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-6848: change header sizes. css/conditionals/insights/idea-story-detail.css | 4 ++-- css/conditionals/news/announcement-detail.css | 4 ++-- css/conditionals/news/school-story-detail.css | 4 ++-- css/style.css | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-- sass/partials/design/_wysiwyg.sass | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-6686: reduce spacing between superhead and name. css/style.css | 44 ++++++++++----------- .../base/06-ui-patterns/_drupal-patterns.sass | 46 +++++++++++----------- 2 files changed, 46 insertions(+), 44 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7492: add missing padding. css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7531: remove styling for extra pane. css/conditionals/exec-ed/design-exec-ed.css | 41 --------------------------- sass/conditionals/exec-ed/design-exec-ed.sass | 29 ------------------- 2 files changed, 70 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7529: fix the ctas. css/conditionals/blocks/block-26.css | 9 +++------ css/conditionals/blocks/menu-footer-3.css | 6 ++++++ sass/conditionals/blocks/block-26.sass | 8 +++----- sass/conditionals/blocks/menu-footer-3.sass | 4 ++++ 4 files changed, 16 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7514: update the link styles and style text. .../exec-ed/ee-programs-upcoming-programs.css | 27 +++++++++++++++++++++- .../exec-ed/ee-programs-upcoming-programs.sass | 12 ++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7492: adjust name spacing. css/conditionals/exec-ed/design-exec-ed.css | 6 +++++- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7529: fix the ctas. css/conditionals/blocks/block-26.css | 9 +++------ css/conditionals/blocks/menu-footer-3.css | 6 ++++++ sass/conditionals/blocks/block-26.sass | 8 +++----- sass/conditionals/blocks/menu-footer-3.sass | 4 ++++ 4 files changed, 16 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7514: update the link styles and style text. .../exec-ed/ee-programs-upcoming-programs.css | 27 +++++++++++++++++++++- .../exec-ed/ee-programs-upcoming-programs.sass | 12 ++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7492: adjust name spacing. css/conditionals/exec-ed/design-exec-ed.css | 6 +++++- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7522: do not show border on mobile. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7503: adjust exec ed mega menu. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7493: add back the external icon. css/conditionals/exec-ed/design-exec-ed.css | 18 ++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ 2 files changed, 22 insertions(+) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7492: remove bottom margin from other name. css/conditionals/exec-ed/design-exec-ed.css | 1 - sass/conditionals/exec-ed/design-exec-ed.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7476: change the p styling in tables. css/style.css | 6 ++++-- sass/partials/design/_wysiwyg.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7460: adjust padding for top cta row on ee section homepage. css/style.css | 3 +++ sass/partials/base/05-layouts/_layouts.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7473: add spacing, fix line-heights. css/conditionals/exec-ed/ee-overview-detail.css | 5 +++++ css/style.css | 12 ++++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ sass/partials/base/04-defaults/_headers.sass | 12 ++++++------ 4 files changed, 19 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7473: change the featured item style. css/conditionals/exec-ed/ee-overview-detail.css | 7 +++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 11 +++++++++++ 2 files changed, 18 insertions(+) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7472: hide image in featured item. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7521: update the section title link styling. css/style.css | 3 ++- sass/partials/design/_banner.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7521: update the section title link styling. css/style.css | 3 ++- sass/partials/design/_banner.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7522: do not show border on mobile. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7419: use paths for section design sheets. css/conditionals/fpps/cta.css | 42 +++++++++++----------- css/conditionals/front.css | 37 +++++++++++++++++++ css/conditionals/insights/design-insights.css | 11 ------ css/style.css | 11 ++++++ gsb_theme.info | 31 ++++++++-------- sass/conditionals/fpps/cta.sass | 47 ++++++++++++------------- sass/conditionals/front.sass | 24 +++++++++++++ sass/conditionals/insights/design-insights.sass | 11 ------ sass/partials/design/_design.sass | 11 ++++++ 9 files changed, 141 insertions(+), 84 deletions(-) view commit - committer: Meghan Plunkett, 2 weeks ago author: Meghan Plunkett, 2 weeks ago WP-7503: adjust exec ed mega menu. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7493: add back the external icon. css/conditionals/exec-ed/design-exec-ed.css | 18 ++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ 2 files changed, 22 insertions(+) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7492: remove bottom margin from other name. css/conditionals/exec-ed/design-exec-ed.css | 1 - sass/conditionals/exec-ed/design-exec-ed.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7476: change the p styling in tables. css/style.css | 6 ++++-- sass/partials/design/_wysiwyg.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7460: adjust padding for top cta row on ee section homepage. css/style.css | 3 +++ sass/partials/base/05-layouts/_layouts.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7487: date picker button adjustment. css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7473: add spacing, fix line-heights. css/conditionals/exec-ed/ee-overview-detail.css | 5 +++++ css/style.css | 12 ++++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ sass/partials/base/04-defaults/_headers.sass | 12 ++++++------ 4 files changed, 19 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7473: change the featured item style. css/conditionals/exec-ed/ee-overview-detail.css | 7 +++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 11 +++++++++++ 2 files changed, 18 insertions(+) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7417: fix pane title styling. css/conditionals/exec-ed/ee-programs-upcoming-deadlines.css | 1 + sass/conditionals/exec-ed/ee-programs-upcoming-deadlines.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7417: convert views to use individual css sheets. css/conditionals/club-landing-list.css | 67 ------ css/conditionals/exec-ed/design-exec-ed.css | 246 +-------------------- .../exec-ed/ee-programs-upcoming-deadlines.css | 120 ++++++++++ .../exec-ed/ee-programs-upcoming-programs.css | 138 ++++++++++++ css/conditionals/phd-candidate-job-market-list.css | 59 ++++- css/style.css | 58 ++++- gsb_theme.info | 75 +++---- sass/conditionals/club-landing-list.sass | 43 ---- sass/conditionals/e-newsletter-list.sass | 2 - sass/conditionals/exec-ed/design-exec-ed.sass | 186 ---------------- .../exec-ed/ee-programs-upcoming-deadlines.sass | 98 ++++++++ .../exec-ed/ee-programs-upcoming-programs.sass | 105 +++++++++ .../phd-candidate-job-market-list.sass | 40 ++++ .../phd-candidate-placements-list.sass | 1 - sass/partials/design/_design.sass | 42 ++++ 15 files changed, 693 insertions(+), 587 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7441: update the app finder dropdown. css/conditionals/exec-ed/design-exec-ed.css | 5 +++-- sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7446: adjust the date range in mini finder. css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++----------- 2 files changed, 21 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7472: hide image in featured item. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7468: fix height scaling for image. css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7487: adjust position of select button. css/conditionals/exec-ed/ee-program-finder.css | 7 ++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7417: fix pane title styling. css/conditionals/exec-ed/ee-programs-upcoming-deadlines.css | 1 + sass/conditionals/exec-ed/ee-programs-upcoming-deadlines.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7441: update the app finder dropdown. css/conditionals/exec-ed/design-exec-ed.css | 5 +++-- sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7446: adjust the date range in mini finder. css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++----------- 2 files changed, 21 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7417: convert views to use individual css sheets. css/conditionals/club-landing-list.css | 67 ------ css/conditionals/exec-ed/design-exec-ed.css | 246 +-------------------- .../exec-ed/ee-programs-upcoming-deadlines.css | 120 ++++++++++ .../exec-ed/ee-programs-upcoming-programs.css | 138 ++++++++++++ css/conditionals/phd-candidate-job-market-list.css | 59 ++++- css/style.css | 58 ++++- gsb_theme.info | 75 +++---- sass/conditionals/club-landing-list.sass | 43 ---- sass/conditionals/e-newsletter-list.sass | 2 - sass/conditionals/exec-ed/design-exec-ed.sass | 186 ---------------- .../exec-ed/ee-programs-upcoming-deadlines.sass | 98 ++++++++ .../exec-ed/ee-programs-upcoming-programs.sass | 105 +++++++++ .../phd-candidate-job-market-list.sass | 40 ++++ .../phd-candidate-placements-list.sass | 1 - sass/partials/design/_design.sass | 42 ++++ 15 files changed, 693 insertions(+), 587 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7468: fix height scaling for image. css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7487: adjust position of select button. css/conditionals/exec-ed/ee-program-finder.css | 7 ++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7490: hide the department name. css/conditionals/exec-ed/design-exec-ed.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7482: add container to fake cta. css/conditionals/blocks/block-26.css | 1 + css/conditionals/faculty-research/book-detail.css | 7 ++++--- sass/conditionals/blocks/block-26.sass | 1 + sass/conditionals/faculty-research/book-detail.sass | 4 +++- 4 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7481: add link fpp styling. .../alumni/alumni-reunion-agenda-item-detail.css | 97 ++++++++++++++++++++++ .../alumni/alumni-reunion-agenda-item-detail.sass | 74 +++++++++++++++++ 2 files changed, 171 insertions(+) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7480: fix related sidebar and red cta links on act detail page. css/conditionals/alumni/alumni-act-detail.css | 71 +++++++++++++++++++++++-- css/conditionals/fpps/cta.css | 3 +- sass/conditionals/alumni/alumni-act-detail.sass | 35 +++++++++++- sass/conditionals/fpps/cta.sass | 3 +- 4 files changed, 103 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7480: fix related sidebar and red cta links on act detail page. css/conditionals/alumni/alumni-act-detail.css | 71 +++++++++++++++++++++++-- css/conditionals/fpps/cta.css | 3 +- sass/conditionals/alumni/alumni-act-detail.sass | 35 +++++++++++- sass/conditionals/fpps/cta.sass | 3 +- 4 files changed, 103 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7481: add link fpp styling. .../alumni/alumni-reunion-agenda-item-detail.css | 97 ++++++++++++++++++++++ .../alumni/alumni-reunion-agenda-item-detail.sass | 74 +++++++++++++++++ 2 files changed, 171 insertions(+) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7482: add container to fake cta. css/conditionals/blocks/block-26.css | 1 + css/conditionals/faculty-research/book-detail.css | 7 ++++--- sass/conditionals/blocks/block-26.sass | 1 + sass/conditionals/faculty-research/book-detail.sass | 4 +++- 4 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7461: ad list bullets, fix spelling and link color. css/conditionals/exec-ed/ee-overview-detail.css | 31 +++++++++++++++++++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 20 ++++++++++++++- 2 files changed, 45 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7468: change how the mini finder image is handled. css/conditionals/exec-ed/ee-program-finder.css | 6 +++++- sass/conditionals/exec-ed/ee-program-finder.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7489: update the instance picker responsive implementation. css/conditionals/exec-ed/design-exec-ed.css | 29 +++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 23 +++++++++++++++++++-- 2 files changed, 48 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7487: fix the position of the button. css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7448: responsive for mini finder title changes. css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++------- sass/conditionals/exec-ed/ee-program-finder.sass | 22 ++++++++++++++-------- 2 files changed, 22 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7468: change how the mini finder image is handled. css/conditionals/exec-ed/ee-program-finder.css | 6 +++++- sass/conditionals/exec-ed/ee-program-finder.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7489: update the instance picker responsive implementation. css/conditionals/exec-ed/design-exec-ed.css | 29 +++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 23 +++++++++++++++++++-- 2 files changed, 48 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7487: fix the position of the button. css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7448: responsive for mini finder title changes. css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++------- sass/conditionals/exec-ed/ee-program-finder.sass | 22 ++++++++++++++-------- 2 files changed, 22 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7441: style the select help text. css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 8 ++++++++ 2 files changed, 15 insertions(+) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7416: convert blocks to use individual style sheets. css/conditionals/blocks/banner-alumni-nav.css | 20 + css/conditionals/blocks/banner-breadcrumbs.css | 26 ++ css/conditionals/blocks/banner-insights-title.css | 15 + css/conditionals/blocks/block-26.css | 116 ++++++ css/conditionals/blocks/block-31.css | 44 +++ css/conditionals/blocks/block-weather.css | 71 ++++ css/conditionals/blocks/follow-us.css | 65 ++-- css/conditionals/blocks/get-directions.css | 15 +- css/conditionals/blocks/gpcb-banner-title.css | 38 ++ css/conditionals/blocks/gpcb-breadcrumbs.css | 26 ++ .../blocks/gpcb-conducting-research.css | 98 +++++ css/conditionals/blocks/gpcb-follow-us.css | 59 +++ css/conditionals/blocks/gpcb-insights-search.css | 136 +++++++ css/conditionals/blocks/gpcb-mobile-insights.css | 22 ++ .../blocks/insights-footer-bottom-menu.css | 24 ++ .../blocks/insights-gpcb-banner-title.css | 15 + css/conditionals/blocks/insights-search.css | 136 +++++++ css/conditionals/blocks/insights-topics.css | 202 +++++++++++ css/conditionals/blocks/map-link.css | 39 ++ css/conditionals/blocks/map_link.css | 39 ++ css/conditionals/blocks/menu-alumni-footer.css | 25 ++ .../blocks/menu-alumni-utility-nav.css | 20 + css/conditionals/blocks/menu-footer-3.css | 35 ++ css/conditionals/blocks/menu-section-27256.css | 202 +++++++++++ css/conditionals/blocks/mobile-insights.css | 21 ++ css/conditionals/blocks/weather-widget.css | 54 +++ .../insights/banner-insights-title.css | 15 + css/conditionals/insights/design-insights.css | 198 ---------- css/conditionals/insights/menu-insights-topics.css | 203 ----------- css/style.css | 403 +++------------------ gsb_theme.info | 27 +- sass/conditionals/block-weather.sass | 32 -- sass/conditionals/blocks/block-26.sass | 67 ++++ sass/conditionals/blocks/block-31.sass | 55 +++ sass/conditionals/blocks/conducting-research.sass | 35 -- sass/conditionals/blocks/follow-us.sass | 43 --- sass/conditionals/blocks/get-directions.sass | 33 -- sass/conditionals/blocks/gpcb-banner-title.sass | 34 ++ sass/conditionals/blocks/gpcb-breadcrumbs.sass | 28 ++ .../blocks/gpcb-conducting-research.sass | 35 ++ sass/conditionals/blocks/gpcb-follow-us.sass | 50 +++ sass/conditionals/blocks/gpcb-insights-search.sass | 109 ++++++ sass/conditionals/blocks/gpcb-mobile-insights.sass | 26 ++ .../blocks/insights-footer-bottom-menu.sass | 27 ++ sass/conditionals/blocks/map-link.sass | 33 ++ sass/conditionals/blocks/menu-alumni-footer.sass | 30 ++ .../blocks/menu-alumni-utility-nav.sass | 24 ++ sass/conditionals/blocks/menu-footer-3.sass | 31 ++ sass/conditionals/blocks/menu-section-27256.sass | 98 +++++ sass/conditionals/blocks/weather-widget.sass | 31 ++ .../insights/banner-insights-title.sass | 18 + sass/conditionals/insights/design-insights.sass | 144 -------- .../insights/menu-insights-topics.sass | 107 ------ sass/partials/design/_banner.sass | 36 -- sass/partials/design/_design.sass | 39 +- sass/partials/design/_footer.sass | 217 +---------- template.php | 3 +- templates/html.tpl.php | 7 - 58 files changed, 2357 insertions(+), 1444 deletions(-) view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago Merge branch 'WP-7416' of github.com:gsb-public/gsb_theme into WP-7416 view commit - committer: Meghan Plunkett, 3 weeks ago author: Meghan Plunkett, 3 weeks ago WP-7416: convert blocks to use individual style sheets. css/conditionals/blocks/banner-alumni-nav.css | 20 + css/conditionals/blocks/banner-breadcrumbs.css | 26 ++ css/conditionals/blocks/banner-insights-title.css | 15 + css/conditionals/blocks/block-26.css | 116 ++++++ css/conditionals/blocks/block-31.css | 44 +++ css/conditionals/blocks/block-weather.css | 71 ++++ css/conditionals/blocks/follow-us.css | 65 ++-- css/conditionals/blocks/get-directions.css | 15 +- css/conditionals/blocks/gpcb-banner-title.css | 38 ++ css/conditionals/blocks/gpcb-breadcrumbs.css | 26 ++ .../blocks/gpcb-conducting-research.css | 98 +++++ css/conditionals/blocks/gpcb-follow-us.css | 59 +++ css/conditionals/blocks/gpcb-insights-search.css | 136 +++++++ css/conditionals/blocks/gpcb-mobile-insights.css | 22 ++ .../blocks/insights-footer-bottom-menu.css | 24 ++ .../blocks/insights-gpcb-banner-title.css | 15 + css/conditionals/blocks/insights-search.css | 136 +++++++ css/conditionals/blocks/insights-topics.css | 202 +++++++++++ css/conditionals/blocks/map-link.css | 39 ++ css/conditionals/blocks/map_link.css | 39 ++ css/conditionals/blocks/menu-alumni-footer.css | 25 ++ .../blocks/menu-alumni-utility-nav.css | 20 + css/conditionals/blocks/menu-footer-3.css | 35 ++ css/conditionals/blocks/menu-section-27256.css | 202 +++++++++++ css/conditionals/blocks/mobile-insights.css | 21 ++ css/conditionals/blocks/weather-widget.css | 54 +++ .../insights/banner-insights-title.css | 15 + css/conditionals/insights/design-insights.css | 198 ---------- css/conditionals/insights/menu-insights-topics.css | 203 ----------- css/style.css | 403 +++------------------ gsb_theme.info | 27 +- sass/conditionals/block-weather.sass | 32 -- sass/conditionals/blocks/block-26.sass | 67 ++++ sass/conditionals/blocks/block-31.sass | 55 +++ sass/conditionals/blocks/conducting-research.sass | 35 -- sass/conditionals/blocks/follow-us.sass | 43 --- sass/conditionals/blocks/get-directions.sass | 33 -- sass/conditionals/blocks/gpcb-banner-title.sass | 34 ++ sass/conditionals/blocks/gpcb-breadcrumbs.sass | 28 ++ .../blocks/gpcb-conducting-research.sass | 35 ++ sass/conditionals/blocks/gpcb-follow-us.sass | 50 +++ sass/conditionals/blocks/gpcb-insights-search.sass | 109 ++++++ sass/conditionals/blocks/gpcb-mobile-insights.sass | 26 ++ .../blocks/insights-footer-bottom-menu.sass | 27 ++ sass/conditionals/blocks/map-link.sass | 33 ++ sass/conditionals/blocks/menu-alumni-footer.sass | 30 ++ .../blocks/menu-alumni-utility-nav.sass | 24 ++ sass/conditionals/blocks/menu-footer-3.sass | 31 ++ sass/conditionals/blocks/menu-section-27256.sass | 98 +++++ sass/conditionals/blocks/weather-widget.sass | 31 ++ .../insights/banner-insights-title.sass | 18 + sass/conditionals/insights/design-insights.sass | 144 -------- .../insights/menu-insights-topics.sass | 107 ------ sass/partials/design/_banner.sass | 36 -- sass/partials/design/_design.sass | 39 +- sass/partials/design/_footer.sass | 217 +---------- template.php | 3 +- templates/html.tpl.php | 7 - 58 files changed, 2357 insertions(+), 1444 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Greg Mercer, 3 weeks ago WP-7416 Added code to support block 'module' and 'delta' template.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: GitHub, 3 weeks ago author: Greg Mercer, 3 weeks ago WP-7416 Added code to support block 'module' and 'delta' template.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7378: change style of the search submit. css/conditionals/exec-ed/ee-program-finder.css | 35 ++++++------------------ sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++---------- 2 files changed, 16 insertions(+), 42 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7378: change style of the search submit. css/conditionals/exec-ed/ee-program-finder.css | 35 ++++++------------------ sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++---------- 2 files changed, 16 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7463: fix the width of black footer in seed. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7453: change the email sign up styling. css/style.css | 18 +++++------------- sass/partials/design/_footer.sass | 20 +++++--------------- 2 files changed, 10 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7456: add padding top when other name is not linked. css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7463: fix the width of black footer in seed. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7453: change the email sign up styling. css/style.css | 18 +++++------------- sass/partials/design/_footer.sass | 20 +++++--------------- 2 files changed, 10 insertions(+), 28 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7456: add padding top when other name is not linked. css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7452: put location type and address on the same line. css/conditionals/event/admission-event-view-mode-main-list.css | 3 +++ sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7390: change the z-index on the superhead. css/conditionals/fpps/featured-program.css | 1 + sass/conditionals/fpps/featured-program.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7447: make adjustments for the help text and date range. css/conditionals/exec-ed/ee-program-finder.css | 22 +++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 25 +++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7452: put location type and address on the same line. css/conditionals/event/admission-event-view-mode-main-list.css | 3 +++ sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7390: change the z-index on the superhead. css/conditionals/fpps/featured-program.css | 1 + sass/conditionals/fpps/featured-program.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7447: make adjustments for the help text and date range. css/conditionals/exec-ed/ee-program-finder.css | 22 +++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 25 +++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7451: style who should attend pane. css/conditionals/exec-ed/design-exec-ed.css | 41 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 29 +++++++++++++++++++ 2 files changed, 70 insertions(+) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7407: style the time commitment on program finder. css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7458: have the alum program and year display on new line. css/conditionals/insights/related-to-idea-story.css | 3 +++ sass/conditionals/insights/related-to-idea-story.sass | 5 +++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7407: style the time commitment on program finder. css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7458: have the alum program and year display on new line. css/conditionals/insights/related-to-idea-story.css | 3 +++ sass/conditionals/insights/related-to-idea-story.sass | 5 +++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7454: update styling after the ee mega menu changes. css/style.css | 6 +++--- sass/partials/design/_design.sass | 2 +- sass/partials/design/_footer.sass | 2 +- sass/partials/design/_menu-exec-ed.sass | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7444: remove the bottom border from slideshow. css/conditionals/fpps/slideshow.css | 4 ---- sass/conditionals/fpps/slideshow.sass | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7355: adjust accordion styling. css/conditionals/fpps/accordion.css | 9 +++------ css/style.css | 10 ++++++---- sass/conditionals/fpps/accordion.sass | 12 +++++++----- sass/partials/design/_design.sass | 15 ++++++++++----- 4 files changed, 26 insertions(+), 20 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7378: adjust styling after tray breakpoint change. css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7432: style the instance text. css/conditionals/exec-ed/design-exec-ed.css | 3 ++- sass/conditionals/exec-ed/design-exec-ed.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7409: make responsive adjustments to ee landing. css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++++++- css/style.css | 24 ++++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++++++++- sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------ 4 files changed, 50 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7408: adjust spacing on ee landing page. css/conditionals/exec-ed/ee-program-finder.css | 2 +- css/style.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- sass/partials/base/05-layouts/_layouts.sass | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7444: remove the bottom border from slideshow. css/conditionals/fpps/slideshow.css | 4 ---- sass/conditionals/fpps/slideshow.sass | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7355: adjust accordion styling. css/conditionals/fpps/accordion.css | 9 +++------ css/style.css | 10 ++++++---- sass/conditionals/fpps/accordion.sass | 12 +++++++----- sass/partials/design/_design.sass | 15 ++++++++++----- 4 files changed, 26 insertions(+), 20 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7378: adjust styling after tray breakpoint change. css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7432: style the instance text. css/conditionals/exec-ed/design-exec-ed.css | 3 ++- sass/conditionals/exec-ed/design-exec-ed.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7409: make responsive adjustments to ee landing. css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++++++- css/style.css | 24 ++++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++++++++- sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------ 4 files changed, 50 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7408: adjust spacing on ee landing page. css/conditionals/exec-ed/ee-program-finder.css | 2 +- css/style.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- sass/partials/base/05-layouts/_layouts.sass | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 weeks ago author: Meghan Plunkett, 4 weeks ago WP-7405: add link hover color. css/conditionals/exec-ed/design-exec-ed.css | 3 +++ css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ sass/conditionals/exec-ed/ee-overview-detail.sass | 7 ++++++- 4 files changed, 20 insertions(+), 1 deletion(-) view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7418 Changing gsb_styles for block to use the block's delta value. template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7418 Changing gsb_styles for block to use the block's delta value. gsb_theme.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7418 Added css/conditionals/fpps/cta.css for the exec-ed footer block gsb_theme.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7418 Added css/conditionals/fpps/cta.css for the exec-ed/* path gsb_theme.info | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Greg Mercer (GBear), 5 weeks ago Adding .cta-red-gradient a:hover to have color: white css/conditionals/fpps/cta.css | 1 + sass/conditionals/fpps/cta.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7418: make sure custom ctas still have styling. gsb_theme.info | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7418: change the fpps to use individual css sheets. css/conditionals/blocks/conducting-research.css | 98 + css/conditionals/blocks/follow-us.css | 50 + css/conditionals/blocks/get-directions.css | 30 + css/conditionals/fpps/accordion.css | 30 + css/conditionals/fpps/cta-homepage.css | 87 + css/conditionals/fpps/cta-image-homepage.css | 87 + css/conditionals/fpps/cta-image.css | 94 + css/conditionals/fpps/cta.css | 303 + css/conditionals/fpps/diptych.css | 330 + css/conditionals/fpps/existing-node-list.css | 72 + css/conditionals/fpps/existing-node.css | 699 ++ css/conditionals/fpps/featured-content.css | 268 + css/conditionals/fpps/featured-insight-card.css | 124 + css/conditionals/fpps/featured-program.css | 121 + css/conditionals/fpps/files.css | 83 + css/conditionals/fpps/fpp-story-lists-by-title.css | 57 + css/conditionals/fpps/fpp-topic-teaser.css | 82 + css/conditionals/fpps/homepage-cta.css | 149 + css/conditionals/fpps/house-ads.css | 82 + css/conditionals/fpps/image-cta.css | 523 + css/conditionals/fpps/image.css | 77 + css/conditionals/fpps/insights-quote.css | 81 + css/conditionals/fpps/links.css | 218 + css/conditionals/fpps/people.css | 237 + css/conditionals/fpps/quote.css | 83 + css/conditionals/fpps/quotes.css | 93 + css/conditionals/fpps/slideshow.css | 54 + css/conditionals/fpps/social-feed.css | 102 + css/conditionals/fpps/spotlight.css | 80 + css/conditionals/fpps/story-list-by-title.css | 57 + css/conditionals/fpps/story-lists-by-title.css | 57 + css/conditionals/fpps/text.css | 80 + css/conditionals/fpps/topic-teaser.css | 82 + css/conditionals/fpps/video.css | 287 + css/conditionals/fpps/videos.css | 258 + css/style.css | 11590 +++++++------------ gsb_theme.info | 37 +- sass/conditionals/blocks/conducting-research.sass | 35 + sass/conditionals/blocks/follow-us.sass | 43 + sass/conditionals/blocks/get-directions.sass | 33 + sass/conditionals/fpps/accordion.sass | 27 + sass/conditionals/fpps/cta.sass | 184 + sass/conditionals/fpps/diptych.sass | 207 + sass/conditionals/fpps/existing-node-list.sass | 54 + sass/conditionals/fpps/existing-node.sass | 426 + sass/conditionals/fpps/featured-content.sass | 192 + sass/conditionals/fpps/featured-insight-card.sass | 89 + sass/conditionals/fpps/featured-program.sass | 76 + sass/conditionals/fpps/files.sass | 70 + sass/conditionals/fpps/homepage-cta.sass | 88 + sass/conditionals/fpps/house-ads.sass | 49 + sass/conditionals/fpps/image-cta.sass | 414 + sass/conditionals/fpps/image.sass | 47 + sass/conditionals/fpps/insights-quote.sass | 63 + sass/conditionals/fpps/links.sass | 164 + sass/conditionals/fpps/people.sass | 220 + sass/conditionals/fpps/quotes.sass | 77 + sass/conditionals/fpps/slideshow.sass | 63 + sass/conditionals/fpps/social-feed.sass | 85 + sass/conditionals/fpps/spotlight.sass | 76 + sass/conditionals/fpps/story-list-by-title.sass | 38 + sass/conditionals/fpps/text.sass | 63 + sass/conditionals/fpps/topic-teaser.sass | 54 + sass/conditionals/fpps/video.sass | 164 + sass/conditionals/fpps/videos.sass | 161 + .../insights/featured-insight-card.sass | 89 - .../insights/fpp-story-lists-by-title.sass | 38 - sass/conditionals/insights/fpp-topic-teaser.sass | 54 - sass/partials/design/_accordion.sass | 96 - sass/partials/design/_all.sass | 25 +- sass/partials/design/_cta-custom.sass | 88 - sass/partials/design/_cta-image.sass | 405 - sass/partials/design/_cta.sass | 175 - sass/partials/design/_design.sass | 534 + sass/partials/design/_diptych.sass | 198 - sass/partials/design/_existing-node.sass | 423 - sass/partials/design/_fpp-cta-image-homepage.sass | 79 - sass/partials/design/_fpp-existing-node-list.sass | 45 - sass/partials/design/_fpp-featured-content.sass | 183 - sass/partials/design/_fpp-featured-program.sass | 67 - sass/partials/design/_fpp-files.sass | 61 - sass/partials/design/_fpp-links.sass | 155 - sass/partials/design/_fpp-people.sass | 212 - sass/partials/design/_fpp-quote.sass | 124 - sass/partials/design/_fpp-social-media.sass | 95 - sass/partials/design/_fpp-spotlight.sass | 59 - sass/partials/design/_fpp-text.sass | 55 - sass/partials/design/_house-ads.sass | 42 - sass/partials/design/_slideshow.sass | 356 - sass/partials/design/_video.sass | 290 - sass/partials/design/_wysiwyg.sass | 39 - 91 files changed, 12935 insertions(+), 11156 deletions(-) view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago WP-7438 Changed breakpoint from 568px to 920px js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7414: update phd ct machine name. gsb_theme.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7335: start on the filter changes. css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++----- css/style.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 12 +++++++++--- sass/partials/base/05-layouts/_layouts.sass | 2 ++ 4 files changed, 25 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7414: update phd ct machine name. gsb_theme.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7393: make the buttons on program finder green again. css/conditionals/exec-ed/ee-program-finder.css | 39 +++++++++++------------ css/style.css | 40 +++++++++++------------- sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++-- sass/partials/design/_search-filters.sass | 3 +- 4 files changed, 43 insertions(+), 45 deletions(-) view commit - committer: Meghan Plunkett, 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7418: make sure custom ctas still have styling. gsb_theme.info | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 5 weeks ago author: Meghan Plunkett, 5 weeks ago WP-7418: change the fpps to use individual css sheets. css/conditionals/blocks/conducting-research.css | 98 + css/conditionals/blocks/follow-us.css | 50 + css/conditionals/blocks/get-directions.css | 30 + css/conditionals/fpps/accordion.css | 30 + css/conditionals/fpps/cta-homepage.css | 87 + css/conditionals/fpps/cta-image-homepage.css | 87 + css/conditionals/fpps/cta-image.css | 94 + css/conditionals/fpps/cta.css | 303 + css/conditionals/fpps/diptych.css | 330 + css/conditionals/fpps/existing-node-list.css | 72 + css/conditionals/fpps/existing-node.css | 699 ++ css/conditionals/fpps/featured-content.css | 268 + css/conditionals/fpps/featured-insight-card.css | 124 + css/conditionals/fpps/featured-program.css | 121 + css/conditionals/fpps/files.css | 83 + css/conditionals/fpps/fpp-story-lists-by-title.css | 57 + css/conditionals/fpps/fpp-topic-teaser.css | 82 + css/conditionals/fpps/homepage-cta.css | 149 + css/conditionals/fpps/house-ads.css | 82 + css/conditionals/fpps/image-cta.css | 523 + css/conditionals/fpps/image.css | 77 + css/conditionals/fpps/insights-quote.css | 81 + css/conditionals/fpps/links.css | 218 + css/conditionals/fpps/people.css | 237 + css/conditionals/fpps/quote.css | 83 + css/conditionals/fpps/quotes.css | 93 + css/conditionals/fpps/slideshow.css | 54 + css/conditionals/fpps/social-feed.css | 102 + css/conditionals/fpps/spotlight.css | 80 + css/conditionals/fpps/story-list-by-title.css | 57 + css/conditionals/fpps/story-lists-by-title.css | 57 + css/conditionals/fpps/text.css | 80 + css/conditionals/fpps/topic-teaser.css | 82 + css/conditionals/fpps/video.css | 287 + css/conditionals/fpps/videos.css | 258 + css/style.css | 11590 +++++++------------ gsb_theme.info | 37 +- sass/conditionals/blocks/conducting-research.sass | 35 + sass/conditionals/blocks/follow-us.sass | 43 + sass/conditionals/blocks/get-directions.sass | 33 + sass/conditionals/fpps/accordion.sass | 27 + sass/conditionals/fpps/cta.sass | 184 + sass/conditionals/fpps/diptych.sass | 207 + sass/conditionals/fpps/existing-node-list.sass | 54 + sass/conditionals/fpps/existing-node.sass | 426 + sass/conditionals/fpps/featured-content.sass | 192 + sass/conditionals/fpps/featured-insight-card.sass | 89 + sass/conditionals/fpps/featured-program.sass | 76 + sass/conditionals/fpps/files.sass | 70 + sass/conditionals/fpps/homepage-cta.sass | 88 + sass/conditionals/fpps/house-ads.sass | 49 + sass/conditionals/fpps/image-cta.sass | 414 + sass/conditionals/fpps/image.sass | 47 + sass/conditionals/fpps/insights-quote.sass | 63 + sass/conditionals/fpps/links.sass | 164 + sass/conditionals/fpps/people.sass | 220 + sass/conditionals/fpps/quotes.sass | 77 + sass/conditionals/fpps/slideshow.sass | 63 + sass/conditionals/fpps/social-feed.sass | 85 + sass/conditionals/fpps/spotlight.sass | 76 + sass/conditionals/fpps/story-list-by-title.sass | 38 + sass/conditionals/fpps/text.sass | 63 + sass/conditionals/fpps/topic-teaser.sass | 54 + sass/conditionals/fpps/video.sass | 164 + sass/conditionals/fpps/videos.sass | 161 + .../insights/featured-insight-card.sass | 89 - .../insights/fpp-story-lists-by-title.sass | 38 - sass/conditionals/insights/fpp-topic-teaser.sass | 54 - sass/partials/design/_accordion.sass | 96 - sass/partials/design/_all.sass | 25 +- sass/partials/design/_cta-custom.sass | 88 - sass/partials/design/_cta-image.sass | 405 - sass/partials/design/_cta.sass | 175 - sass/partials/design/_design.sass | 534 + sass/partials/design/_diptych.sass | 198 - sass/partials/design/_existing-node.sass | 423 - sass/partials/design/_fpp-cta-image-homepage.sass | 79 - sass/partials/design/_fpp-existing-node-list.sass | 45 - sass/partials/design/_fpp-featured-content.sass | 183 - sass/partials/design/_fpp-featured-program.sass | 67 - sass/partials/design/_fpp-files.sass | 61 - sass/partials/design/_fpp-links.sass | 155 - sass/partials/design/_fpp-people.sass | 212 - sass/partials/design/_fpp-quote.sass | 124 - sass/partials/design/_fpp-social-media.sass | 95 - sass/partials/design/_fpp-spotlight.sass | 59 - sass/partials/design/_fpp-text.sass | 55 - sass/partials/design/_house-ads.sass | 42 - sass/partials/design/_slideshow.sass | 356 - sass/partials/design/_video.sass | 290 - sass/partials/design/_wysiwyg.sass | 39 - 91 files changed, 12935 insertions(+), 11156 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7414: only load content type css on content types. css/conditionals/alumni/alumni-book-listing.css | 0 gsb_theme.info | 84 ++++++++++++++++++----- sass/conditionals/alumni/alumni-book-listing.sass | 8 --- 3 files changed, 65 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7393: change the button color. css/conditionals/exec-ed/design-exec-ed.css | 4 +-- css/conditionals/exec-ed/ee-program-finder.css | 39 ++++++++++++-------- css/style.css | 46 ++++++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++-- sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++- sass/partials/design/_search-filters.sass | 3 +- 6 files changed, 60 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7378: update filter styling. css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++++---- 2 files changed, 42 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7414: only load content type css on content types. css/conditionals/alumni/alumni-book-listing.css | 0 gsb_theme.info | 84 ++++++++++++++++++----- sass/conditionals/alumni/alumni-book-listing.sass | 8 --- 3 files changed, 65 insertions(+), 27 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7393: change the button color. css/conditionals/exec-ed/design-exec-ed.css | 4 +-- css/conditionals/exec-ed/ee-program-finder.css | 39 ++++++++++++-------- css/style.css | 46 ++++++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++-- sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++- sass/partials/design/_search-filters.sass | 3 +- 6 files changed, 60 insertions(+), 42 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7378: update filter styling. css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++++---- 2 files changed, 42 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7404: remove demi styling. css/conditionals/exec-ed/ee-overview-detail.css | 1 - sass/conditionals/exec-ed/ee-overview-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7403 Added code to remove images when displaying field_person_fac_single_ref is set template.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7335: start on the filter changes. css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++----- css/style.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 12 +++++++++--- sass/partials/base/05-layouts/_layouts.sass | 2 ++ 4 files changed, 25 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7404: remove demi styling. css/conditionals/exec-ed/ee-overview-detail.css | 1 - sass/conditionals/exec-ed/ee-overview-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago WP-7387 New code to dynamically add css stylesheets based on the GSB Styles settings in gsb_theme.info template.php | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 136 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7396: change margin on deadline. css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7394: adjust the image in spotlight. css/style.css | 48 ++++++++-------------- .../base/06-ui-patterns/_drupal-patterns.sass | 5 ++- 2 files changed, 20 insertions(+), 33 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7396: change margin on deadline. css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7394: adjust the image in spotlight. css/style.css | 48 ++++++++-------------- .../base/06-ui-patterns/_drupal-patterns.sass | 5 ++- 2 files changed, 20 insertions(+), 33 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7374: adjust vertical alignment of hero image. css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7352: add margin bottom to payment cancellation link. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 13 ++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7392: remove picture icons for featured content fpp. css/style.css | 3 +++ sass/partials/design/_fpp-featured-content.sass | 13 +++++++++++++ 2 files changed, 16 insertions(+) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7379: change faculty spacing on program ppp. css/conditionals/exec-ed/design-exec-ed.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7385: change the styling on days available to pick. css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7378: changes to filter link and styling. css/conditionals/exec-ed/ee-program-finder.css | 29 ++++++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 26 +++++++++++++++++---- 2 files changed, 47 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7377: change the link color. css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 13 +++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7374: adjust vertical alignment of hero image. css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7369: adjust footnote text styling. css/style.css | 12 ++++++------ sass/partials/design/_design.sass | 12 +++++++++--- sass/partials/design/_wysiwyg.sass | 5 ----- 3 files changed, 15 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Ayuta Padhi, 6 weeks ago WP-7356 Fix for dates on program finder tray js/custom.js | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7376: adjust styling for the staff department. css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++-- css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 22 +++++++++++++--------- 4 files changed, 28 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7375: adjust position of arrows on hero slideshow. css/style.css | 2 +- sass/partials/design/_slideshow.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7373: remove padding on content wrapper. css/style.css | 3 --- sass/partials/base/05-layouts/_layouts.sass | 3 --- 2 files changed, 6 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7354: remove margin bottom from list items in program finder. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7351: adjust email contact page. css/style.css | 4 ++++ sass/partials/design/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 6 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7350: adjust compared page. css/conditionals/exec-ed/design-exec-ed.css | 35 +++++++++++++++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 35 +++++++++++++++------------ 2 files changed, 38 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7379: change faculty spacing on program ppp. css/conditionals/exec-ed/design-exec-ed.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7392: remove picture icons for featured content fpp. css/style.css | 3 +++ sass/partials/design/_fpp-featured-content.sass | 13 +++++++++++++ 2 files changed, 16 insertions(+) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7385: change the styling on days available to pick. css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7378: changes to filter link and styling. css/conditionals/exec-ed/ee-program-finder.css | 29 ++++++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 26 +++++++++++++++++---- 2 files changed, 47 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7377: change the link color. css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 13 +++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 6 weeks ago author: Ayuta Padhi, 6 weeks ago WP-7356 Fix for dates on program finder tray js/custom.js | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7376: adjust styling for the staff department. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 22 +++++++++++++--------- 4 files changed, 28 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7375: adjust position of arrows on hero slideshow. css/style.css | 2 +- sass/partials/design/_slideshow.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7373: remove padding on content wrapper. css/style.css | 3 --- sass/partials/base/05-layouts/_layouts.sass | 3 --- 2 files changed, 6 deletions(-) view commit - committer: Meghan Plunkett, 6 weeks ago author: Meghan Plunkett, 6 weeks ago WP-7354: remove margin bottom from list items in program finder. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7351: adjust email contact page. css/style.css | 4 ++++ sass/partials/design/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7350: adjust compared page. css/conditionals/exec-ed/design-exec-ed.css | 35 +++++++++++++++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 35 +++++++++++++++------------ 2 files changed, 38 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7349: adjust show more show less styling. css/conditionals/exec-ed/ee-overview-detail.css | 4 ++-- css/conditionals/faculty-research/faculty-detail.css | 2 +- css/style.css | 5 ++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- sass/conditionals/faculty-research/faculty-detail.sass | 2 +- sass/partials/design/_design.sass | 3 ++- 6 files changed, 12 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7352: add margin bottom to payment cancellation link. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 13 ++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7369: adjust footnote text styling. css/style.css | 12 ++++++------ sass/partials/design/_design.sass | 12 +++++++++--- sass/partials/design/_wysiwyg.sass | 5 ----- 3 files changed, 15 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7361: adjust fac director other name not linked styling. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7361: adjust fac director other name not linked styling. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7362: style the clear all button. css/style.css | 32 ++++++++++++++++++++----------- sass/partials/design/_search-filters.sass | 5 +++-- 2 files changed, 24 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7338: adjust third fac director on overview. css/conditionals/exec-ed/ee-overview-detail.css | 7 ++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7339: fix hover state of faculty other. css/conditionals/exec-ed/design-exec-ed.css | 22 ++++++++++++++-------- sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++---- 2 files changed, 26 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7320: adjust height for hero slideshow. css/style.css | 1 + sass/partials/design/_slideshow.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7325: hide linked items for print page. css/conditionals/exec-ed/design-exec-ed.css | 34 +++++++++++++++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 38 ++++++++++++++++++--------- 2 files changed, 57 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7325: update print styles. css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++++++++----- css/style.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++---- sass/partials/base/07-media/_print.sass | 5 ++++- 4 files changed, 30 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7107: update search placeholder text. css/style.css | 1 + sass/partials/design/_search-filters.sass | 1 + template.php | 36 +++++++++++++++---------------- 3 files changed, 20 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7107: apply theming changes for act project listing. css/style.css | 153 +++++++++++++++++------------- sass/partials/design/_search-filters.sass | 21 ++-- template.php | 47 +++++---- 3 files changed, 123 insertions(+), 98 deletions(-) view commit - committer: GitHub, 7 weeks ago author: Greg Mercer, 7 weeks ago WP-7342 Added 'clear all' button and fixed an issue where removing pills was not updating the checkboxes in the tray correctly js/custom.js | 55 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7338: adjust third fac director on overview. css/conditionals/exec-ed/ee-overview-detail.css | 7 ++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7339: fix hover state of faculty other. css/conditionals/exec-ed/design-exec-ed.css | 22 ++++++++++++++-------- sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++---- 2 files changed, 26 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7320: adjust height for hero slideshow. css/style.css | 1 + sass/partials/design/_slideshow.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7325: hide linked items for print page. css/conditionals/exec-ed/design-exec-ed.css | 34 +++++++++++++++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 38 ++++++++++++++++++--------- 2 files changed, 57 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7107: update search placeholder text. css/style.css | 1 + sass/partials/design/_search-filters.sass | 1 + template.php | 36 +++++++++++++++---------------- 3 files changed, 20 insertions(+), 18 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7107: apply theming changes for act project listing. css/style.css | 153 +++++++++++++++++------------- sass/partials/design/_search-filters.sass | 21 ++-- template.php | 47 +++++---- 3 files changed, 123 insertions(+), 98 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7325: update print styles. css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++++++++----- css/style.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++---- sass/partials/base/07-media/_print.sass | 5 ++++- 4 files changed, 30 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 Fix for date range js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 Fix for date range js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 fix for responsive chrome is not retaining date selected js/custom.js | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 fix for responsive chrome is not retaining date selected js/custom.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 fix for responsive chrome is not retaining date selected js/custom.js | 1 - 1 file changed, 1 deletion(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 fix for responsive chrome is not retaining date selected js/custom.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7340: theme the back link and save button. css/conditionals/exec-ed/design-exec-ed.css | 103 ++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 34 ++++++++- 2 files changed, 130 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 fix for chrome not retaining date selected js/custom.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7249 fix for chrome not retaining date selected js/custom.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7329: theme the program compare collapse and expand. css/conditionals/exec-ed/design-exec-ed.css | 65 +++++++++++++++++-- css/style.css | 72 +++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 35 +++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 1 - .../base/06-ui-patterns/_drupal-patterns.sass | 6 +- 5 files changed, 152 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7238: add min width to the date range fields. css/style.css | 3 +++ sass/partials/design/_search-filters.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7252: style filter tray on program finder. css/conditionals/exec-ed/ee-program-finder.css | 61 ++++++++++++++++++++++++ css/style.css | 28 +++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 48 +++++++++++++++++++ sass/partials/design/_search-filters.sass | 9 +++- 4 files changed, 136 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7238: add min width to the date range fields. css/style.css | 3 +++ sass/partials/design/_search-filters.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Plunkett, 7 weeks ago author: Meghan Plunkett, 7 weeks ago WP-7252: style filter tray on program finder. css/conditionals/exec-ed/ee-program-finder.css | 61 ++++++++++++++++++++++++ css/style.css | 28 +++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 48 +++++++++++++++++++ sass/partials/design/_search-filters.sass | 9 +++- 4 files changed, 136 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7255 fix for mini finder responsive portrait mode js/custom.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago WP-7255 fix for mini finder responsive portrait mode js/custom.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Greg Mercer (GBear), 7 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7333: fix positioning of slideshows in full view. css/style.css | 32 ++++++++++++++++++++------------ sass/partials/design/_slideshow.sass | 32 +++++++++++++++++++------------- 2 files changed, 39 insertions(+), 25 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7333: fix positioning of slideshows in full view. css/style.css | 32 ++++++++++++++++++++------------ sass/partials/design/_slideshow.sass | 32 +++++++++++++++++++------------- 2 files changed, 39 insertions(+), 25 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7331: changes to faculty directors on program overview and ppp. css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++++++++++++--- css/conditionals/exec-ed/ee-overview-detail.css | 22 +++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 15 +++++++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 20 ++++++++++++++++++-- 4 files changed, 64 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7292: implement feathering for closed show more. css/style.css | 19 +++++++++++++++++++ sass/partials/design/_design.sass | 14 ++++++++++++++ 2 files changed, 33 insertions(+) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7322: adjust the home page slideshow widths. css/style.css | 21 ++++++++++++--------- sass/partials/design/_slideshow.sass | 20 +++++++++++--------- 2 files changed, 23 insertions(+), 18 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7310: fix box shadow on slider, remove white border styling. css/conditionals/front.css | 4 ---- css/style.css | 14 +++++--------- sass/conditionals/front.sass | 6 +++--- sass/partials/design/_fpp-cta-image-homepage.sass | 2 +- sass/partials/design/_fpp-social-media.sass | 2 +- sass/partials/design/_slideshow.sass | 10 +++++++--- 6 files changed, 17 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7320: add prefix for object fit. css/style.css | 1 + sass/partials/design/_slideshow.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7320: allow image to expand to height. css/style.css | 6 ++++-- sass/partials/design/_slideshow.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7195: prevent menu jumping, adjust box shadow on hero. css/conditionals/exec-ed/design-exec-ed.css | 2 +- css/style.css | 157 ++++++++++++++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/partials/design/_banner.sass | 1 - sass/partials/design/_design.sass | 32 +++--- sass/partials/design/_menu-exec-ed.sass | 10 +- sass/partials/design/_menu-main.sass | 10 +- sass/partials/design/_search-filters.sass | 54 +++++---- 8 files changed, 141 insertions(+), 127 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7195: prevent menu jumping, adjust box shadow on hero. css/conditionals/exec-ed/design-exec-ed.css | 2 +- css/style.css | 157 ++++++++++++++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/partials/design/_banner.sass | 1 - sass/partials/design/_design.sass | 32 +++--- sass/partials/design/_menu-exec-ed.sass | 10 +- sass/partials/design/_menu-main.sass | 10 +- sass/partials/design/_search-filters.sass | 54 +++++---- 8 files changed, 141 insertions(+), 127 deletions(-) view commit - committer: hgupta, 8 weeks ago author: hgupta, 8 weeks ago WP-7296: Fixed padding around name css/conditionals/exec-ed/ee-overview-detail.css | 1 - sass/conditionals/exec-ed/ee-overview-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Meghan Plunkett, 8 weeks ago author: Meghan Plunkett, 8 weeks ago WP-7312: do not show director titles on overview. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: hgupta, 8 weeks ago author: hgupta, 8 weeks ago WP-7302: Styles for faculty-program category list css/conditionals/exec-ed/design-exec-ed.css | 10 ++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 15 ++++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7249: adjust breakpoint of stacked months. css/conditionals/exec-ed/ee-program-finder.css | 2 +- css/style.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: hgupta, 9 weeks ago WP-7294: hover states of slideshow on heroregion css/style.css | 12 ++++++++++-- sass/partials/design/_slideshow.sass | 8 +++++++- 2 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7287 Added open show-more-open class js/show-more-less.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7294: hover states of slideshow on heroregion css/style.css | 12 ++++++++++-- sass/partials/design/_slideshow.sass | 8 +++++++- 2 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago WP-7287 Added open show-more-open class js/show-more-less.js | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7304: theme new positions on faculty director ppp. css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: hgupta, 9 weeks ago WP-7257: aligning checkbox and label on download brochure css/conditionals/exec-ed/design-exec-ed.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: hgupta, 9 weeks ago WP-7257: country drop down on download brochure css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7249: responsive implementation for date picker in mini finder. css/conditionals/exec-ed/ee-program-finder.css | 25 ++++++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7304: theme new positions on faculty director ppp. css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7257: aligning checkbox and label on download brochure css/conditionals/exec-ed/design-exec-ed.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago This reverts commit c567d85ac00616ca1f79c7a917849e64876a60e9. Revert "WP-7094: style the 2 new ee faculty fields." .../faculty-research/faculty-detail.css | 46 ++++++---------------- .../faculty-research/faculty-detail.sass | 35 +++------------- 2 files changed, 17 insertions(+), 64 deletions(-) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7257: country drop down on download brochure css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 12 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7249: responsive implementation for date picker in mini finder. css/conditionals/exec-ed/ee-program-finder.css | 25 ++++++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7305: add dividing lines to fields. css/conditionals/exec-ed/design-exec-ed.css | 9 ++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7305: add dividing lines to fields. css/conditionals/exec-ed/design-exec-ed.css | 9 ++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7296: styles for faculty block on panelized page css/conditionals/exec-ed/design-exec-ed.css | 22 +++++++++++++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 20 +++++++++++++++++++- 2 files changed, 38 insertions(+), 4 deletions(-) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7296: unlinked faculty director name css/conditionals/exec-ed/ee-overview-detail.css | 7 +------ sass/conditionals/exec-ed/ee-overview-detail.sass | 5 +---- 2 files changed, 2 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7232: change breakpoint to 600px. css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------ css/style.css | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ sass/partials/base/05-layouts/_layouts.sass | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7232: change breakpoint to 600px. css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------ css/style.css | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ sass/partials/base/05-layouts/_layouts.sass | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7094: style the 2 new ee faculty fields. .../faculty-research/faculty-detail.css | 46 ++++++++++++++++------ .../faculty-research/faculty-detail.sass | 35 +++++++++++++--- 2 files changed, 64 insertions(+), 17 deletions(-) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-6581: fixing width for image ctas css/style.css | 1 - sass/partials/design/_cta-image.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7244: changes to program finder header responsive. css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7244: responsive changes for program finder. css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++ 2 files changed, 19 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7244: changes to program finder header responsive. css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 2 files changed, 15 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7244: responsive changes for program finder. css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++ 2 files changed, 19 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7233: center the compare button at 600px and lower. css/conditionals/exec-ed/ee-program-finder.css | 24 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7293: update responsive spacing on program finder. css/conditionals/exec-ed/ee-program-finder.css | 6 +++--- css/style.css | 6 ------ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- sass/partials/base/05-layouts/_layouts.sass | 8 -------- 4 files changed, 5 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7293: fix phone number on compare. css/conditionals/exec-ed/design-exec-ed.css | 5 +++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 11 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7211: update responsive spacing on program finder. css/conditionals/exec-ed/ee-program-finder.css | 6 +++--- css/style.css | 6 ------ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- sass/partials/base/05-layouts/_layouts.sass | 8 -------- 4 files changed, 5 insertions(+), 19 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7293: update responsive spacing on program finder. css/conditionals/exec-ed/ee-program-finder.css | 6 +++--- css/style.css | 6 ------ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- sass/partials/base/05-layouts/_layouts.sass | 8 -------- 4 files changed, 5 insertions(+), 19 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7293: fix phone number on compare. css/conditionals/exec-ed/design-exec-ed.css | 5 +++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 11 insertions(+) view commit - committer: hgupta, 9 weeks ago author: hgupta, 9 weeks ago WP-7294: hover state on slideshow css/style.css | 14 ++++++++++++-- sass/partials/design/_slideshow.sass | 11 ++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7210: position the compare button. css/conditionals/exec-ed/ee-program-finder.css | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7232: responsive changes for gsb full bleed homepage. css/conditionals/exec-ed/design-exec-ed.css | 16 + css/conditionals/exec-ed/ee-program-finder.css | 29 +- css/style.css | 758 ++++++++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 13 +- sass/conditionals/exec-ed/ee-program-finder.sass | 22 +- sass/partials/base/05-layouts/_layouts.sass | 24 +- .../base/06-ui-patterns/_drupal-patterns.sass | 69 +- sass/partials/design/_cta-image.sass | 331 +++++++-- sass/partials/design/_house-ads.sass | 1 - sass/partials/design/_menu-sidebar.sass | 76 --- sass/partials/design/_video.sass | 21 - 11 files changed, 951 insertions(+), 409 deletions(-) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7210: position the compare button. css/conditionals/exec-ed/ee-program-finder.css | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 9 weeks ago author: Meghan Plunkett, 9 weeks ago WP-7232: responsive changes for gsb full bleed homepage. css/conditionals/exec-ed/design-exec-ed.css | 16 + css/conditionals/exec-ed/ee-program-finder.css | 29 +- css/style.css | 758 ++++++++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 13 +- sass/conditionals/exec-ed/ee-program-finder.sass | 22 +- sass/partials/base/05-layouts/_layouts.sass | 24 +- .../base/06-ui-patterns/_drupal-patterns.sass | 69 +- sass/partials/design/_cta-image.sass | 331 +++++++-- sass/partials/design/_house-ads.sass | 1 - sass/partials/design/_menu-sidebar.sass | 76 --- sass/partials/design/_video.sass | 21 - 11 files changed, 951 insertions(+), 409 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7126: update table styles, and style stacked. css/conditionals/exec-ed/design-exec-ed.css | 298 +++++++++++---------- css/style.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 115 +++++--- .../base/06-ui-patterns/_drupal-patterns.sass | 1 + 4 files changed, 234 insertions(+), 181 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7126: update table styles, and style stacked. css/conditionals/exec-ed/design-exec-ed.css | 298 +++++++++++---------- css/style.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 114 +++++--- .../base/06-ui-patterns/_drupal-patterns.sass | 1 + 4 files changed, 234 insertions(+), 180 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 2 months ago WP-7201: transform css for safari and other browsers css/conditionals/exec-ed/ee-program-finder.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 2 months ago WP-7201: Added code flexbox for safari css/conditionals/exec-ed/ee-program-finder.css | 24 ++++++++++++------------ sass/conditionals/exec-ed/ee-program-finder.sass | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 2 months ago WP-7219: increased width for search field css/style.css | 6 +++--- sass/partials/design/_design.sass | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7194: styles for program date text css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++ 2 files changed, 16 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7181: Theme tweaks on program compare page sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 1 file changed, 1 insertion(+) view commit - committer: hgupta, 2 months ago author: hgupta, 2 months ago WP-7201: transform css for safari and other browsers css/conditionals/exec-ed/ee-program-finder.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: hgupta, 2 months ago author: hgupta, 2 months ago WP-7201: Added code flexbox for safari css/conditionals/exec-ed/ee-program-finder.css | 24 ++++++++++++------------ sass/conditionals/exec-ed/ee-program-finder.sass | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer (GBear), 2 months ago Reversing this change for WP-7251: remove padding and clear floated children. css/style.css | 3 +-- sass/partials/base/05-layouts/_layouts.sass | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7276: position arrows when slideshow is placed in wide. css/style.css | 5 +---- sass/partials/design/_slideshow.sass | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7272: do not show breadcrumbs on ppp. css/conditionals/exec-ed/design-exec-ed.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7270: fix the home page slideshow responsive. css/style.css | 8 +------- sass/partials/design/_slideshow.sass | 5 +---- 2 files changed, 2 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7272: do not show breadcrumbs on ppp. css/conditionals/exec-ed/design-exec-ed.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7261 : adjust responsive handling of hero slideshow. css/style.css | 30 +++++++++++++++++++++++------- sass/partials/design/_slideshow.sass | 22 ++++++++++++++-------- 2 files changed, 37 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: hgupta, 3 months ago WP-7208: Program CT Overview page : Taxonomy (bottom of page) css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: hgupta, 3 months ago WP-7181: Theme tweaks on program compare page sass/conditionals/exec-ed/design-exec-ed.sass | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7246: change image background size. css/conditionals/exec-ed/ee-program-finder.css | 6 +----- sass/conditionals/exec-ed/ee-program-finder.sass | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7265: update the webform styling globally. css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++-------------- 2 files changed, 31 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7265: update webforms styling. css/conditionals/exec-ed/design-exec-ed.css | 17 +++------- css/style.css | 39 +++++++++++++--------- sass/conditionals/exec-ed/design-exec-ed.sass | 14 -------- .../partials/base/04-defaults/forms/_webforms.sass | 27 +++++++-------- 4 files changed, 42 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7260: update slide text on hero with white background. css/style.css | 18 ++++++++++++++++++ sass/partials/design/_slideshow.sass | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7254: update arrow positioning. css/style.css | 29 +++++++++++++---------------- sass/partials/design/_slideshow.sass | 22 +++++++++++++--------- 2 files changed, 26 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 2 months ago WP-7217: faculty cta css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 2 months ago WP-7216: max-width: intial not supported in IE css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++---- css/style.css | 4 ++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++---- sass/partials/base/05-layouts/_layouts.sass | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7245: remove margin-left from header menu. css/conditionals/exec-ed/design-exec-ed.css | 10 +++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7251: remove padding and clear floated children. css/style.css | 3 ++- sass/partials/base/05-layouts/_layouts.sass | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7247: add padding on left to breadcrumbs. css/style.css | 13 ++++++++++++- sass/partials/base/05-layouts/_layouts.sass | 7 +++++++ 2 files changed, 19 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7246: update image and responsive implementation. css/conditionals/exec-ed/ee-program-finder.css | 18 ++++++++++++++++-- images/bg-full-time-programs-2016-05-20-2.jpg | Bin 0 -> 828007 bytes sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7227: add a max width to the faculty name. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7230: change styling for other fac director. css/conditionals/exec-ed/design-exec-ed.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7176: adding chevron on linked quote and hoverstate change css/style.css | 26 +++++++++++++++++++++++++- sass/partials/design/_fpp-quote.sass | 15 ++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7221: theme slideshow in hero region. css/style.css | 148 ++++++++++++++++++++++++++++---- sass/partials/design/_slideshow.sass | 162 ++++++++++++++++++++++++++++------- 2 files changed, 259 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7176: Theme fpp quotes css/style.css | 38 ++++++++++++++++++------------------ sass/partials/design/_fpp-quote.sass | 7 +++---- 2 files changed, 22 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7176: theme for fpp quotes css/style.css | 72 +++++++++++++++++++++++++++++++++++- sass/partials/design/_fpp-quote.sass | 57 ++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7208: reducing width for footer in overview page css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7203: add z-index to arrows. css/style.css | 1 + sass/partials/design/_slideshow.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7203: adjust for when slide text is not linked. css/style.css | 4 ++++ sass/partials/design/_slideshow.sass | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7204: mini app finder responsive implementation. css/conditionals/exec-ed/ee-program-finder.css | 102 +++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 76 +++++++++++------ 2 files changed, 128 insertions(+), 50 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7204: responsive mini program finder styling. css/conditionals/exec-ed/ee-program-finder.css | 355 +++++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 221 ++++++++++---- 2 files changed, 356 insertions(+), 220 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust mini program finder styling. css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++++-------- sass/conditionals/exec-ed/ee-program-finder.sass | 57 ++++++++++++++---------- 2 files changed, 57 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7104: Fixing webform styles on brochure form css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 19 ++++++++++++------- 2 files changed, 21 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7203: implement color picker styles. css/conditionals/exec-ed/ee-program-finder.css | 2 +- css/style.css | 121 ++++++++++++-------- sass/partials/base/00-variables/_colors.sass | 4 +- sass/partials/design/_fpp-cta-image-homepage.sass | 6 +- sass/partials/design/_slideshow.sass | 131 +++++++++++++--------- 5 files changed, 158 insertions(+), 106 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7196: Text too close to chevron in CTA with email icon css/style.css | 4 ++-- sass/partials/design/_cta.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7208: Program CT Overview page : Taxonomy (bottom of page) css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++ 2 files changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust the app finder. css/conditionals/exec-ed/design-exec-ed.css | 14 ++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++---------- 2 files changed, 4 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7141: adjust program finder responsive behavior. css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++------- css/style.css | 14 ++------------ sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ sass/partials/base/05-layouts/_layouts.sass | 6 +----- 4 files changed, 17 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7190: adjust width of sort filter for firefox. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7142: responsive implementation for full time degree programs block. css/conditionals/exec-ed/ee-program-finder.css | 70 ++++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 69 +++++++++++++++-------- 2 files changed, 100 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7141: adjust the compared items in pane responsive. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7124: application finder and find more info responsive. css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 66 ++++++++++-- 2 files changed, 172 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7128: fix the ee mega menu and title. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ css/style.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ sass/partials/design/_design.sass | 7 ++++--- sass/partials/design/_menu-exec-ed.sass | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7145: adjust position of the sort filter. css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-6986: GSB logo getting cut off in execed and seed in firefox css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7137: Fixing masthead drop-shadow css/style.css | 1 + sass/partials/design/_design.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7137: masthead drop-shadow on hero region css/style.css | 3 +-- sass/partials/design/_design.sass | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7140: show title on ppp pages. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7186: EE + Seed Masthead Title Hoverstates css/conditionals/exec-ed/design-exec-ed.css | 7 ++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7183: bottom align on apply button with download button css/conditionals/exec-ed/design-exec-ed.css | 5 +---- sass/conditionals/exec-ed/design-exec-ed.sass | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7181: Theme tweaks on program compare page css/conditionals/exec-ed/design-exec-ed.css | 33 +++++++++++++++++++-------- sass/conditionals/exec-ed/design-exec-ed.sass | 19 +++++++++++---- 2 files changed, 38 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7155: adjustments to full bleed page for left nav and no left nav. css/style.css | 19 +++++++++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7145: add new program finder layout. css/conditionals/exec-ed/ee-program-finder.css | 51 +++++++---------- css/style.css | 62 +++++++++++++++++++++ layouts/gsb-program-finder/gsb-program-finder.inc | 14 +++++ layouts/gsb-program-finder/gsb-program-finder.png | Bin 0 -> 979 bytes .../gsb-program-finder/gsb-program-finder.tpl.php | 53 ++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 26 ++++----- sass/partials/base/05-layouts/_layouts.sass | 51 ++++++++++++++++- 7 files changed, 210 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7168: leadership filter width css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 13 ++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7137: Masthead drop shadowon hero region css/style.css | 24 ++++++++++++++++++------ sass/partials/design/_design.sass | 20 +++++++++++++++++--- 2 files changed, 35 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7166: Date select styling adjustments css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7178: apply padding change only to ee menu, restore seed styling. css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7144: create layout with no right sidebar. css/style.css | 76 +++++++++++++++++++++ layouts/gsb-no-sidebar/gsb-no-sidebar.inc | 14 ++++ layouts/gsb-no-sidebar/gsb-no-sidebar.png | Bin 0 -> 3631 bytes layouts/gsb-no-sidebar/gsb-no-sidebar.tpl.php | 47 +++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 52 ++++++++++++++ .../base/06-ui-patterns/_drupal-patterns.sass | 3 + sass/partials/design/_video.sass | 3 + 7 files changed, 195 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7102: change cursor on stay informed on Seed and EE footer css/style.css | 3 ++- sass/partials/design/_footer.sass | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7173: theme tweaks on Program compare page css/conditionals/exec-ed/design-exec-ed.css | 11 +++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 17 +++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7173: theme tweaks on program compare page css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 13 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: hgupta, 3 months ago WP-7136: Program CT : Interior pages Masthead tweak css/conditionals/exec-ed/design-exec-ed.css | 69 +++++++++++++++++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++- 2 files changed, 74 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 3 months ago WP-7140: show page title on ppp. css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 2 months ago author: Greg Mercer, 3 months ago WP-7177 Adding leadership-level as another set of filter checkboxes. js/custom.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7246: change image background size. css/conditionals/exec-ed/ee-program-finder.css | 6 +----- sass/conditionals/exec-ed/ee-program-finder.sass | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7246: change image background size. css/conditionals/exec-ed/ee-program-finder.css | 6 +----- sass/conditionals/exec-ed/ee-program-finder.sass | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7265: update the webform styling globally. css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++-------------- 2 files changed, 31 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7265: update webforms styling. css/conditionals/exec-ed/design-exec-ed.css | 17 +++------- css/style.css | 39 +++++++++++++--------- sass/conditionals/exec-ed/design-exec-ed.sass | 14 -------- .../partials/base/04-defaults/forms/_webforms.sass | 27 +++++++-------- 4 files changed, 42 insertions(+), 55 deletions(-) view commit - committer: hgupta, 2 months ago author: hgupta, 2 months ago WP-7219: increased width for search field css/style.css | 6 +++--- sass/partials/design/_design.sass | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 months ago author: Meghan Plunkett, 2 months ago WP-7260: update slide text on hero with white background. css/style.css | 18 ++++++++++++++++++ sass/partials/design/_slideshow.sass | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7260: update slide text on hero with white background. css/style.css | 20 +++++++++++++++++++- sass/partials/design/_slideshow.sass | 16 ++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 2 months ago author: Meghan Plunkett, 2 months ago WP-7254: update arrow positioning. css/style.css | 29 +++++++++++++---------------- sass/partials/design/_slideshow.sass | 22 +++++++++++++--------- 2 files changed, 26 insertions(+), 25 deletions(-) view commit - committer: hgupta, 2 months ago author: hgupta, 2 months ago WP-7217: faculty cta css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 2 months ago author: hgupta, 2 months ago WP-7216: max-width: intial not supported in IE css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++---- css/style.css | 4 ++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++---- sass/partials/base/05-layouts/_layouts.sass | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7245: remove margin-left from header menu. css/conditionals/exec-ed/design-exec-ed.css | 10 +++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7245: remove margin-left from header menu. css/conditionals/exec-ed/design-exec-ed.css | 10 +++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7251: remove padding and clear floated children. css/style.css | 3 ++- sass/partials/base/05-layouts/_layouts.sass | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7251: remove padding and clear floated children. css/style.css | 5 +++-- sass/partials/base/05-layouts/_layouts.sass | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7247: add padding on left to breadcrumbs. css/style.css | 13 ++++++++++++- sass/partials/base/05-layouts/_layouts.sass | 7 +++++++ 2 files changed, 19 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7247: add padding on left to breadcrumbs. css/style.css | 13 ++++++++++++- sass/partials/base/05-layouts/_layouts.sass | 7 +++++++ 2 files changed, 19 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7246: update image and responsive implementation. css/conditionals/exec-ed/ee-program-finder.css | 18 ++++++++++++++++-- images/bg-full-time-programs-2016-05-20-2.jpg | Bin 0 -> 828007 bytes sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7227: add a max width to the faculty name. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7230: change styling for other fac director. css/conditionals/exec-ed/design-exec-ed.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7176: adding chevron on linked quote and hoverstate change css/style.css | 26 +++++++++++++++++++++++++- sass/partials/design/_fpp-quote.sass | 15 ++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7246: update image and responsive implementation. css/conditionals/exec-ed/ee-program-finder.css | 18 ++++++++++++++++-- images/bg-full-time-programs-2016-05-20-2.jpg | Bin 0 -> 828007 bytes sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7227: add a max width to the faculty name. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7230: change styling for other fac director. css/conditionals/exec-ed/design-exec-ed.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7176: adding chevron on linked quote and hoverstate change css/style.css | 26 +++++++++++++++++++++++++- sass/partials/design/_fpp-quote.sass | 15 ++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7221: theme slideshow in hero region. css/style.css | 148 ++++++++++++++++++++++++++++---- sass/partials/design/_slideshow.sass | 162 ++++++++++++++++++++++++++++------- 2 files changed, 259 insertions(+), 51 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7221: theme slideshow in hero region. css/style.css | 149 ++++++++++++++++++++++++++++---- sass/partials/design/_slideshow.sass | 163 ++++++++++++++++++++++++++++------- 2 files changed, 261 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7176: Theme fpp quotes css/style.css | 38 ++++++++++++++++++------------------ sass/partials/design/_fpp-quote.sass | 7 +++---- 2 files changed, 22 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7176: theme for fpp quotes css/style.css | 72 +++++++++++++++++++++++++++++++++++- sass/partials/design/_fpp-quote.sass | 57 ++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7176: Theme fpp quotes css/style.css | 38 ++++++++++++++++++------------------ sass/partials/design/_fpp-quote.sass | 7 +++---- 2 files changed, 22 insertions(+), 23 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7208: reducing width for footer in overview page css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7176: theme for fpp quotes css/style.css | 72 +++++++++++++++++++++++++++++++++++- sass/partials/design/_fpp-quote.sass | 57 ++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7203: add z-index to arrows. css/style.css | 1 + sass/partials/design/_slideshow.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7203: adjust for when slide text is not linked. css/style.css | 4 ++++ sass/partials/design/_slideshow.sass | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7204: mini app finder responsive implementation. css/conditionals/exec-ed/ee-program-finder.css | 102 +++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 76 +++++++++++------ 2 files changed, 128 insertions(+), 50 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7204: responsive mini program finder styling. css/conditionals/exec-ed/ee-program-finder.css | 355 +++++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 221 ++++++++++---- 2 files changed, 356 insertions(+), 220 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust mini program finder styling. css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++++-------- sass/conditionals/exec-ed/ee-program-finder.sass | 57 ++++++++++++++---------- 2 files changed, 57 insertions(+), 42 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7203: adjust for when slide text is not linked. css/style.css | 4 ++++ sass/partials/design/_slideshow.sass | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7204: mini app finder responsive implementation. css/conditionals/exec-ed/ee-program-finder.css | 102 +++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 76 +++++++++++------ 2 files changed, 128 insertions(+), 50 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7104: Fixing webform styles on brochure form css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 19 ++++++++++++------- 2 files changed, 21 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7204: responsive mini program finder styling. css/conditionals/exec-ed/ee-program-finder.css | 355 +++++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 221 ++++++++++---- 2 files changed, 356 insertions(+), 220 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust mini program finder styling. css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++++-------- sass/conditionals/exec-ed/ee-program-finder.sass | 57 ++++++++++++++---------- 2 files changed, 57 insertions(+), 42 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7203: implement color picker styles. css/conditionals/exec-ed/ee-program-finder.css | 2 +- css/style.css | 121 ++++++++++++-------- sass/partials/base/00-variables/_colors.sass | 4 +- sass/partials/design/_fpp-cta-image-homepage.sass | 6 +- sass/partials/design/_slideshow.sass | 131 +++++++++++++--------- 5 files changed, 158 insertions(+), 106 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7196: Text too close to chevron in CTA with email icon css/style.css | 4 ++-- sass/partials/design/_cta.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7194: styles for program date text css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++ 2 files changed, 16 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7196: Text too close to chevron in CTA with email icon css/style.css | 4 ++-- sass/partials/design/_cta.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7208: Program CT Overview page : Taxonomy (bottom of page) css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust the app finder. css/conditionals/exec-ed/design-exec-ed.css | 14 ++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++---------- 2 files changed, 4 insertions(+), 22 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: adjust the app finder. css/conditionals/exec-ed/design-exec-ed.css | 14 ++------------ sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++---------- 2 files changed, 4 insertions(+), 22 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7141: adjust program finder responsive behavior. css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++------- css/style.css | 14 ++------------ sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ sass/partials/base/05-layouts/_layouts.sass | 6 +----- 4 files changed, 17 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Adam Moore, 3 months ago Conflicts:js/custom.js WP-7205: Change variable and use a .length. js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 3 months ago author: Adam Moore, 3 months ago WP-7205: Change variable and use a .length. js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 3 months ago author: Adam Moore, 3 months ago WP-7205: Fix typo. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 3 months ago author: Adam Moore, 3 months ago WP-7205: Fix javascript errors on pages without isotopify filters. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7190: adjust width of sort filter for firefox. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7190: adjust width of sort filter for firefox. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7142: responsive implementation for full time degree programs block. css/conditionals/exec-ed/ee-program-finder.css | 70 ++++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 69 +++++++++++++++-------- 2 files changed, 100 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7141: adjust the compared items in pane responsive. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: application finder and find more info responsive. css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 66 ++++++++++-- 2 files changed, 172 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7141: adjust the compared items in pane responsive. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7124: application finder and find more info responsive. css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 66 ++++++++++-- 2 files changed, 172 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7128: fix the ee mega menu and title. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ css/style.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ sass/partials/design/_design.sass | 7 ++++--- sass/partials/design/_menu-exec-ed.sass | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7145: adjust position of the sort filter. css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-6986: GSB logo getting cut off in execed and seed in firefox css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7137: Fixing masthead drop-shadow css/style.css | 1 + sass/partials/design/_design.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7137: masthead drop-shadow on hero region css/style.css | 3 +-- sass/partials/design/_design.sass | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7128: fix the ee mega menu and title. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++ css/style.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ sass/partials/design/_design.sass | 7 ++++--- sass/partials/design/_menu-exec-ed.sass | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7145: adjust position of the sort filter. css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-6986: GSB logo getting cut off in execed and seed in firefox css/style.css | 4 ++-- sass/partials/design/_design.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7137: Fixing masthead drop-shadow css/style.css | 1 + sass/partials/design/_design.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7140: show title on ppp pages. css/conditionals/exec-ed/design-exec-ed.css | 6 ++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 18 +++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7186: EE + Seed Masthead Title Hoverstates css/conditionals/exec-ed/design-exec-ed.css | 7 ++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7183: bottom align on apply button with download button css/conditionals/exec-ed/design-exec-ed.css | 5 +---- sass/conditionals/exec-ed/design-exec-ed.sass | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7186: EE + Seed Masthead Title Hoverstates css/conditionals/exec-ed/design-exec-ed.css | 7 ++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7183: bottom align on apply button with download button css/conditionals/exec-ed/design-exec-ed.css | 5 +---- sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++---- 2 files changed, 3 insertions(+), 8 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7137: masthead drop-shadow on hero region css/style.css | 3 +-- sass/partials/design/_design.sass | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7181: Theme tweaks on program compare page css/conditionals/exec-ed/design-exec-ed.css | 33 +++++++++++++++++++-------- sass/conditionals/exec-ed/design-exec-ed.sass | 19 +++++++++++---- 2 files changed, 38 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7155: adjustments to full bleed page for left nav and no left nav. css/style.css | 19 +++++++++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7155: adjustments to full bleed page for left nav and no left nav. css/style.css | 19 +++++++++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 19 ++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7145: add new program finder layout. css/conditionals/exec-ed/ee-program-finder.css | 51 +++++++---------- css/style.css | 62 +++++++++++++++++++++ layouts/gsb-program-finder/gsb-program-finder.inc | 14 +++++ layouts/gsb-program-finder/gsb-program-finder.png | Bin 0 -> 979 bytes .../gsb-program-finder/gsb-program-finder.tpl.php | 53 ++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 26 ++++----- sass/partials/base/05-layouts/_layouts.sass | 51 ++++++++++++++++- 7 files changed, 210 insertions(+), 47 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7178: apply padding change only to ee menu, restore seed styling. css/style.css | 11 +++-------- sass/partials/design/_menu-exec-ed.sass | 9 ++++----- 2 files changed, 7 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7168: leadership filter width css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 13 ++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7137: Masthead drop shadowon hero region css/style.css | 24 ++++++++++++++++++------ sass/partials/design/_design.sass | 20 +++++++++++++++++--- 2 files changed, 35 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7166: Date select styling adjustments css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7168: leadership filter width css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 13 ++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7137: Masthead drop shadowon hero region css/style.css | 24 ++++++++++++++++++------ sass/partials/design/_design.sass | 21 ++++++++++++++++++--- 2 files changed, 36 insertions(+), 9 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7166: Date select styling adjustments css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7178: apply padding change only to ee menu, restore seed styling. css/style.css | 13 ++++--------- sass/partials/design/_menu-exec-ed.sass | 9 ++++----- 2 files changed, 8 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7082: apply padding change only to ee menu, restore seed styling. css/style.css | 13 ++++--------- sass/partials/design/_menu-exec-ed.sass | 9 ++++----- 2 files changed, 8 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7144: create layout with no right sidebar. css/style.css | 76 +++++++++++++++++++++ layouts/gsb-no-sidebar/gsb-no-sidebar.inc | 14 ++++ layouts/gsb-no-sidebar/gsb-no-sidebar.png | Bin 0 -> 3631 bytes layouts/gsb-no-sidebar/gsb-no-sidebar.tpl.php | 47 +++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 52 ++++++++++++++ .../base/06-ui-patterns/_drupal-patterns.sass | 3 + sass/partials/design/_video.sass | 3 + 7 files changed, 195 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7144: create layout with no right sidebar. css/style.css | 76 +++++++++++++++++++++ layouts/gsb-no-sidebar/gsb-no-sidebar.inc | 14 ++++ layouts/gsb-no-sidebar/gsb-no-sidebar.png | Bin 0 -> 3631 bytes layouts/gsb-no-sidebar/gsb-no-sidebar.tpl.php | 47 +++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 52 ++++++++++++++ .../base/06-ui-patterns/_drupal-patterns.sass | 3 + sass/partials/design/_video.sass | 3 + 7 files changed, 195 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7102: change cursor on stay informed on Seed and EE footer css/style.css | 3 ++- sass/partials/design/_footer.sass | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7173: theme tweaks on Program compare page css/conditionals/exec-ed/design-exec-ed.css | 11 +++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 17 +++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7173: theme tweaks on program compare page css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 13 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7136: Program CT : Interior pages Masthead tweak css/conditionals/exec-ed/design-exec-ed.css | 69 +++++++++++++++++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++- 2 files changed, 74 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7140: show page title on ppp. css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7177 Adding leadership-level as another set of filter checkboxes. js/custom.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7173: theme tweaks on Program compare page css/conditionals/exec-ed/design-exec-ed.css | 11 +++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 17 +++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7173: theme tweaks on program compare page css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 13 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7136: Program CT : Interior pages Masthead tweak css/conditionals/exec-ed/design-exec-ed.css | 69 +++++++++++++++++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++- 2 files changed, 74 insertions(+), 16 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7173: Theme tweaks on Program compare page css/conditionals/exec-ed/design-exec-ed.css | 56 ++++++++++++++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++- 2 files changed, 46 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7165: restore styling for gsb programs landing. css/conditionals/exec-ed/ee-program-finder.css | 45 +++++++----------------- sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++-- 2 files changed, 15 insertions(+), 36 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7162: Style for submit button in mini prog finder css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed. js/custom.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed. js/custom.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7032: Adding key benefits and overview fields css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 11 ++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7131: fixing width of drop down css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7032: Adding key benefits and overview fields css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 11 ++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7131: fixing width of drop down css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7004-2:Theme Checklist of Programs on initial page css/conditionals/exec-ed/design-exec-ed.css | 12 ++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 8 ++++++-- 2 files changed, 12 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: fix the ctas on overview page. css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++ 2 files changed, 12 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding call to change selects to multiple checkboxes. js/custom.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding call to change selects to multiple checkboxes. js/custom.js | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7070: remove the white gradient. css/style.css | 14 -------------- sass/partials/design/_design.sass | 11 ----------- 2 files changed, 25 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7088: remove the creen circle styling. css/conditionals/exec-ed/ee-program-finder.css | 29 ------------------------ sass/conditionals/exec-ed/ee-program-finder.sass | 17 -------------- 2 files changed, 46 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7072: adjust responsive implementation of sticky tray. css/conditionals/exec-ed/ee-program-finder.css | 25 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 17 +++++++++++++--- 2 files changed, 38 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7131: Fixing date for multiple instances css/conditionals/exec-ed/design-exec-ed.css | 80 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 48 ++++++++++++++++ 2 files changed, 128 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: adjustments after demo for overview. css/conditionals/exec-ed/design-exec-ed.css | 23 +++++-------- css/conditionals/exec-ed/ee-overview-detail.css | 40 +++++++++++++---------- sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++------- sass/conditionals/exec-ed/ee-overview-detail.sass | 32 +++++++++--------- 4 files changed, 56 insertions(+), 60 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7032: theme program compare page css/conditionals/exec-ed/design-exec-ed.css | 46 +++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 45 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7070: remove the white gradient. css/style.css | 14 -------------- sass/partials/design/_design.sass | 11 ----------- 2 files changed, 25 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7088: remove the creen circle styling. css/conditionals/exec-ed/ee-program-finder.css | 29 ------------------------ sass/conditionals/exec-ed/ee-program-finder.sass | 17 -------------- 2 files changed, 46 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7072: adjust responsive implementation of sticky tray. css/conditionals/exec-ed/ee-program-finder.css | 25 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 17 +++++++++++++--- 2 files changed, 38 insertions(+), 4 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7131: Fixing date for multiple instances css/conditionals/exec-ed/design-exec-ed.css | 80 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 48 ++++++++++++++++ 2 files changed, 128 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: adjustments after demo for overview. css/conditionals/exec-ed/design-exec-ed.css | 23 +++++-------- css/conditionals/exec-ed/ee-overview-detail.css | 40 +++++++++++++---------- sass/conditionals/exec-ed/design-exec-ed.sass | 33 +++++++++---------- sass/conditionals/exec-ed/ee-overview-detail.sass | 32 +++++++++--------- 4 files changed, 62 insertions(+), 66 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7032: theme program compare page css/conditionals/exec-ed/design-exec-ed.css | 46 +++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 45 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Removing unneeded lines from previous commit js/custom.js | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Removing unneeded lines from previous commit js/custom.js | 2 -- 1 file changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding filtering support for daterange when the tray is in use. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding datepicker to the programs page js/custom.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding filtering support for daterange when the tray is in use. js/custom.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7074: change the class name for other fac director. css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++++++---------- 2 files changed, 18 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7074: change the class name for other fac director. css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++++++---------- 2 files changed, 18 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Trying out a native type date field to see how that works on mobile. js/custom.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Trying out a native type date field to see how that works on mobile. js/custom.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding datepicker to the programs page js/custom.js | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding datepicker to the programs page js/custom.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7032: theme program compare page css/conditionals/exec-ed/design-exec-ed.css | 174 +++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 154 +++++++++++++++++++++++ 2 files changed, 326 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7133 Adding new behavior to create the responsive side tray for Program Finder js/custom.js | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7143: fixed the career-level filter width css/conditionals/exec-ed/ee-program-finder.css | 32 ++++++++++++------------ sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++------ 2 files changed, 23 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7131: date select fix css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 9 +++++++++ 2 files changed, 16 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7078: remove top padding. css/conditionals/exec-ed/ee-program-finder.css | 4 ++++ sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7005: fix full bleed page widths. css/style.css | 8 ++++---- sass/partials/base/05-layouts/_layouts.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7070: adjust link position on show more overlay. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7070: show more overlay. css/conditionals/event/admission-event-detail.css | 6 +++--- css/conditionals/event/event-detail.css | 6 +++--- css/style.css | 20 ++++++++++++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- sass/partials/design/_design.sass | 18 +++++++++++++++++- 5 files changed, 44 insertions(+), 8 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7143: fixed the career-level filter width css/conditionals/exec-ed/ee-program-finder.css | 32 ++++++++++++------------ sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++------ 2 files changed, 23 insertions(+), 23 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7131: date select fix css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 9 +++++++++ 2 files changed, 16 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7078: remove top padding. css/conditionals/exec-ed/ee-program-finder.css | 4 ++++ sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7140: show page title on ppp. css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7072: adjust compared items. css/conditionals/exec-ed/ee-program-finder.css | 6 ++++-- sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7005: fix full bleed page widths. css/style.css | 8 ++++---- sass/partials/base/05-layouts/_layouts.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7070: adjust link position on show more overlay. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7070: show more overlay. css/conditionals/event/admission-event-detail.css | 6 +++--- css/conditionals/event/event-detail.css | 6 +++--- css/style.css | 20 ++++++++++++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- sass/partials/design/_design.sass | 18 +++++++++++++++++- 5 files changed, 44 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7005: adjust full bleed page layout. css/style.css | 6 +++--- sass/partials/base/05-layouts/_layouts.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7005: adjust full bleed page layout. css/style.css | 6 +++--- sass/partials/base/05-layouts/_layouts.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7088: adjust program finder compare. css/conditionals/exec-ed/ee-program-finder.css | 68 ++++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 19 ++++--- 2 files changed, 66 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7072: program finder responsive. css/conditionals/exec-ed/ee-program-finder.css | 163 +++++++++++++++++++++++ css/style.css | 3 - sass/conditionals/exec-ed/ee-program-finder.sass | 69 +++++++++- sass/partials/design/_design.sass | 2 - 4 files changed, 229 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7130: adding space above result title css/conditionals/exec-ed/design-exec-ed.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7130: adding space above result title css/conditionals/exec-ed/design-exec-ed.css | 3 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7004: Theme Checklist of Programs css/conditionals/exec-ed/design-exec-ed.css | 13 ++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 11 ++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7083: switch pane classes to block classes. css/conditionals/exec-ed/design-exec-ed.css | 38 +++++++++++++-------------- sass/conditionals/exec-ed/design-exec-ed.sass | 4 +-- 2 files changed, 21 insertions(+), 21 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7102: change cursor on stay informed on Seed and EE footer css/style.css | 3 ++- sass/partials/design/_footer.sass | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: adjustments to overview. css/conditionals/exec-ed/design-exec-ed.css | 15 ++++++--- css/conditionals/exec-ed/ee-overview-detail.css | 32 ++++++++++++++++-- css/style.css | 40 ++++++++++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 10 +++--- sass/conditionals/exec-ed/ee-overview-detail.sass | 20 +++++++++--- sass/conditionals/front.sass | 1 - sass/partials/design/_design.sass | 15 ++++----- sass/partials/design/_footer.sass | 11 +++++-- sass/partials/design/_pager.sass | 4 ++- 9 files changed, 108 insertions(+), 40 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7074: responsive adjustments for program panelized pages. css/conditionals/exec-ed/design-exec-ed.css | 15 +++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 8 +++++++- 2 files changed, 22 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7078: remove padding on program finder page. css/style.css | 3 +++ sass/partials/design/_design.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7005:Brochure result page css/conditionals/exec-ed/design-exec-ed.css | 40 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 14 ++++++++++ 2 files changed, 54 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7078: remove padding on program finder page. css/style.css | 3 +++ sass/partials/design/_design.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7005:Brochure result page css/conditionals/exec-ed/design-exec-ed.css | 40 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 14 ++++++++++ 2 files changed, 54 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7004: Theme Checklist of Programs on initial page css/conditionals/exec-ed/design-exec-ed.css | 28 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 26 +++++++++++++++++++++++++ 2 files changed, 54 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7004: Theme Checklist of Programs on initial page css/conditionals/exec-ed/design-exec-ed.css | 28 +++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 36 +++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7012-2: Adding height to degree blocks css/conditionals/exec-ed/ee-program-finder.css | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: responsive implementation of overview. css/conditionals/exec-ed/design-exec-ed.css | 47 ++++++++++++-- css/conditionals/exec-ed/ee-overview-detail.css | 76 +++++++++++++++++++++-- css/style.css | 13 ++++ js/custom.js | 6 ++ sass/conditionals/exec-ed/design-exec-ed.sass | 37 ++++++++--- sass/conditionals/exec-ed/ee-overview-detail.sass | 36 +++++++++-- sass/partials/design/_design.sass | 4 ++ sass/partials/design/_footer.sass | 2 + 8 files changed, 202 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: header portion. css/conditionals/exec-ed/design-exec-ed.css | 78 ++++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++++++++++-- 2 files changed, 123 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: responsive implementation for program overview. css/conditionals/exec-ed/design-exec-ed.css | 33 ++++++--- css/conditionals/exec-ed/ee-overview-detail.css | 87 +++++++++++++++++++---- css/style.css | 31 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 28 +++++--- sass/conditionals/exec-ed/ee-overview-detail.sass | 50 ++++++++++--- sass/partials/design/_design.sass | 12 +--- sass/partials/design/_footer.sass | 4 ++ 7 files changed, 176 insertions(+), 69 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: responsive implementation of overview. css/conditionals/exec-ed/design-exec-ed.css | 47 ++++++++++++-- css/conditionals/exec-ed/ee-overview-detail.css | 76 +++++++++++++++++++++-- css/style.css | 13 ++++ js/custom.js | 6 ++ sass/conditionals/exec-ed/design-exec-ed.sass | 37 ++++++++--- sass/conditionals/exec-ed/ee-overview-detail.sass | 36 +++++++++-- sass/partials/design/_design.sass | 4 ++ sass/partials/design/_footer.sass | 2 + 8 files changed, 202 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7075 Added new template specifically for the ee program admission page templates/page--ee-program-admission.tpl.php | 187 +++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago WP-7075 Added new template specifically for the ee program admission page template.php | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: header portion. css/conditionals/exec-ed/design-exec-ed.css | 78 ++++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++++++++++-- 2 files changed, 123 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7044: changing hoverstate for titles css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7044: changing hoverstate for titles css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7073: responsive implementation for program overview. css/conditionals/exec-ed/design-exec-ed.css | 33 ++++++--- css/conditionals/exec-ed/ee-overview-detail.css | 87 +++++++++++++++++++---- css/style.css | 31 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 28 +++++--- sass/conditionals/exec-ed/ee-overview-detail.sass | 50 ++++++++++--- sass/partials/design/_design.sass | 12 +--- sass/partials/design/_footer.sass | 4 ++ 7 files changed, 176 insertions(+), 69 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7043: changing hoverstate for other faculty title css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++++++ 2 files changed, 18 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7043: changing hoverstate for other faculty title css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++++++ 2 files changed, 18 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7041: adjust padding on wrapper not h3. css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7028: adjust spacing on menu links on ee header and footer. css/conditionals/exec-ed/design-exec-ed.css | 24 +++++------------------- sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++------------- 2 files changed, 8 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7085: restore the box-shadow on white and grey buttons. css/conditionals/exec-ed/ee-program-finder.css | 4 +++- css/style.css | 5 ++++- sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7087: adjust the position of exec ed menu. css/style.css | 4 ++-- sass/partials/design/_design.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7041: adjust padding on wrapper not h3. css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7028: adjust spacing on menu links on ee header and footer. css/conditionals/exec-ed/design-exec-ed.css | 24 +++++------------------- sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++------------- 2 files changed, 8 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7085: restore the box-shadow on white and grey buttons. css/conditionals/exec-ed/ee-program-finder.css | 4 +++- css/style.css | 5 ++++- sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7085: recompile css for removing the box-shadow. css/conditionals/exec-ed/ee-program-finder.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7087: adjust the position of exec ed menu. css/style.css | 4 ++-- sass/partials/design/_design.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7012: heading styles css/conditionals/exec-ed/ee-program-finder.css | 17 +++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++++++++- 2 files changed, 20 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7036: add margin bottom. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7041: adjust spacing below specific h3s. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7036: add margin bottom. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7041: adjust spacing below specific h3s. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7086: adjust spacing on full bleed home page layout. css/style.css | 6 +++--- sass/partials/base/05-layouts/_layouts.sass | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: Meghan Plunkett, 3 months ago WP-7085: global changes to buttons. css/conditionals/alumni/alumni-reunion-finder.css | 17 +++++------------ css/conditionals/exec-ed/ee-program-finder.css | 13 +++++-------- css/conditionals/faculty-research/book-detail.css | 10 +++++----- css/conditionals/faculty-research/case-detail.css | 10 +++++----- .../faculty-research/publication-detail.css | 10 +++++----- .../faculty-research/working-paper-detail.css | 10 +++++----- css/conditionals/form-rethink.css | 10 +++++----- css/conditionals/insights/resources/image-resource.css | 10 +++++----- css/conditionals/library/pane-bookmarklet.css | 10 +++++----- css/style.css | 17 +++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 5 +---- sass/partials/base/03-extend/_gsb-revamp.sass | 9 +++------ 12 files changed, 56 insertions(+), 75 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7085: mini program finder tweaks css/conditionals/faculty-research/faculty-detail.css | 2 +- css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7085: Mini program finder tweaks css/conditionals/exec-ed/ee-program-finder.css | 7 +++++-- css/conditionals/faculty-research/book-detail.css | 2 +- css/conditionals/faculty-research/case-detail.css | 2 +- css/conditionals/faculty-research/faculty-detail.css | 2 +- css/conditionals/faculty-research/publication-detail.css | 7 ------- css/conditionals/faculty-research/working-paper-detail.css | 7 ------- css/conditionals/form-rethink.css | 7 ------- css/conditionals/insights/resources/image-resource.css | 7 ------- css/conditionals/library/pane-bookmarklet.css | 7 ------- css/style.css | 4 +--- sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++-- sass/partials/base/03-extend/_gsb-revamp.sass | 1 - 12 files changed, 14 insertions(+), 46 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7086: adjust spacing on full bleed home page layout. css/style.css | 10 +++++----- sass/partials/base/05-layouts/_layouts.sass | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7085: global changes to buttons. css/conditionals/alumni/alumni-reunion-finder.css | 17 +++++------------ css/conditionals/exec-ed/ee-program-finder.css | 17 ++++++----------- css/conditionals/faculty-research/book-detail.css | 10 +++++----- css/conditionals/faculty-research/case-detail.css | 10 +++++----- .../faculty-research/publication-detail.css | 10 +++++----- .../faculty-research/working-paper-detail.css | 10 +++++----- css/conditionals/form-rethink.css | 10 +++++----- css/conditionals/insights/resources/image-resource.css | 10 +++++----- css/conditionals/library/pane-bookmarklet.css | 10 +++++----- css/style.css | 17 +++++++---------- sass/conditionals/exec-ed/ee-program-finder.sass | 5 +---- sass/partials/base/03-extend/_gsb-revamp.sass | 9 +++------ 12 files changed, 57 insertions(+), 78 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7091: Taupe Bars - Global change css/style.css | 5 +---- sass/partials/design/_banner.sass | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7037: added space above show more information css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7089: hover state of program titles css/conditionals/exec-ed/ee-program-finder.css | 5 +++++ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7091: Taupe Bars - Global change css/style.css | 7 ++----- sass/partials/design/_banner.sass | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7076: theme the faculty list css/conditionals/exec-ed/design-exec-ed.css | 108 +++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 77 ++++++++++++++++++ 2 files changed, 183 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7037: added space above show more information css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7085: mini program finder tweaks css/conditionals/faculty-research/faculty-detail.css | 2 +- css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7089: hover state of program titles css/conditionals/exec-ed/ee-program-finder.css | 5 +++++ sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7085: Mini program finder tweaks css/conditionals/exec-ed/ee-program-finder.css | 11 ++++++----- css/conditionals/faculty-research/book-detail.css | 2 +- css/conditionals/faculty-research/case-detail.css | 2 +- css/conditionals/faculty-research/faculty-detail.css | 2 +- css/conditionals/faculty-research/publication-detail.css | 7 ------- css/conditionals/faculty-research/working-paper-detail.css | 7 ------- css/conditionals/form-rethink.css | 7 ------- css/conditionals/insights/resources/image-resource.css | 7 ------- css/conditionals/library/pane-bookmarklet.css | 7 ------- css/style.css | 8 +++----- sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++-- sass/partials/base/03-extend/_gsb-revamp.sass | 1 - 12 files changed, 17 insertions(+), 51 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7076: theme the faculty list css/conditionals/exec-ed/design-exec-ed.css | 108 +++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 90 +++++++++++++++++++++ 2 files changed, 196 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7012:Theme full time degree programs block css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7012:Theme full time degree programs block css/conditionals/exec-ed/ee-program-finder.css | 34 ++++++++++++++++++++++- images/gsb_program-finder_bg_01.jpg | Bin 0 -> 319643 bytes sass/conditionals/exec-ed/ee-program-finder.sass | 26 +++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7059: add hero region to info file. gsb_theme.info | 1 + 1 file changed, 1 insertion(+) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7082:Masthead primary navigation padding css/style.css | 8 ++++---- sass/partials/design/_menu-exec-ed.sass | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7012:Theme full time degree programs block css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7012:Theme full time degree programs block css/conditionals/exec-ed/ee-program-finder.css | 34 ++++++++++++++++++++++- images/gsb_program-finder_bg_01.jpg | Bin 0 -> 319643 bytes sass/conditionals/exec-ed/ee-program-finder.sass | 28 +++++++++++++++++++ 3 files changed, 61 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7059: create hero region in page template. templates/page.tpl.php | 8 ++++++++ 1 file changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7044: changing hoverstate on overview page for title and links css/conditionals/exec-ed/ee-overview-detail.css | 18 ++++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +++++++++++++++ 2 files changed, 33 insertions(+) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7042: overview page CTA's with green text and gray chevron css/conditionals/exec-ed/ee-overview-detail.css | 10 +++++----- sass/conditionals/exec-ed/ee-overview-detail.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7039: reducing contact space chunk css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7038:taxonomy spacing css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7028: Title spacing tweaks css/conditionals/exec-ed/design-exec-ed.css | 6 +++--- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7044: changing hoverstate on overview page for title and links css/conditionals/exec-ed/ee-overview-detail.css | 18 ++++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +++++++++++++++ 2 files changed, 33 insertions(+) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-6994: rebase release branch including fixes. css/conditionals/exec-ed/design-exec-ed.css | 2 +- css/conditionals/exec-ed/ee-program-finder.css | 91 ++++++++++++++++-------- css/style.css | 3 + sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 8 +-- sass/partials/base/05-layouts/_layouts.sass | 4 ++ 6 files changed, 74 insertions(+), 36 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-6994: theme the exec ed application finder. css/conditionals/exec-ed/design-exec-ed.css | 67 +++++- css/conditionals/exec-ed/ee-program-finder.css | 290 ++++++++++++----------- sass/conditionals/exec-ed/design-exec-ed.sass | 68 +++++- sass/conditionals/exec-ed/ee-program-finder.sass | 177 +++++++------- 4 files changed, 369 insertions(+), 233 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 4 months ago WP-6994: start theming the application finder. css/conditionals/exec-ed/design-exec-ed.css | 73 +++++++++++++++++++------- images/bg-ee-app-finder-2016-04-22-1.jpg | Bin 0 -> 386034 bytes sass/conditionals/exec-ed/design-exec-ed.sass | 37 +++++++++++++ 3 files changed, 92 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7049: removing full-bleed header restriction sass/conditionals/exec-ed/design-exec-ed.sass | 77 +++++++++++++-------------- 1 file changed, 38 insertions(+), 39 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7049: removing full-bleed header restriction sass/conditionals/exec-ed/design-exec-ed.sass | 77 +++++++++++++-------------- 1 file changed, 38 insertions(+), 39 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-6999: adjust email button. css/conditionals/exec-ed/design-exec-ed.css | 3 +++ css/style.css | 8 +++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++ sass/partials/design/_design.sass | 8 ++++++-- 4 files changed, 19 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 3 months ago author: hgupta, 3 months ago WP-7053: mini program finder issues css/conditionals/exec-ed/ee-program-finder.css | 8 ++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7042: overview page CTA's with green text and gray chevron css/conditionals/exec-ed/ee-overview-detail.css | 10 +++++----- sass/conditionals/exec-ed/ee-overview-detail.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7053: mini program finder issues css/conditionals/exec-ed/ee-program-finder.css | 8 ++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 3 months ago author: Meghan Plunkett, 3 months ago WP-7021: remove full bleed landing layouts and add new panel region to full bleed page. css/style.css | 115 +-------------------- .../gsb-full-bleed-landing-page-no-left.inc | 19 ---- .../gsb-full-bleed-landing-page-no-left.png | Bin 7849 -> 0 bytes .../gsb-full-bleed-landing-page-no-left.tpl.php | 83 --------------- .../gsb-full-bleed-landing-page-1.png | Bin 8037 -> 0 bytes .../gsb-full-bleed-landing-page.inc | 20 ---- .../gsb-full-bleed-landing-page.tpl.php | 95 ----------------- .../gsb-full-bleed-page/gsb-full-bleed-page.inc | 3 +- .../gsb-full-bleed-page.tpl.php | 6 +- sass/partials/base/05-layouts/_layouts.sass | 111 +------------------- 10 files changed, 9 insertions(+), 443 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7039: reducing contact space chunk css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7038:taxonomy spacing css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7028: Title spacing tweaks css/conditionals/exec-ed/design-exec-ed.css | 6 +++--- sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: hgupta, 3 months ago author: hgupta, 3 months ago WP-7048:Mini finder is pushing the image CTAs to 2 rows css/conditionals/exec-ed/ee-program-finder.css | 2 ++ sass/conditionals/exec-ed/ee-program-finder.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-7040: cta's aligned in center css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-7000: reduce email icon size in insights page css/style.css | 14 +++++++++----- sass/partials/design/_design.sass | 24 +++++++++++++++--------- 2 files changed, 24 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-7009: remove float on legal footer. css/style.css | 2 +- sass/partials/design/_footer.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-7002: mini program finder theming css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-7002: mini program finder theming css/conditionals/exec-ed/ee-program-finder.css | 151 +++++++++++++++++++++-- sass/conditionals/exec-ed/ee-program-finder.sass | 60 +++++++++ 2 files changed, 204 insertions(+), 7 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-7040: cta's aligned in center css/conditionals/exec-ed/design-exec-ed.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-7000: reduce email icon size in insights page css/style.css | 14 +++++++++----- sass/partials/design/_design.sass | 24 +++++++++++++++--------- 2 files changed, 24 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-7009: remove float on legal footer. css/style.css | 2 +- sass/partials/design/_footer.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-7002: mini program finder theming css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-7002: mini program finder theming css/conditionals/exec-ed/ee-program-finder.css | 151 +++++++++++++++++++++-- sass/conditionals/exec-ed/ee-program-finder.sass | 60 +++++++++ 2 files changed, 204 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-7035: responsive chages for full bleed home page layout. css/style.css | 56 +++++++++++++++++++++-------- sass/partials/base/05-layouts/_layouts.sass | 40 ++++++++++++++------- 2 files changed, 69 insertions(+), 27 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-7035: responsive chages for full bleed home page layout. css/style.css | 56 +++++++++++++++++++++-------- sass/partials/base/05-layouts/_layouts.sass | 40 ++++++++++++++------- 2 files changed, 69 insertions(+), 27 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6984: remove fieldset styles. css/conditionals/exec-ed/ee-overview-detail.css | 5 +++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6991: added font-weight normal to faculty h2 css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6991: added font-weight normal to faculty h2 css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6893: reduce max-width for figcaption css/style.css | 4 ++-- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-7009: ressponsive implementation for seed and ee footer. css/style.css | 72 +++++++++++++++++++++------------------ sass/partials/design/_footer.sass | 49 ++++++++++++++------------ 2 files changed, 66 insertions(+), 55 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6893: reduce max-width for figcaption css/style.css | 6 +++--- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-7009: ressponsive implementation for seed and ee footer. css/style.css | 72 +++++++++++++++++++++------------------ sass/partials/design/_footer.sass | 49 ++++++++++++++------------ 2 files changed, 66 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6991: Added row padding and changed h2 to normal css/conditionals/exec-ed/ee-overview-detail.css | 5 ++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6907: updated program header height css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6991: Added row padding and changed h2 to normal css/conditionals/exec-ed/ee-overview-detail.css | 5 ++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6982: Adding spcae in pane-title h2 css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 15 +++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Ayuta Padhi, 4 months ago WP-7013 fix for expand menu for Seed and EE js/responsive-menu.js | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago WP-7013 fix for expand menu for Seed and EE js/responsive-menu.js | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-7019: change layout classes so fpps render correctly. .../gsb-full-bleed-landing-page-no-left.tpl.php | 14 +++++++------- .../gsb-full-bleed-landing-page.tpl.php | 22 ++++++++-------------- 2 files changed, 15 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-7019: change layout classes so fpps render correctly. .../gsb-full-bleed-landing-page-no-left.tpl.php | 14 +++++++------- .../gsb-full-bleed-landing-page.tpl.php | 22 ++++++++-------------- 2 files changed, 15 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6979: remove padding override. css/style.css | 6 ------ sass/partials/base/05-layouts/_layouts.sass | 4 ---- 2 files changed, 10 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6979: remove padding override. css/style.css | 6 ------ sass/partials/base/05-layouts/_layouts.sass | 4 ---- 2 files changed, 10 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6981: modified H1 spacing css/style.css | 8 ++++---- sass/partials/base/05-layouts/_layouts.sass | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6651: changed the icon font-size css/conditionals/exec-ed/design-exec-ed.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6977: extended cta's max-width css/style.css | 4 ++-- sass/partials/design/_cta.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6907: updated program header height css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6912: button aligned and adjusted the left-right bleeding for grey and green regions css/conditionals/exec-ed/design-exec-ed.css | 5 +++++ css/conditionals/exec-ed/ee-overview-detail.css | 7 ++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6651: changed the icon font-size css/conditionals/exec-ed/design-exec-ed.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-7008: adjust the home page layout for responsive. css/style.css | 111 ++++++++++++++++++++++++---- sass/partials/base/05-layouts/_layouts.sass | 38 ++++++++-- sass/partials/design/_cta-image.sass | 51 ++++++++----- 3 files changed, 157 insertions(+), 43 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6566: masthead responsive changes. css/conditionals/exec-ed/design-exec-ed.css | 164 +------------------------- css/style.css | 158 +++++++++++++------------ js/custom.js | 2 + sass/conditionals/exec-ed/design-exec-ed.sass | 101 ++-------------- sass/partials/base/05-layouts/_layouts.sass | 6 + sass/partials/design/_design.sass | 59 ++++----- sass/partials/design/_menu-exec-ed.sass | 6 +- sass/partials/design/_menu-main.sass | 45 ++++--- sass/partials/design/_search-filters.sass | 17 +-- 9 files changed, 173 insertions(+), 385 deletions(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Changing bullet to be well more bullet'ty css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6907: Adjust the height of panelized pages header css/conditionals/exec-ed/design-exec-ed.css | 8 ++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 14 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6907: Adjust the height of panelized pages header css/conditionals/exec-ed/design-exec-ed.css | 8 ++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++ 2 files changed, 14 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6999: re-theme idea story buttons and scaling down program ct buttons css/conditionals/exec-ed/design-exec-ed.css | 19 +++++++++++++++++++ css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++++++++++++ sass/partials/design/_design.sass | 2 +- 4 files changed, 33 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6752: Need more information block theme css/conditionals/exec-ed/design-exec-ed.css | 70 +++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 43 ++++++++++++++++ 2 files changed, 110 insertions(+), 3 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6752: Need more information block theme css/conditionals/exec-ed/design-exec-ed.css | 70 +++++++++++++++++++++++++-- sass/conditionals/exec-ed/design-exec-ed.sass | 43 ++++++++++++++++ 2 files changed, 110 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6978: spotlight narrow view and 2-col view update css/style.css | 21 ++++++++++++++++++++- .../base/06-ui-patterns/_drupal-patterns.sass | 13 +++++++++++++ sass/partials/design/_fpp-spotlight.sass | 1 + 3 files changed, 34 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6651: hiding count and enabling email button css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ css/style.css | 16 ++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ sass/partials/design/_design.sass | 5 +++++ 4 files changed, 27 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6651: Theme the share buttons css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++++- css/style.css | 9 ++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++++- sass/partials/design/_design.sass | 6 +++++- 4 files changed, 31 insertions(+), 4 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6978: spotlight narrow view and 2-col view update css/style.css | 21 ++++++++++++++++++++- .../base/06-ui-patterns/_drupal-patterns.sass | 17 +++++++++++++++++ sass/partials/design/_fpp-spotlight.sass | 1 + 3 files changed, 38 insertions(+), 1 deletion(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6651: hiding count and enabling email button css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ css/style.css | 16 ++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ sass/partials/design/_design.sass | 5 +++++ 4 files changed, 27 insertions(+) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Changing bullet to be well more bullet'ty css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago Correcting the bullets css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6651: Theme the share buttons css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++++- css/style.css | 9 ++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++++- sass/partials/design/_design.sass | 6 +++++- 4 files changed, 31 insertions(+), 4 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6904: alignment of wrapper fixed css/conditionals/exec-ed/ee-overview-detail.css | 3 ++- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6927-1: video wrapper max-width changed css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6382-2:Wysiwysg type styles for h2 and h5 css/style.css | 3 ++- sass/partials/design/_wysiwyg.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6930: optional Additional Programing header style change css/conditionals/exec-ed/ee-overview-detail.css | 25 +++++++++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++++ 2 files changed, 34 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6382-2:Wysiwysg type styles for h2 and h5 css/style.css | 3 ++- sass/partials/design/_wysiwyg.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6930: optional Additional Programing header style change css/conditionals/exec-ed/ee-overview-detail.css | 25 +++++++++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++++ 2 files changed, 34 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6938:Explore Related Programs title hoverstate css/conditionals/exec-ed/ee-overview-detail.css | 4 ++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6926:Learn More section, column widths + spacing css/conditionals/exec-ed/ee-overview-detail.css | 17 ++++++++--------- sass/conditionals/exec-ed/ee-overview-detail.sass | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6939: Taxonomy Terms, bottom of Program CT hoverstate css/conditionals/exec-ed/ee-overview-detail.css | 4 ++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6936: Featured Item on Overview Page change hoverstate css/style.css | 11 +++++++++-- sass/partials/design/_existing-node.sass | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6935: Faculty Leadership hoverstate change css/conditionals/exec-ed/design-exec-ed.css | 2 ++ css/conditionals/exec-ed/ee-overview-detail.css | 2 ++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 4 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6933: Learn More section video, padding/margin inside container changed css/conditionals/exec-ed/ee-overview-detail.css | 4 ++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6927: Learn More section Video max-width changed css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6904: blocks aligned properly css/conditionals/exec-ed/ee-overview-detail.css | 3 ++- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: hgupta, 4 months ago WP-6912: right align the download button css/conditionals/exec-ed/ee-overview-detail.css | 7 +++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6939: Taxonomy Terms, bottom of Program CT hoverstate css/conditionals/exec-ed/ee-overview-detail.css | 4 ++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6936: Featured Item on Overview Page change hoverstate css/style.css | 11 +++++++++-- sass/partials/design/_existing-node.sass | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6935: Faculty Leadership hoverstate change css/conditionals/exec-ed/design-exec-ed.css | 2 ++ css/conditionals/exec-ed/ee-overview-detail.css | 2 ++ sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 4 files changed, 8 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6933: Learn More section video, padding/margin inside container changed css/conditionals/exec-ed/ee-overview-detail.css | 4 ++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6965: add margin top to title when added as a pane. css/style.css | 6 ++++++ sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6965: add margin top to title when added as a pane. css/style.css | 6 ++++++ sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6929: change red cta pdf back. css/style.css | 2 +- sass/partials/design/_cta.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6927: Learn More section Video max-width changed css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6929: update pdf color. css/style.css | 4 ++-- sass/partials/design/_cta.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6928: change padding on footer cta. css/style.css | 2 +- sass/partials/design/_footer.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6966: make menu block theming more specific. css/style.css | 27 ++++++++++++------ sass/partials/design/_menu-block.sass | 54 ++++++++++++++++++----------------- 2 files changed, 46 insertions(+), 35 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6929: update pdf color. css/style.css | 4 ++-- sass/partials/design/_cta.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6928: change padding on footer cta. css/style.css | 2 +- sass/partials/design/_footer.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6966: make menu block theming more specific. css/style.css | 27 ++++++++++++------ sass/partials/design/_menu-block.sass | 54 ++++++++++++++++++----------------- 2 files changed, 46 insertions(+), 35 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6967: add spacing between panes. css/style.css | 6 ++++++ sass/partials/base/05-layouts/_layouts.sass | 5 +++++ 2 files changed, 11 insertions(+) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6926:Learn More section, column widths + spacing css/conditionals/exec-ed/ee-overview-detail.css | 12 ++++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6883: swap key image out for display image. css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- css/conditionals/exec-ed/ee-overview-detail.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6951: make pane title font weight normal. css/conditionals/news/pane-stories-by-criteria.css | 1 + sass/conditionals/news/pane-stories-by-criteria.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: update compare circle. css/conditionals/exec-ed/ee-program-finder.css | 6 +++--- sass/conditionals/exec-ed/ee-program-finder.sass | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6680: add margin bottom. css/conditionals/exec-ed/ee-program-finder.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6966: theme the menus added to the sidebar region. css/style.css | 135 ++++++++++++++++++++++++++++++++ sass/partials/design/_menu-sidebar.sass | 76 ++++++++++++++++++ 2 files changed, 211 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6883: swap key image out for display image. css/conditionals/exec-ed/design-exec-ed.css | 4 ++-- css/conditionals/exec-ed/ee-overview-detail.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: update compare circle. css/conditionals/exec-ed/ee-program-finder.css | 6 +++--- sass/conditionals/exec-ed/ee-program-finder.sass | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6680: add margin bottom. css/conditionals/exec-ed/ee-program-finder.css | 3 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6951: make pane title font weight normal. css/conditionals/news/pane-stories-by-criteria.css | 1 + sass/conditionals/news/pane-stories-by-criteria.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6966: theme the menus added to the sidebar region. css/style.css | 138 +++++++++++++++++++++++++++- sass/partials/base/05-layouts/_layouts.sass | 3 - sass/partials/design/_menu-sidebar.sass | 76 +++++++++++++++ 3 files changed, 211 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6967: change width and class for video in green full. css/style.css | 4 ++++ layouts/gsb-full-bleed-home-page/gsb-full-bleed-home-page.tpl.php | 2 +- sass/partials/base/05-layouts/_layouts.sass | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6948: fix margin on full view on home page. css/style.css | 18 ++++++++++++------ sass/partials/base/05-layouts/_layouts.sass | 14 +++++++++----- 2 files changed, 21 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6948: update full bleed layouts. css/conditionals/exec-ed/design-exec-ed.css | 2 +- css/style.css | 77 ++++++++++++++++--- .../gsb-full-bleed-landing-page-no-left.inc | 19 +++++ .../gsb-full-bleed-landing-page-no-left.png | Bin 0 -> 7849 bytes .../gsb-full-bleed-landing-page-no-left.tpl.php | 83 +++++++++++++++++++++ .../gsb-full-bleed-landing-page.inc | 1 + .../gsb-full-bleed-landing-page.tpl.php | 10 ++- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/partials/base/05-layouts/_layouts.sass | 67 ++++++++++++++--- sass/partials/design/_design.sass | 3 +- sass/partials/design/_wysiwyg.sass | 2 + 11 files changed, 240 insertions(+), 26 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6912: right align the download button css/conditionals/exec-ed/ee-overview-detail.css | 7 +++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6904: blocks aligned properly css/conditionals/exec-ed/ee-overview-detail.css | 3 ++- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6868: start on compare page theming. css/conditionals/exec-ed/design-exec-ed.css | 14 +++++ sass/conditionals/exec-ed/design-exec-ed.sass | 80 +++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6943: hide the title and breadcrumbs on full bleed home page. css/style.css | 5 +++++ sass/partials/design/_design.sass | 6 ++++++ 2 files changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: update the color for pdf in cta and color variables. css/style.css | 11 ++++++++++- sass/conditionals/insights/fpp-topic-teaser.sass | 2 +- sass/conditionals/week-in-the-life-landing.sass | 2 +- sass/partials/base/00-variables/_colors.sass | 1 - sass/partials/base/02-reset/_reset.sass | 2 +- sass/partials/base/04-defaults/forms/_formalize.sass | 4 ++-- sass/partials/design/_cta.sass | 9 +++++++++ sass/partials/design/_fpp-links.sass | 2 +- sass/partials/design/_spinner.sass | 2 +- 9 files changed, 26 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: adjust cta width when placed in wide. css/style.css | 6 ++++++ sass/partials/design/_cta.sass | 5 +++++ 2 files changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: update container styles. css/conditionals/alumni/alumni-detail.css | 16 +------------ css/conditionals/block-weather.css | 16 +------------ css/conditionals/e-newsletter-list.css | 16 +------------ css/conditionals/event/admission-event-detail.css | 16 +------------ css/conditionals/event/event-detail.css | 16 +------------ css/conditionals/exec-ed/design-exec-ed.css | 25 ++----------------- css/conditionals/exec-ed/ee-overview-detail.css | 22 ++--------------- css/conditionals/faculty-research/book-detail.css | 16 +------------ css/conditionals/faculty-research/case-cmi.css | 16 +------------ css/conditionals/faculty-research/case-detail.css | 9 +++++-- .../faculty-research/faculty-detail.css | 16 +------------ .../faculty-research/faculty-landing-list.css | 16 +------------ css/conditionals/library/pane-chat.css | 16 +------------ css/conditionals/library/pane-faqs.css | 16 +------------ css/conditionals/library/pane-hours.css | 16 +------------ css/conditionals/library/pane-rss.css | 16 +------------ css/conditionals/library/pane-searchworks.css | 16 +------------ .../library/view-business-website-detail.css | 16 +------------ css/conditionals/phd-candidate-detail.css | 16 +------------ css/conditionals/program-landing.css | 5 +--- css/conditionals/staff-detail.css | 16 +------------ css/style.css | 22 ++++------------- sass/conditionals/block-weather.sass | 2 +- sass/conditionals/e-newsletter-list.sass | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- .../conditionals/faculty-research/book-detail.sass | 2 +- sass/conditionals/faculty-research/case-cmi.sass | 2 +- .../conditionals/faculty-research/case-detail.sass | 4 +++- .../faculty-research/faculty-landing-list.sass | 2 +- sass/conditionals/library/pane-chat.sass | 2 +- sass/conditionals/library/pane-faqs.sass | 2 +- sass/conditionals/library/pane-hours.sass | 2 +- sass/conditionals/library/pane-rss.sass | 2 +- sass/conditionals/library/pane-searchworks.sass | 2 +- .../library/view-business-website-detail.sass | 2 +- sass/conditionals/phd-candidate-detail.sass | 2 +- sass/conditionals/program-landing.sass | 6 ++--- sass/partials/base/01-mixins/_custom.sass | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 28 ++++------------------ sass/partials/design/_accordion.sass | 4 ++-- sass/partials/design/_faculty-search.sass | 6 ++--- 42 files changed, 65 insertions(+), 372 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: update text cta styles. css/style.css | 45 ++++++--------------------------- sass/partials/base/07-media/_print.sass | 25 ------------------ sass/partials/design/_cta.sass | 5 ++-- sass/partials/design/_design.sass | 3 +-- 4 files changed, 11 insertions(+), 67 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6382: make links in body green. css/style.css | 1 + sass/partials/design/_wysiwyg.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: add min height to tray. css/conditionals/exec-ed/ee-program-finder.css | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6943: hide the title and breadcrumbs on full bleed home page. css/style.css | 5 +++++ sass/partials/design/_design.sass | 6 ++++++ 2 files changed, 11 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: update the color for pdf in cta and color variables. css/style.css | 11 ++++++++++- sass/conditionals/insights/fpp-topic-teaser.sass | 2 +- sass/conditionals/week-in-the-life-landing.sass | 2 +- sass/partials/base/00-variables/_colors.sass | 1 - sass/partials/base/02-reset/_reset.sass | 2 +- sass/partials/base/04-defaults/forms/_formalize.sass | 4 ++-- sass/partials/design/_cta.sass | 9 +++++++++ sass/partials/design/_fpp-links.sass | 2 +- sass/partials/design/_spinner.sass | 2 +- 9 files changed, 26 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: adjust cta width when placed in wide. css/style.css | 6 ++++++ sass/partials/design/_cta.sass | 5 +++++ 2 files changed, 11 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: update container styles. css/conditionals/alumni/alumni-detail.css | 16 +------------ css/conditionals/block-weather.css | 16 +------------ css/conditionals/e-newsletter-list.css | 16 +------------ css/conditionals/event/admission-event-detail.css | 16 +------------ css/conditionals/event/event-detail.css | 16 +------------ css/conditionals/exec-ed/design-exec-ed.css | 25 ++----------------- css/conditionals/exec-ed/ee-overview-detail.css | 22 ++--------------- css/conditionals/faculty-research/book-detail.css | 16 +------------ css/conditionals/faculty-research/case-cmi.css | 16 +------------ css/conditionals/faculty-research/case-detail.css | 9 +++++-- .../faculty-research/faculty-detail.css | 16 +------------ .../faculty-research/faculty-landing-list.css | 16 +------------ css/conditionals/library/pane-chat.css | 16 +------------ css/conditionals/library/pane-faqs.css | 16 +------------ css/conditionals/library/pane-hours.css | 16 +------------ css/conditionals/library/pane-rss.css | 16 +------------ css/conditionals/library/pane-searchworks.css | 16 +------------ .../library/view-business-website-detail.css | 16 +------------ css/conditionals/phd-candidate-detail.css | 16 +------------ css/conditionals/program-landing.css | 5 +--- css/conditionals/staff-detail.css | 16 +------------ css/style.css | 22 ++++------------- sass/conditionals/block-weather.sass | 2 +- sass/conditionals/e-newsletter-list.sass | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++-- .../conditionals/faculty-research/book-detail.sass | 2 +- sass/conditionals/faculty-research/case-cmi.sass | 2 +- .../conditionals/faculty-research/case-detail.sass | 4 +++- .../faculty-research/faculty-landing-list.sass | 2 +- sass/conditionals/library/pane-chat.sass | 2 +- sass/conditionals/library/pane-faqs.sass | 2 +- sass/conditionals/library/pane-hours.sass | 2 +- sass/conditionals/library/pane-rss.sass | 2 +- sass/conditionals/library/pane-searchworks.sass | 2 +- .../library/view-business-website-detail.sass | 2 +- sass/conditionals/phd-candidate-detail.sass | 2 +- sass/conditionals/program-landing.sass | 6 ++--- sass/partials/base/01-mixins/_custom.sass | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 28 ++++------------------ sass/partials/design/_accordion.sass | 4 ++-- sass/partials/design/_faculty-search.sass | 6 ++--- 42 files changed, 65 insertions(+), 372 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 8 months ago WP-6362: update text cta styles. css/style.css | 45 ++++++--------------------------- sass/partials/base/07-media/_print.sass | 25 ------------------ sass/partials/design/_cta.sass | 5 ++-- sass/partials/design/_design.sass | 3 +-- 4 files changed, 11 insertions(+), 67 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6382: make links in body green. css/style.css | 1 + sass/partials/design/_wysiwyg.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: add min height to tray. css/conditionals/exec-ed/ee-program-finder.css | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6680: update program finder theming. css/conditionals/alumni/alumni-reunion-finder.css | 9 +--- css/conditionals/exec-ed/ee-program-finder.css | 58 +++++++++------------- css/conditionals/faculty-research/book-detail.css | 9 +--- css/conditionals/faculty-research/case-detail.css | 9 +--- .../faculty-research/publication-detail.css | 9 +--- .../faculty-research/working-paper-detail.css | 9 +--- css/conditionals/form-rethink.css | 9 +--- .../insights/resources/image-resource.css | 9 +--- css/conditionals/library/pane-bookmarklet.css | 9 +--- css/style.css | 17 ++----- sass/conditionals/exec-ed/ee-program-finder.sass | 33 +++--------- sass/partials/base/03-extend/_gsb-revamp.sass | 6 +-- 12 files changed, 45 insertions(+), 141 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6883: fix cta positioning. css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++---- css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6883: theme program list fpp. css/conditionals/exec-ed/design-exec-ed.css | 118 +++++++++++++++++++++- css/conditionals/exec-ed/ee-overview-detail.css | 10 +- sass/conditionals/exec-ed/design-exec-ed.sass | 87 ++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 4 files changed, 209 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6891: change placeholder styling approach. css/conditionals/exec-ed/ee-program-finder.css | 14 +---------- sass/conditionals/exec-ed/ee-program-finder.sass | 32 ++++++++++-------------- 2 files changed, 14 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: theme compare and program finder sticky tray. css/conditionals/exec-ed/design-exec-ed.css | 6 +- css/conditionals/exec-ed/ee-program-finder.css | 95 +++++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 3 +- sass/conditionals/exec-ed/ee-program-finder.sass | 76 ++++++++++++++----- 4 files changed, 139 insertions(+), 41 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: sticky wrapper and compare button. css/conditionals/exec-ed/ee-program-finder.css | 86 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 83 +++++++++++++++++++++++ 2 files changed, 167 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6883: theme program list fpp. css/conditionals/exec-ed/design-exec-ed.css | 118 +++++++++++++++++++++- css/conditionals/exec-ed/ee-overview-detail.css | 10 +- sass/conditionals/exec-ed/design-exec-ed.sass | 87 ++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +- 4 files changed, 209 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6891: change placeholder styling approach. css/conditionals/exec-ed/ee-program-finder.css | 14 +---------- sass/conditionals/exec-ed/ee-program-finder.sass | 32 ++++++++++-------------- 2 files changed, 14 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: theme compare and program finder sticky tray. css/conditionals/exec-ed/design-exec-ed.css | 6 +- css/conditionals/exec-ed/ee-program-finder.css | 95 +++++++++++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 3 +- sass/conditionals/exec-ed/ee-program-finder.sass | 76 ++++++++++++++----- 4 files changed, 139 insertions(+), 41 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6867: sticky wrapper and compare button. css/conditionals/exec-ed/ee-program-finder.css | 86 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 83 +++++++++++++++++++++++ 2 files changed, 167 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6382: update wysiwyg styles. css/style.css | 8 ++++---- sass/partials/base/04-defaults/_headers.sass | 4 ++-- sass/partials/design/_wysiwyg.sass | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 7 months ago WP-6382: update wysiwyg styles. css/style.css | 92 +++++++++++++++++----------- sass/partials/base/04-defaults/_headers.sass | 9 +-- sass/partials/design/_wysiwyg.sass | 35 +++++------ 3 files changed, 77 insertions(+), 59 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6680: update program finder styles. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- css/conditionals/exec-ed/design-exec-ed.css | 6 +- css/conditionals/exec-ed/ee-program-finder.css | 89 +++++++++++++--------- css/conditionals/faculty-research/book-detail.css | 2 +- css/conditionals/faculty-research/case-detail.css | 2 +- .../faculty-research/publication-detail.css | 2 +- .../faculty-research/working-paper-detail.css | 2 +- css/conditionals/form-rethink.css | 2 +- .../insights/resources/image-resource.css | 2 +- css/conditionals/library/pane-bookmarklet.css | 2 +- css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 3 +- sass/conditionals/exec-ed/ee-program-finder.sass | 87 ++++++++++++--------- sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 14 files changed, 123 insertions(+), 82 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6680: update program finder styles. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- css/conditionals/exec-ed/design-exec-ed.css | 6 +- css/conditionals/exec-ed/ee-program-finder.css | 89 +++++++++++++--------- css/conditionals/faculty-research/book-detail.css | 2 +- css/conditionals/faculty-research/case-detail.css | 2 +- .../faculty-research/publication-detail.css | 2 +- .../faculty-research/working-paper-detail.css | 2 +- css/conditionals/form-rethink.css | 2 +- .../insights/resources/image-resource.css | 2 +- css/conditionals/library/pane-bookmarklet.css | 2 +- css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 3 +- sass/conditionals/exec-ed/ee-program-finder.sass | 87 ++++++++++++--------- sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 14 files changed, 123 insertions(+), 82 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6884: add styling under homepage 32 class. css/style.css | 7 +++++++ sass/partials/design/_wysiwyg.sass | 7 +++++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6382: update wysiwyg styles. css/style.css | 8 ++++---- sass/partials/base/04-defaults/_headers.sass | 4 ++-- sass/partials/design/_wysiwyg.sass | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 7 months ago WP-6382: update wysiwyg styles. css/style.css | 92 +++++++++++++++++----------- sass/partials/base/04-defaults/_headers.sass | 9 +-- sass/partials/design/_wysiwyg.sass | 35 +++++------ 3 files changed, 77 insertions(+), 59 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6830: update layout image. .../gsb-full-bleed-landing-page-1.png | Bin 0 -> 8037 bytes .../gsb-full-bleed-landing-page.inc | 2 +- .../gsb-full-bleed-landing-page.png | Bin 7944 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6802: update spacing and remove icon. css/conditionals/exec-ed/design-exec-ed.css | 20 ++++++++++++++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 20 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6802: update spacing and remove icon. css/conditionals/exec-ed/design-exec-ed.css | 20 ++++++++++++++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++--- 2 files changed, 20 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6787: update the seed footer logo and type. css/style.css | 9 +- images/logo-seed-2016-03-25-1.svg | 1074 ------------------------------------- images/logo-seed-2016-03-28-1.svg | 1 + sass/partials/design/_footer.sass | 8 +- 4 files changed, 14 insertions(+), 1078 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6855: add red border to top of page. css/style.css | 13 ++++++++----- sass/partials/design/_design.sass | 4 ---- sass/partials/design/_menu-exec-ed.sass | 2 ++ sass/partials/design/_search-filters.sass | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6855: add red border to top of page. css/style.css | 13 ++++++++----- sass/partials/design/_design.sass | 4 ---- sass/partials/design/_menu-exec-ed.sass | 2 ++ sass/partials/design/_search-filters.sass | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6814: theme pre-assessment link. css/conditionals/exec-ed/design-exec-ed.css | 26 +++++++++++++++-------- css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 20 +++++++++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 4 files changed, 32 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6850: hide video view count and channel title. css/conditionals/exec-ed/ee-overview-detail.css | 13 +------------ sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +-------------- 2 files changed, 2 insertions(+), 26 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6814: theme pre-assessment link. css/conditionals/exec-ed/design-exec-ed.css | 26 +++++++++++++++-------- css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/design-exec-ed.sass | 20 +++++++++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 4 files changed, 32 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6850: hide video view count and channel title. css/conditionals/exec-ed/ee-overview-detail.css | 13 +------------ sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +-------------- 2 files changed, 2 insertions(+), 26 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago Wp-6830: start on new home page template. css/style.css | 146 ++++++++++++++------ .../gsb-full-bleed-home-page.inc | 27 ++++ .../gsb-full-bleed-home-page.png | Bin 0 -> 8153 bytes .../gsb-full-bleed-home-page.tpl.php | 124 +++++++++++++++++ .../gsb-full-bleed-landing-page.inc | 16 +-- .../gsb-full-bleed-landing-page.png | Bin 13268 -> 7944 bytes .../gsb-full-bleed-landing-page.tpl.php | 151 +++++++++------------ sass/partials/base/05-layouts/_layouts.sass | 56 +++++++- sass/partials/design/_design.sass | 12 ++ 9 files changed, 387 insertions(+), 145 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6846: replace seed logo. css/style.css | 2 +- images/logo-seed-2016-03-22-1.svg | 1078 ------------------------------------- images/logo-seed-2016-03-25-1.svg | 1074 ++++++++++++++++++++++++++++++++++++ sass/partials/design/_footer.sass | 2 +- 4 files changed, 1076 insertions(+), 1080 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6796: theme the bottom section on ee programs. css/conditionals/exec-ed/design-exec-ed.css | 36 ++++++++++++++++++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 32 +++++++++++++++++++++--- 2 files changed, 60 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6840: remove field specific styling for panelized page fields. css/conditionals/exec-ed/design-exec-ed.css | 46 --------------------------- sass/conditionals/exec-ed/design-exec-ed.sass | 36 --------------------- 2 files changed, 82 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6840: remove field specific styling for panelized page fields. css/conditionals/exec-ed/design-exec-ed.css | 46 --------------------------- sass/conditionals/exec-ed/design-exec-ed.sass | 36 --------------------- 2 files changed, 82 deletions(-) view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago WP-6811: force override margin. css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6811: force override margin. css/conditionals/exec-ed/ee-overview-detail.css | 2 +- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6829: fix seed menu positioning. css/conditionals/exec-ed/design-exec-ed.css | 2 -- css/style.css | 6 +++--- sass/conditionals/exec-ed/design-exec-ed.sass | 2 -- sass/partials/design/_design.sass | 4 ++-- sass/partials/design/_menu-exec-ed.sass | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6811: override the superhead coming in from existing node. css/conditionals/exec-ed/ee-overview-detail.css | 5 ++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6808: change hover color on seed and ee mega menus. css/conditionals/exec-ed/design-exec-ed.css | 2 +- css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/partials/design/_menu-exec-ed.sass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6787: add seed logo. css/style.css | 19 + images/logo-seed-2016-03-22-1.svg | 1078 +++++++++++++++++++++++++++++++++++++ sass/partials/design/_footer.sass | 16 + 3 files changed, 1113 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6787: add seed logo. css/style.css | 23 +- images/logo-seed-2016-03-22-1.svg | 1078 +++++++++++++++++++++++++++++++++++++ sass/partials/design/_footer.sass | 16 + 3 files changed, 1115 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6801: make adjustments to ee footer. css/style.css | 10 ++++++---- sass/partials/design/_footer.sass | 6 ++++-- 2 files changed, 10 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6802: adjust spacing of faculty panelized field. css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++++++++++----- 2 files changed, 22 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6740: theme the program contact link. css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 12 ++++++++++++ 2 files changed, 22 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6820: change name of widescreen layout. css/style.css | 876 ++++++++++----------- .../gsb-full-bleed-page/gsb-full-bleed-page.inc | 17 + .../gsb-full-bleed-page/gsb-full-bleed-page.png | Bin 0 -> 979 bytes .../gsb-full-bleed-page.tpl.php | 73 ++ layouts/gsb-widescreen/gsb-widescreen.inc | 17 - layouts/gsb-widescreen/gsb-widescreen.png | Bin 979 -> 0 bytes layouts/gsb-widescreen/gsb-widescreen.tpl.php | 73 -- sass/conditionals/exec-ed/design-exec-ed.sass | 1 - sass/partials/base/05-layouts/_layouts.sass | 7 +- .../base/06-ui-patterns/_drupal-patterns.sass | 6 +- sass/partials/design/_design.sass | 2 +- sass/partials/design/_video.sass | 2 +- 12 files changed, 535 insertions(+), 539 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6802: adjust spacing of faculty panelized field. css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++++----- sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++++++++++----- 2 files changed, 22 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6740: theme the program contact link. css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 12 ++++++++++++ 2 files changed, 22 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6820: change name of widescreen layout. css/style.css | 872 ++++++++++----------- .../gsb-full-bleed-page/gsb-full-bleed-page.inc | 17 + .../gsb-full-bleed-page/gsb-full-bleed-page.png | Bin 0 -> 979 bytes .../gsb-full-bleed-page.tpl.php | 73 ++ layouts/gsb-widescreen/gsb-widescreen.inc | 17 - layouts/gsb-widescreen/gsb-widescreen.png | Bin 979 -> 0 bytes layouts/gsb-widescreen/gsb-widescreen.tpl.php | 73 -- sass/conditionals/exec-ed/design-exec-ed.sass | 1 - sass/partials/base/05-layouts/_layouts.sass | 7 +- .../base/06-ui-patterns/_drupal-patterns.sass | 6 +- sass/partials/design/_design.sass | 2 +- sass/partials/design/_video.sass | 2 +- 12 files changed, 533 insertions(+), 537 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6787: theme seed footer. css/conditionals/exec-ed/design-exec-ed.css | 147 +-------------------- css/style.css | 182 +++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 95 -------------- sass/partials/design/_footer.sass | 140 ++++++++++++++++++++ 4 files changed, 321 insertions(+), 243 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6806: set up the layout styling. css/style.css | 87 +++++++++++++ .../gsb-full-bleed-landing-page.png | Bin 979 -> 13268 bytes .../gsb-full-bleed-landing-page.tpl.php | 144 +++++++++++++-------- sass/partials/base/05-layouts/_layouts.sass | 79 +++++++++++ 4 files changed, 254 insertions(+), 56 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6806: add new full bleed landing layout. .../gsb-full-bleed-landing-page.inc | 27 ++++++ .../gsb-full-bleed-landing-page.png | Bin 0 -> 979 bytes .../gsb-full-bleed-landing-page.tpl.php | 92 +++++++++++++++++++++ 3 files changed, 119 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6792: fix other faculty name when linked. css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ------ 3 files changed, 27 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6751: fix program listing editing layout. css/conditionals/exec-ed/ee-program-finder.css | 5 +++++ sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++ 2 files changed, 12 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6751: fix program listing editing layout. css/conditionals/exec-ed/ee-program-finder.css | 5 +++++ sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++ 2 files changed, 12 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6792: fix other faculty name when linked. css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ------ 3 files changed, 27 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6706: adjust logo and title size. css/conditionals/exec-ed/design-exec-ed.css | 2 +- css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 2 +- sass/partials/design/_design.sass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: update the seed masthead. css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++---- css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++---- sass/partials/design/_design.sass | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: fix up the image in learn more. css/conditionals/exec-ed/ee-overview-detail.css | 6 ++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6751: update the program finder page. css/conditionals/exec-ed/ee-program-finder.css | 18 +++++++++--------- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: update the seed masthead. css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++---- css/style.css | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++---- sass/partials/design/_design.sass | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: fix up the image in learn more. css/conditionals/exec-ed/ee-overview-detail.css | 6 ++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6751: update the program finder page. css/conditionals/exec-ed/ee-program-finder.css | 18 +++++++++--------- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6705: adjust ee mega menu. css/style.css | 11 +++++++++-- sass/partials/design/_design.sass | 4 ++-- sass/partials/design/_menu-exec-ed.sass | 7 +++++++ 3 files changed, 18 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: remove dev code. css/style.css | 8 -------- sass/partials/design/_design.sass | 6 ------ 2 files changed, 14 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: adjust search theming. css/conditionals/exec-ed/design-exec-ed.css | 6 ++-- css/style.css | 52 ++++++++++++++++++++------- sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++-- sass/partials/design/_design.sass | 20 +++++++++-- sass/partials/design/_search-filters.sass | 21 ++++++----- 5 files changed, 75 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6783: apply the fpp class to button. css/style.css | 20 ++++++++++---------- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6762: style the other fac name. css/conditionals/exec-ed/ee-overview-detail.css | 13 ++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 16 ++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6771: cta should be centered when there is only 1. css/conditionals/exec-ed/ee-overview-detail.css | 31 ++++++++++++++++------- sass/conditionals/exec-ed/ee-overview-detail.sass | 27 +++++++++++++++----- 2 files changed, 42 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: update spacing on faculty. css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: update spacing on faculty. css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++---- sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6771: cta should be centered when there is only 1. css/conditionals/exec-ed/ee-overview-detail.css | 31 ++++++++++++++++------- sass/conditionals/exec-ed/ee-overview-detail.sass | 27 +++++++++++++++----- 2 files changed, 42 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: style the image. css/conditionals/exec-ed/ee-overview-detail.css | 9 ++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 10 ++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6762: style the other fac name. css/conditionals/exec-ed/ee-overview-detail.css | 13 ++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 16 ++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6783: apply the fpp class to button. css/style.css | 20 ++++++++++---------- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6773 Modified gsb_theme_field_group_pre_render_alter() to take a list of groups and children to specifically check for 'no children' template.php | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6750: style the participant fields. css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++----------- sass/conditionals/exec-ed/design-exec-ed.sass | 13 +++---------- 2 files changed, 13 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6691: update footer styles. css/conditionals/exec-ed/design-exec-ed.css | 38 +----------- css/style.css | 89 ++++++++++----------------- sass/conditionals/exec-ed/design-exec-ed.sass | 24 +------- sass/partials/base/03-extend/_gsb-revamp.sass | 4 +- sass/partials/design/_design.sass | 21 +++---- sass/partials/design/_footer.sass | 42 +++++++------ sass/partials/design/_fpp-social-media.sass | 6 +- sass/partials/design/_menu-main.sass | 8 +-- 8 files changed, 75 insertions(+), 157 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6750: style the participant fields. css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++----------- sass/conditionals/exec-ed/design-exec-ed.sass | 13 +++---------- 2 files changed, 13 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Adam Moore, 5 months ago WP-6469: Add support for seed mega menu. template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6735: made text equivalent more specific. css/style.css | 138 ++++++++++++++++++------------------- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 70 insertions(+), 70 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6735: made text equivalent more specific. css/style.css | 138 ++++++++++++++++++------------------- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 70 insertions(+), 70 deletions(-) view commit - committer: Adam Moore, 5 months ago author: Adam Moore, 5 months ago WP-6469: Add support for seed mega menu. template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6694: theme links for image fpp. css/style.css | 54 +++++++++++++++++++++++++++++++++----- sass/partials/design/_wysiwyg.sass | 43 +++++++++++++++++++++++++----- 2 files changed, 83 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6711: hide the external icon. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6711: hide the external icon. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6649: fix spacing. css/conditionals/exec-ed/design-exec-ed.css | 5 +++++ sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6649: fix spacing. css/conditionals/exec-ed/design-exec-ed.css | 5 +++++ sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6746: hide title and breadcrumbs on panelized pages. css/conditionals/exec-ed/design-exec-ed.css | 5 ++++- css/conditionals/exec-ed/ee-overview-detail.css | 3 --- sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++--- sass/conditionals/exec-ed/ee-overview-detail.sass | 3 --- 4 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6747: hide title on program pages. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: adjust video theming. css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6734: adjust title spacing. css/conditionals/faculty-research/faculty-detail.css | 1 + sass/conditionals/faculty-research/faculty-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6712: adjust faculty in program list, grid and overview. css/conditionals/exec-ed/design-exec-ed.css | 74 +++++++++++------------ css/conditionals/exec-ed/ee-overview-detail.css | 7 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++-------- sass/conditionals/exec-ed/ee-overview-detail.sass | 10 ++- 4 files changed, 79 insertions(+), 63 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6683: remove set display. css/conditionals/exec-ed/ee-overview-detail.css | 1 - sass/conditionals/exec-ed/ee-overview-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6747: hide title on program pages. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: adjust video theming. css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++------ sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6649: theme brochure download button. css/conditionals/exec-ed/design-exec-ed.css | 12 +++++++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++---- 2 files changed, 16 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6683: remove set display. css/conditionals/exec-ed/ee-overview-detail.css | 1 - sass/conditionals/exec-ed/ee-overview-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6734: adjust title spacing. css/conditionals/faculty-research/faculty-detail.css | 1 + sass/conditionals/faculty-research/faculty-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6712: adjust faculty in program list, grid and overview. css/conditionals/exec-ed/design-exec-ed.css | 74 +++++++++++------------ css/conditionals/exec-ed/ee-overview-detail.css | 7 +++ sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++-------- sass/conditionals/exec-ed/ee-overview-detail.sass | 10 ++- 4 files changed, 79 insertions(+), 63 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6691: style the ee footer. css/conditionals/exec-ed/design-exec-ed.css | 147 +++++++++++++++++++++++++- css/style.css | 19 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 95 +++++++++++++++++ sass/partials/design/_cta.sass | 11 +- sass/partials/design/_footer.sass | 1 + 5 files changed, 257 insertions(+), 16 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6716: update taxonomy theming. css/conditionals/exec-ed/ee-overview-detail.css | 3 ++- sass/conditionals/exec-ed/ee-overview-detail.sass | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: theme the seed menu. css/conditionals/exec-ed/design-exec-ed.css | 121 +++++++++++++++++--------- css/style.css | 97 +++++++++++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++- sass/partials/design/_design.sass | 25 ++++-- sass/partials/design/_menu-exec-ed.sass | 17 +++- template.php | 9 +- 6 files changed, 190 insertions(+), 89 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: style the video info. css/conditionals/exec-ed/ee-overview-detail.css | 60 +++++++++++++++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 59 +++++++++++++++++++++- 2 files changed, 113 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6683: update link display. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6683: theme the show instance links. css/conditionals/exec-ed/ee-overview-detail.css | 38 ++++++++++++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 24 ++++++++++++-- 2 files changed, 59 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6468: theme the seed menu. css/conditionals/exec-ed/design-exec-ed.css | 121 +++++++++++++++++--------- css/style.css | 97 +++++++++++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++- sass/partials/design/_design.sass | 25 ++++-- sass/partials/design/_menu-exec-ed.sass | 17 +++- template.php | 9 +- 6 files changed, 190 insertions(+), 89 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6738: style the video info. css/conditionals/exec-ed/ee-overview-detail.css | 60 +++++++++++++++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 59 +++++++++++++++++++++- 2 files changed, 113 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6683: update link display. css/conditionals/exec-ed/ee-overview-detail.css | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6683: theme the show instance links. css/conditionals/exec-ed/ee-overview-detail.css | 38 ++++++++++++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 24 ++++++++++++-- 2 files changed, 59 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6737: hide breadcrumbs on overview pages. css/conditionals/exec-ed/design-exec-ed.css | 4 ++++ sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: adjust positioning of fac cta. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: add spacing below title. css/conditionals/exec-ed/ee-overview-detail.css | 2 ++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: style the learn more about this piece. css/conditionals/exec-ed/ee-overview-detail.css | 64 +++++++++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 51 ++++++++++++++++++ 2 files changed, 115 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: adjust positioning of fac cta. css/conditionals/exec-ed/ee-overview-detail.css | 3 +++ sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: add spacing below title. css/conditionals/exec-ed/ee-overview-detail.css | 2 ++ sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6643: style the learn more about this piece. css/conditionals/exec-ed/ee-overview-detail.css | 64 +++++++++++++++++++++++ sass/conditionals/exec-ed/ee-overview-detail.sass | 51 ++++++++++++++++++ 2 files changed, 115 insertions(+) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6588: style explore other programs. css/conditionals/exec-ed/ee-overview-detail.css | 109 +++++++++++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 84 +++++++++++++++++ 2 files changed, 188 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6588: style explore other programs. css/conditionals/exec-ed/ee-overview-detail.css | 109 +++++++++++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 84 +++++++++++++++++ 2 files changed, 188 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6700: update taxonomy. css/conditionals/phd-candidate-job-market-list.css | 16 +----- css/conditionals/phd-candidate-placements-list.css | 64 ++++++++++------------ .../phd-candidate-job-market-list.sass | 2 +- .../phd-candidate-placements-list.sass | 38 +++++++------ 4 files changed, 50 insertions(+), 70 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6700: update taxonomy. css/conditionals/phd-candidate-job-market-list.css | 16 +----- css/conditionals/phd-candidate-placements-list.css | 64 ++++++++++------------ .../phd-candidate-job-market-list.sass | 2 +- .../phd-candidate-placements-list.sass | 38 +++++++------ 4 files changed, 50 insertions(+), 70 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6701: update candidate name link color. css/conditionals/phd-candidate-job-market-list.css | 8 +++++++- sass/conditionals/phd-candidate-job-market-list.sass | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6656: Faculty block styling. css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 147 ++++++++++++++++++++++++++ 2 files changed, 284 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: theme program instance block. css/conditionals/exec-ed/ee-overview-detail.css | 11 +++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: start theming the instance block on overview. css/conditionals/exec-ed/ee-overview-detail.css | 134 +++++++++++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 125 +++++++++++++++++++- 2 files changed, 256 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: theme program instance block. css/conditionals/exec-ed/ee-overview-detail.css | 11 +++++++++-- sass/conditionals/exec-ed/ee-overview-detail.sass | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6635: start theming the instance block on overview. css/conditionals/exec-ed/ee-overview-detail.css | 134 +++++++++++++++++++++- sass/conditionals/exec-ed/ee-overview-detail.sass | 125 +++++++++++++++++++- 2 files changed, 256 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: update the faculty leadership for variable content. css/conditionals/exec-ed/ee-overview-detail.css | 34 ++++++++++++++++------- sass/conditionals/exec-ed/ee-overview-detail.sass | 34 +++++++++++++++-------- 2 files changed, 47 insertions(+), 21 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6665: style the faculty directors. css/conditionals/exec-ed/ee-overview-detail.css | 136 ++++++++++++++++++++- .../program_overview/program-overview.tpl.php | 2 + sass/conditionals/exec-ed/ee-overview-detail.sass | 106 +++++++++++++++- 3 files changed, 235 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6641: theme the apply button. css/conditionals/exec-ed/design-exec-ed.css | 27 +++++++++++++++++++++++++++ css/style.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++++++ sass/partials/design/_banner.sass | 4 ++-- 4 files changed, 49 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago WP-6640: theme the ee header block. css/conditionals/exec-ed/design-exec-ed.css | 114 +++++++++++++++++--------- sass/conditionals/exec-ed/design-exec-ed.sass | 70 +++++++++++++++- 2 files changed, 145 insertions(+), 39 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6641: theme the apply button. css/conditionals/exec-ed/design-exec-ed.css | 27 +++++++++++++++++++++++++++ css/style.css | 8 ++++---- sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++++++ sass/partials/design/_banner.sass | 4 ++-- 4 files changed, 49 insertions(+), 6 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6640: theme the ee header block. css/conditionals/exec-ed/design-exec-ed.css | 114 +++++++++++++++++--------- sass/conditionals/exec-ed/design-exec-ed.sass | 70 +++++++++++++++- 2 files changed, 145 insertions(+), 39 deletions(-) view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago WP-6633: begin theming the overview page. css/conditionals/exec-ed/ee-overview-detail.css | 312 +++++++++++++++++++++ css/style.css | 128 ++++++--- .../program_overview/program-overview.tpl.php | 10 +- images/bg-ee-program-overview-cta-2016-02-22-1.jpg | Bin 0 -> 28095 bytes sass/conditionals/exec-ed/ee-overview-detail.sass | 250 +++++++++++++++++ sass/partials/design/_design.sass | 6 +- sass/partials/design/_existing-node.sass | 2 + 7 files changed, 664 insertions(+), 44 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6633: create new sass sheet for ee overview. css/conditionals/exec-ed/ee-overview-detail.css | 0 gsb_theme.info | 1 + sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++++++ 3 files changed, 10 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6598: create new layout for program overview page. .../program_overview/program-overview.tpl.php | 79 +++++++++++++++++++++ ds_layouts/program_overview/program_overview.inc | 24 +++++++ ds_layouts/program_overview/program_overview.png | Bin 0 -> 638 bytes 3 files changed, 103 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6415: update the case download styling. css/conditionals/faculty-research/case-detail.css | 33 ++++++---------------- .../conditionals/faculty-research/case-detail.sass | 14 ++++----- 2 files changed, 15 insertions(+), 32 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6584: update the filter theming. css/conditionals/exec-ed/ee-program-finder.css | 156 +++++++++++------------ js/custom.js | 19 +-- sass/conditionals/exec-ed/ee-program-finder.sass | 50 +++----- 3 files changed, 96 insertions(+), 129 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6580: fix up name theming. css/style.css | 11 ++++++++--- sass/partials/design/_fpp-spotlight.sass | 10 +++++++++- 2 files changed, 17 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6573: theme the program category label. css/conditionals/insights/related-to-idea-story.css | 3 +++ sass/conditionals/insights/related-to-idea-story.sass | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6578: theme the list title. css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++ 2 files changed, 16 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6507: theme the program customizable list. css/conditionals/exec-ed/design-exec-ed.css | 132 ++++++++++++++++++++- ...rogram-customizable-list-taupe-2016-02-11-1.jpg | Bin 0 -> 78003 bytes ...program-customizable-list-teal-2016-02-11-1.jpg | Bin 0 -> 78798 bytes sass/conditionals/exec-ed/design-exec-ed.sass | 95 ++++++++++++++- 4 files changed, 224 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6548: make window wider for item alignment. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6563: update dropdown windows on last two filters. css/conditionals/exec-ed/ee-program-finder.css | 4 +++- sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6548: make window wider for item alignment. css/conditionals/exec-ed/ee-program-finder.css | 2 +- sass/conditionals/exec-ed/ee-program-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago Merge branch 'WP-6563' into WP-6548-1 view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6563: update dropdown windows on last two filters. css/conditionals/exec-ed/ee-program-finder.css | 4 +++- sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6560: fix the image cta. css/conditionals/exec-ed/design-exec-ed.css | 3 ++- sass/conditionals/exec-ed/design-exec-ed.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6433: update house ad, spotlight and video fpp for widescreen layout. css/style.css | 1368 +++++++++++--------- .../base/06-ui-patterns/_drupal-patterns.sass | 631 ++++----- sass/partials/design/_house-ads.sass | 1 + sass/partials/design/_video.sass | 16 + 4 files changed, 1090 insertions(+), 926 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6433: adjustments for widescreen layout. css/style.css | 1130 ++++++++++++++------ .../base/06-ui-patterns/_drupal-patterns.sass | 567 +++++++--- 2 files changed, 1176 insertions(+), 521 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6564: responsive changes for widescreen layout. css/style.css | 28 ++++++++++++++++++++++++---- sass/partials/base/05-layouts/_layouts.sass | 17 ++++++++++++----- 2 files changed, 36 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6433: update house ad, spotlight and video fpp for widescreen layout. css/style.css | 1368 +++++++++++--------- .../base/06-ui-patterns/_drupal-patterns.sass | 631 ++++----- sass/partials/design/_house-ads.sass | 1 + sass/partials/design/_video.sass | 16 + 4 files changed, 1090 insertions(+), 926 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago Merge branch 'WP-6564' into WP-6433 view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6564: responsive changes for widescreen layout. css/style.css | 28 ++++++++++++++++++++++++---- sass/partials/base/05-layouts/_layouts.sass | 17 ++++++++++++----- 2 files changed, 36 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6433: adjustments for widescreen layout. css/style.css | 1130 ++++++++++++++------ .../base/06-ui-patterns/_drupal-patterns.sass | 567 +++++++--- 2 files changed, 1176 insertions(+), 521 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6561: apply styles to image ctas on program finder. css/conditionals/exec-ed/ee-program-finder.css | 75 ++++++++++++++++++++++-- sass/conditionals/exec-ed/ee-program-finder.sass | 62 +++++++++++++++++++- 2 files changed, 131 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6557: theme the full time programs. css/conditionals/exec-ed/ee-program-finder.css | 44 +++++++++++++++++++----- js/custom.js | 11 +++++- sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++--- 3 files changed, 62 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6557: theme the full time programs. css/conditionals/exec-ed/ee-program-finder.css | 44 +++++++++++++++++++----- js/custom.js | 11 +++++- sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++--- 3 files changed, 62 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6560: update cta theming. css/conditionals/exec-ed/design-exec-ed.css | 10 ++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 21 ++++++++++----------- 2 files changed, 14 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6531: adjust widescreen editing layout. css/conditionals/exec-ed/ee-program-finder.css | 14 +++++++------- css/style.css | 5 +++++ layouts/gsb-widescreen/gsb-widescreen.tpl.php | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++- sass/partials/base/05-layouts/_layouts.sass | 3 +++ 5 files changed, 20 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6531: adjust widescreen editing layout. css/conditionals/exec-ed/ee-program-finder.css | 14 +++++++------- css/style.css | 5 +++++ layouts/gsb-widescreen/gsb-widescreen.tpl.php | 4 ++-- sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++- sass/partials/base/05-layouts/_layouts.sass | 3 +++ 5 files changed, 20 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6555: adjust the span styling because placeholder class goes away. css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++ 2 files changed, 19 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6554: update filter column width for leadership level. css/conditionals/exec-ed/ee-program-finder.css | 7 +++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++ 2 files changed, 15 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6526: theme the upcoming applications list. css/conditionals/exec-ed/design-exec-ed.css | 115 +++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 90 ++++++++++++++++++++ 2 files changed, 203 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6555: adjust the span styling because placeholder class goes away. css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++ 2 files changed, 19 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6554: update filter column width for leadership level. css/conditionals/exec-ed/ee-program-finder.css | 13 ++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6526: theme the upcoming applications list. css/conditionals/exec-ed/design-exec-ed.css | 115 +++++++++++++++++++++++++- sass/conditionals/exec-ed/design-exec-ed.sass | 90 ++++++++++++++++++++ 2 files changed, 203 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6548: adjust column width of filters. css/conditionals/exec-ed/ee-program-finder.css | 6 +++++- sass/conditionals/exec-ed/ee-program-finder.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: revise related program theming. css/conditionals/exec-ed/design-exec-ed.css | 8 +++++ .../insights/related-to-idea-story.css | 32 +++++++++++------ sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++ .../insights/related-to-idea-story.sass | 40 ++++++++++++++-------- 4 files changed, 60 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6492: theme the program staff block. css/conditionals/exec-ed/design-exec-ed.css | 72 ++++++++++++++++++++++++++- layouts/gsb-widescreen/gsb-widescreen.tpl.php | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 57 +++++++++++++++++++++ 3 files changed, 129 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6492: theme the program staff block. css/conditionals/exec-ed/design-exec-ed.css | 72 ++++++++++++++++++++++++++- layouts/gsb-widescreen/gsb-widescreen.tpl.php | 2 +- sass/conditionals/exec-ed/design-exec-ed.sass | 57 +++++++++++++++++++++ 3 files changed, 129 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6506: currivulum block styling. css/conditionals/exec-ed/design-exec-ed.css | 47 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 42 ++++++++++++++++++++++++ 2 files changed, 89 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6506: currivulum block styling. css/conditionals/exec-ed/design-exec-ed.css | 47 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 42 ++++++++++++++++++++++++ 2 files changed, 89 insertions(+) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago Trying to correct last merge css/conditionals/exec-ed/ee-program-finder.css | 58 +++++++++++++++----------- 1 file changed, 34 insertions(+), 24 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6545: theme date picker apply button. css/conditionals/exec-ed/ee-program-finder.css | 65 +++++++++++------------- sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++- 2 files changed, 38 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6477: allow filter pill styling to apply on isotopify lists. css/style.css | 70 +++++++++++--------- sass/partials/design/_search-filters.sass | 106 ++++++++++++++++-------------- 2 files changed, 98 insertions(+), 78 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6509: adjust arrow on date picker. css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- js/custom.js | 11 ----------- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 3 files changed, 4 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6541: theme apply and clear buttons. css/conditionals/exec-ed/ee-program-finder.css | 63 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 16 +++++- 2 files changed, 77 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6542: fix filter placeholder text styling. css/conditionals/exec-ed/ee-program-finder.css | 24 +++++++++++++----------- sass/conditionals/exec-ed/ee-program-finder.sass | 17 ++++++++++------- 2 files changed, 23 insertions(+), 18 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6545: theme date picker apply button. css/conditionals/exec-ed/ee-program-finder.css | 60 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++- 2 files changed, 67 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6477: allow filter pill styling to apply on isotopify lists. css/style.css | 70 +++++++++++--------- sass/partials/design/_search-filters.sass | 106 ++++++++++++++++-------------- 2 files changed, 98 insertions(+), 78 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6509: adjust arrow on date picker. css/conditionals/exec-ed/ee-program-finder.css | 4 ++-- js/custom.js | 11 ----------- sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++-- 3 files changed, 4 insertions(+), 15 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6541: theme apply and clear buttons. css/conditionals/exec-ed/ee-program-finder.css | 63 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 16 +++++- 2 files changed, 77 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6542: fix filter placeholder text styling. css/conditionals/exec-ed/ee-program-finder.css | 24 +++++++++++++----------- sass/conditionals/exec-ed/ee-program-finder.sass | 17 ++++++++++------- 2 files changed, 23 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6402: update menu theming. css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++++ 2 files changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: add styling for related program. css/conditionals/insights/related-to-idea-story.css | 20 +++++++++++++++++++- .../conditionals/insights/related-to-idea-story.sass | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6402: update menu theming. css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6503: add styling for related program. css/conditionals/insights/related-to-idea-story.css | 20 +++++++++++++++++++- .../conditionals/insights/related-to-idea-story.sass | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6371 Added code to gsb_theme_preprocess_field to hide field_related_faculty if empty template.php | 11 +++++++++++ 1 file changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6504: theme the program ctas block. css/conditionals/exec-ed/design-exec-ed.css | 78 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++++ 2 files changed, 122 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6504: theme the program ctas block. css/conditionals/exec-ed/design-exec-ed.css | 78 +++++++++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++++ 2 files changed, 122 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6527: add top carrots to top of dropdown. css/conditionals/exec-ed/ee-program-finder.css | 49 ++++++++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 48 +++++++++++++++++++---- 2 files changed, 83 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6516: theme the filter search. css/conditionals/exec-ed/ee-program-finder.css | 70 +++++++++++++++++++++++- js/custom.js | 9 +++ sass/conditionals/exec-ed/ee-program-finder.sass | 58 ++++++++++++++++++++ 3 files changed, 136 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6528: update month name styling. css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++++----- sass/conditionals/exec-ed/ee-program-finder.sass | 15 +++++++-------- 2 files changed, 17 insertions(+), 13 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6528: update month name styling. css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++++----- sass/conditionals/exec-ed/ee-program-finder.sass | 15 +++++++-------- 2 files changed, 17 insertions(+), 13 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6402: change left hand menu styling. css/conditionals/exec-ed/design-exec-ed.css | 21 +++++++++++++++++++++ sass/conditionals/exec-ed/design-exec-ed.sass | 18 ++++++++++++++++-- sass/partials/design/_menu-exec-ed.sass | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6521: make column styling specific. css/style.css | 4 ++-- sass/partials/design/_menu-main.sass | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6514: style the time commitment field. css/style.css | 9 ++++++--- sass/partials/design/_fpp-featured-program.sass | 8 +++----- 2 files changed, 9 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6514: style the time commitment field. css/style.css | 9 ++++++--- sass/partials/design/_fpp-featured-program.sass | 8 +++----- 2 files changed, 9 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: comment out arrow js. js/custom.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: style the date picker. css/conditionals/exec-ed/ee-program-finder.css | 87 +++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 101 +++++++++++++++++------ 2 files changed, 143 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: begin theming date picker. css/conditionals/exec-ed/ee-program-finder.css | 80 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 54 ++++++++++++++-- 2 files changed, 125 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: comment out arrow js. js/custom.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: style the date picker. css/conditionals/exec-ed/ee-program-finder.css | 87 +++++++++++++++---- sass/conditionals/exec-ed/ee-program-finder.sass | 101 +++++++++++++++++------ 2 files changed, 143 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6475: put select items in 3 columns. css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++-------- sass/conditionals/exec-ed/ee-program-finder.sass | 27 ++++++++++++--------- sass/partials/base/01-mixins/_custom.sass | 4 ++- 3 files changed, 39 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: theme the filters. css/conditionals/exec-ed/ee-program-finder.css | 215 +++++++++++++++++++++-- js/custom.js | 11 ++ sass/conditionals/exec-ed/ee-program-finder.sass | 155 ++++++++++++++-- sass/partials/base/01-mixins/_custom.sass | 7 + 4 files changed, 360 insertions(+), 28 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: begin theming date picker. css/conditionals/exec-ed/ee-program-finder.css | 80 +++++++++++++++++++++++- sass/conditionals/exec-ed/ee-program-finder.sass | 54 ++++++++++++++-- 2 files changed, 125 insertions(+), 9 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6475: put select items in 3 columns. css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++-------- sass/conditionals/exec-ed/ee-program-finder.sass | 27 ++++++++++++--------- sass/partials/base/01-mixins/_custom.sass | 4 ++- 3 files changed, 39 insertions(+), 23 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: theme the filters. css/conditionals/exec-ed/ee-program-finder.css | 215 +++++++++++++++++++++-- js/custom.js | 11 ++ sass/conditionals/exec-ed/ee-program-finder.sass | 155 ++++++++++++++-- sass/partials/base/01-mixins/_custom.sass | 7 + 4 files changed, 360 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6421 Small adjustment to the previous commit template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6421 Small adjustment to the previous commit template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6421 Added alter of action path for the google_appliance_block_form if we are on the exec-ed and seed pages template.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6421 Added alter of action path for the google_appliance_block_form if we are on the exec-ed page template.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6508: add full width to .isotopify-item. css/conditionals/exec-ed/ee-program-finder.css | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6476: theme the program format field. css/conditionals/exec-ed/ee-program-finder.css | 6 ++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++ 2 files changed, 13 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6476: theme the program format field. css/conditionals/exec-ed/ee-program-finder.css | 6 ++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++ 2 files changed, 13 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6500: add cover overlay option styling. css/style.css | 18 +++++++++++++++++- sass/partials/design/_fpp-featured-program.sass | 18 ++++++++++++++++-- 2 files changed, 33 insertions(+), 3 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6440: theme the featured program fpp. css/style.css | 82 +++++++++++++++++++++++- images/bg-feature-program-2016-01-29-2016-1.jpg | Bin 0 -> 47246 bytes sass/conditionals/e-newsletter-list.sass | 2 +- sass/partials/design/_all.sass | 1 + sass/partials/design/_fpp-featured-program.sass | 55 ++++++++++++++++ 5 files changed, 136 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6485: make changes to menu. css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++-- css/style.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++++-- sass/partials/design/_menu-exec-ed.sass | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6485: make changes to menu. css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++-- css/style.css | 4 ++-- sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++++-- sass/partials/design/_menu-exec-ed.sass | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: change green button color, remove gradient. css/conditionals/faculty-research/book-detail.css | 12 ++++-------- css/conditionals/faculty-research/case-detail.css | 12 ++++-------- css/conditionals/faculty-research/publication-detail.css | 12 ++++-------- .../faculty-research/working-paper-detail.css | 12 ++++-------- css/conditionals/form-rethink.css | 12 ++++-------- css/conditionals/insights/resources/image-resource.css | 12 ++++-------- css/conditionals/library/pane-bookmarklet.css | 12 ++++-------- css/style.css | 16 ++++++---------- sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 9 files changed, 35 insertions(+), 67 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: update filter theming. css/conditionals/exec-ed/ee-program-finder.css | 47 +++++++++++++++----- sass/conditionals/exec-ed/ee-program-finder.sass | 56 +++++++++++++++++++----- 2 files changed, 81 insertions(+), 22 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6447: responsive changes for list. css/conditionals/exec-ed/ee-program-finder.css | 13 +++++++++++-- sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++++--- 2 files changed, 17 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: add clear fix. css/conditionals/exec-ed/ee-program-finder.css | 2 ++ sass/conditionals/exec-ed/ee-program-finder.sass | 1 + 2 files changed, 3 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6448: start theming filters. css/conditionals/exec-ed/ee-program-finder.css | 23 +++++++++++++++++------ sass/conditionals/exec-ed/ee-program-finder.sass | 23 +++++++++++++++++------ 2 files changed, 34 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6449: theme the program finder layout. css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++-- js/custom.js | 9 ++ sass/conditionals/exec-ed/ee-program-finder.sass | 112 ++++++++++++++--------- 3 files changed, 112 insertions(+), 51 deletions(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6447: theme the progam finder list. css/conditionals/exec-ed/ee-program-finder.css | 35 ++++++++++++++++ sass/conditionals/exec-ed/ee-program-finder.sass | 52 +++++++++++++++++++++++- 2 files changed, 86 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6447: create partial for ee program finder. css/conditionals/exec-ed/ee-program-finder.css | 0 gsb_theme.info | 1 + sass/conditionals/exec-ed/ee-program-finder.sass | 10 ++++++++++ 3 files changed, 11 insertions(+) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago WP-6420: theming for ee main menu and masthead. css/conditionals/exec-ed/design-exec-ed.css | 222 ++++++++++++++++++++- css/style.css | 69 ++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 138 ++++++++++++- sass/partials/base/00-variables/_base.sass | 1 + sass/partials/design/_design.sass | 30 ++- .../design/_google-search-page-elements.sass | 2 - sass/partials/design/_menu-exec-ed.sass | 26 +-- sass/partials/design/_menu-main-mega.sass | 3 +- sass/partials/design/_menu-main.sass | 24 +-- sass/partials/design/_search-filters.sass | 12 ++ 10 files changed, 456 insertions(+), 71 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago WP-6420: theme exec ed mega menu. css/conditionals/exec-ed/design-exec-ed.css | 15 ++ css/conditionals/insights/design-insights.css | 2 +- css/style.css | 244 +++++---------------- gsb_theme.info | 3 + .../minipanel-one-column/minipanel-one-column.css | 6 - .../minipanel-one-column.tpl.php | 1 - sass/conditionals/exec-ed/design-exec-ed.sass | 22 ++ sass/conditionals/insights/design-insights.sass | 2 +- sass/partials/design/_design.sass | 18 +- sass/partials/design/_menu-exec-ed.sass | 142 ++---------- sass/partials/design/_menu-main.sass | 13 +- template.php | 2 + 12 files changed, 142 insertions(+), 328 deletions(-) view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago WP-6420: create partial for exec ed menu. css/style.css | 300 ++++++++++++++++++++++++++++++++ sass/partials/design/_all.sass | 1 + sass/partials/design/_menu-exec-ed.sass | 196 +++++++++++++++++++++ 3 files changed, 497 insertions(+) view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago WP-6420: theming for ee main menu and masthead. css/conditionals/exec-ed/design-exec-ed.css | 222 ++++++++++++++++++++- css/style.css | 69 ++++--- sass/conditionals/exec-ed/design-exec-ed.sass | 138 ++++++++++++- sass/partials/base/00-variables/_base.sass | 1 + sass/partials/design/_design.sass | 30 ++- .../design/_google-search-page-elements.sass | 2 - sass/partials/design/_menu-exec-ed.sass | 26 +-- sass/partials/design/_menu-main-mega.sass | 3 +- sass/partials/design/_menu-main.sass | 24 +-- sass/partials/design/_search-filters.sass | 12 ++ 10 files changed, 456 insertions(+), 71 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6420: theme exec ed mega menu. css/conditionals/exec-ed/design-exec-ed.css | 15 ++ css/conditionals/insights/design-insights.css | 2 +- css/style.css | 244 +++++---------------- gsb_theme.info | 3 + .../minipanel-one-column/minipanel-one-column.css | 6 - .../minipanel-one-column.tpl.php | 1 - sass/conditionals/exec-ed/design-exec-ed.sass | 22 ++ sass/conditionals/insights/design-insights.sass | 2 +- sass/partials/design/_design.sass | 18 +- sass/partials/design/_menu-exec-ed.sass | 142 ++---------- sass/partials/design/_menu-main.sass | 13 +- template.php | 5 +- 12 files changed, 144 insertions(+), 329 deletions(-) view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago Added check for menu-executive-education-mega-me when preprocessing menu_link template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6420: create partial for exec ed menu. css/style.css | 300 ++++++++++++++++++++++++++++++++ sass/partials/design/_all.sass | 1 + sass/partials/design/_menu-exec-ed.sass | 196 +++++++++++++++++++++ 3 files changed, 497 insertions(+) view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago WP-6398: adjust faculty titles. css/conditionals/faculty-research/faculty-detail.css | 7 +++++-- sass/conditionals/faculty-research/faculty-detail.sass | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6398: adjust faculty titles. css/conditionals/faculty-research/faculty-detail.css | 7 +++++-- sass/conditionals/faculty-research/faculty-detail.sass | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6417: hide admin title on image cta. css/style.css | 3 +++ sass/partials/design/_cta-image.sass | 5 +++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-5064: use flexbox for insights layouts. css/conditionals/insights/design-insights.css | 28 +---- css/style.css | 109 ++++--------------- layouts/gsb-insights-a/gsb-insights-a.inc | 37 +++---- layouts/gsb-insights-a/gsb-insights-a.tpl.php | 138 ++++++++++++------------ sass/conditionals/insights/design-insights.sass | 17 ++- sass/partials/base/05-layouts/_layouts.sass | 52 ++++----- 6 files changed, 131 insertions(+), 250 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6413: adjust margin on event detail. css/conditionals/event/event-detail.css | 2 +- sass/conditionals/event/event-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6408: update typography on faculty detail page. css/conditionals/alumni/alumni-detail.css | 2 +- css/conditionals/faculty-research/faculty-detail.css | 9 ++++++--- css/conditionals/staff-detail.css | 2 +- sass/conditionals/faculty-research/faculty-detail.sass | 7 +++++-- sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago WP-6411: hide title on Endeavor landing page. css/style.css | 8 ++------ sass/partials/design/_design.sass | 3 ++- 2 files changed, 4 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6411: hide title on Endeavor landing page. css/style.css | 8 ++------ sass/partials/design/_design.sass | 3 ++- 2 files changed, 4 insertions(+), 7 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6398: update sad title styling. css/conditionals/faculty-research/faculty-detail.css | 1 + sass/conditionals/faculty-research/faculty-detail.sass | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago WP-6392: adjust width of middle columns. css/style.css | 2 +- sass/partials/base/05-layouts/_layouts.sass | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6392: adjust width of middle columns. css/style.css | 3 +-- sass/partials/base/05-layouts/_layouts.sass | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6398: update faculty profile theming with new titles. .../faculty-research/faculty-detail.css | 34 +++++++++++++--------- css/style.css | 1 - .../faculty-research/faculty-detail.sass | 33 +++++++++++++++------ sass/partials/base/05-layouts/_layouts.sass | 3 -- 4 files changed, 45 insertions(+), 26 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6392: create new panels layout gsb widescreen. css/style.css | 90 +++++++++++++++++++++++++- layouts/gsb-widescreen/gsb-widescreen.inc | 17 +++++ layouts/gsb-widescreen/gsb-widescreen.png | Bin 0 -> 979 bytes layouts/gsb-widescreen/gsb-widescreen.tpl.php | 73 +++++++++++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 64 ++++++++++++++++++ sass/partials/design/_design.sass | 3 +- 6 files changed, 245 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6381: apply font regular to caption in academic calendar. css/conditionals/event/view-academic-calendar.css | 1 + sass/conditionals/event/view-academic-calendar.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6380: update show more link styling. css/style.css | 13 ++++++------- sass/partials/base/03-extend/_gsb-revamp.sass | 6 +++--- sass/partials/design/_fpp-links.sass | 7 +++---- 3 files changed, 12 insertions(+), 14 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6379: adjust width so that border shows. css/style.css | 2 +- sass/partials/design/_menu-main.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6378: adjust padding on insights list. css/conditionals/insights/insights-topic-listing.css | 4 ++-- sass/conditionals/insights/insights-topic-listing.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6244: remove max width on video and house ad when in stacked configuration. css/style.css | 21 ++++++++++++--------- .../base/06-ui-patterns/_drupal-patterns.sass | 8 +++++++- sass/partials/design/_video.sass | 1 - 3 files changed, 19 insertions(+), 11 deletions(-) view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago WP-6365 add template for html email templates/htmlmail--gsb_public_statistics.tpl.php | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6305: reduce padding on related people. css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6366: fix the filter alignment. css/style.css | 6 ++---- sass/partials/design/_search-filters.sass | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6366: fix the filter alignment. css/style.css | 6 ++---- sass/partials/design/_search-filters.sass | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-3894: adjust footnote numbers. css/style.css | 9 +++++---- sass/partials/design/_design.sass | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6370: add space above remove button. css/admin-modal/admin-modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6323: adjust program finder select. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 9 months ago WP-6240: override external link icon size. css/style.css | 3 +++ sass/partials/design/_cta.sass | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 9 months ago WP-6300: remove margin right on mobile. css/style.css | 5 ----- sass/partials/design/_design.sass | 2 -- 2 files changed, 7 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-3894: adjust footnote numbers. css/style.css | 9 +++++---- sass/partials/design/_design.sass | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6370: add space above remove button. css/admin-modal/admin-modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6369: update fieldset theming for related fieldset. css/style.css | 96 ++++++++++++++++--------------- js/custom.js | 2 +- sass/partials/design/_search-filters.sass | 37 ++++++------ 3 files changed, 72 insertions(+), 63 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-5217: add clear so that grid is aligned. css/style.css | 1 + sass/partials/design/_fpp-people.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6364: add container for soundclound mini player. css/conditionals/insights/resources/soundcloud-resource.css | 5 +++++ sass/conditionals/insights/resources/soundcloud-resource.sass | 9 +++++++++ 2 files changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 9 months ago WP-6020: update show more. css/style.css | 1 + sass/partials/design/_pager.sass | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 9 months ago WP-3894: update the footnote styling. css/style.css | 5 +++-- sass/partials/design/_design.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 9 months ago WP-5486: update the width of search. css/style.css | 2 +- sass/partials/design/_search-filters.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 9 months ago WP-5486: remove hover. css/style.css | 6 ++++++ sass/partials/design/_menu-main.sass | 4 ++++ 2 files changed, 10 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-5217: add clear so that grid is aligned. css/style.css | 1 + sass/partials/design/_fpp-people.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6364: add container for soundclound mini player. css/conditionals/insights/resources/soundcloud-resource.css | 5 +++++ sass/conditionals/insights/resources/soundcloud-resource.sass | 9 +++++++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6356: remove external icons on video formatter. css/style.css | 3 ++- sass/partials/base/06-ui-patterns/_drupal-patterns.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6323: adjust program finder select. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6318: set max width on inputs. css/style.css | 4 ++++ sass/partials/design/_search-filters.sass | 2 ++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6318: set max width on inputs. css/style.css | 4 ++++ sass/partials/design/_search-filters.sass | 2 ++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6356: hide external icon on images. css/style.css | 4 ++++ sass/partials/base/06-ui-patterns/_drupal-patterns.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6330: need to cover list and grid. css/style.css | 6 ++++-- sass/partials/design/_fpp-people.sass | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6314: adjust exit button. css/style.css | 4 ++-- sass/partials/design/_search-filters.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6332: hide external icon. css/style.css | 3 +++ sass/partials/design/_view-mode-expanded.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6314: adjust exit button. css/style.css | 4 ++-- sass/partials/design/_search-filters.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6332: hide external icon. css/style.css | 3 +++ sass/partials/design/_view-mode-expanded.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6330: adjust z-index for linked image. css/style.css | 2 ++ sass/partials/design/_fpp-people.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6090: adjust z-index for linked image. css/style.css | 5 +++++ sass/partials/design/_house-ads.sass | 6 ++++++ 2 files changed, 11 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6090: adjust z-index for linked image. css/style.css | 5 +++++ sass/partials/design/_house-ads.sass | 6 ++++++ 2 files changed, 11 insertions(+) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6089: hide external link icon on image. css/style.css | 7 +++++++ sass/partials/design/_existing-node.sass | 2 ++ 2 files changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6314: adjust the clear buttons. css/style.css | 6 +++++- sass/partials/design/_search-filters.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6318: adjust date labels. css/style.css | 3 ++- sass/partials/design/_search-filters.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago WP-6322 Fix for tray on mobile for All Research view js/custom.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6318: adjust date labels. css/style.css | 3 ++- sass/partials/design/_search-filters.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago WP-6284: adjust twitter button. css/style.css | 8 ++++++++ sass/partials/design/_design.sass | 10 ++++++++++ 2 files changed, 18 insertions(+) view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 9 months ago WP-6315 Hiding dates for admission events in mobile js/custom.js | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6314: adjust the clear buttons. css/style.css | 6 +++++- sass/partials/design/_search-filters.sass | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago WP-6284: adjust twitter button. css/style.css | 8 ++++++++ sass/partials/design/_design.sass | 10 ++++++++++ 2 files changed, 18 insertions(+) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6315 Hiding dates for admission events in mobile js/custom.js | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6312: do not use tray for all research list. css/style.css | 59 ++++++++++++++++++++++++++++--- js/custom.js | 4 +-- sass/partials/design/_search-filters.sass | 38 ++++++++++++++++---- 3 files changed, 88 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago WP-6307 positioned datepicker based on offset js/custom.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6307 positioned datepicker based on offset js/custom.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6306: prevent title wrapping. css/conditionals/insights/related-to-idea-story.css | 5 +++++ sass/conditionals/insights/related-to-idea-story.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6280: update date picker theming. css/style.css | 70 +++++++++++-------------------- sass/partials/design/_search-filters.sass | 36 ++++++++-------- 2 files changed, 41 insertions(+), 65 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago WP-6168 Fix for tray and filter states js/custom.js | 92 +++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 23 deletions(-) view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago WP-6168 Fix for tray and filter states js/custom.js | 92 +++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 23 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6289: position the clear all button. css/style.css | 3 +-- sass/partials/design/_search-filters.sass | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6240: override external link icon size. css/style.css | 3 +++ sass/partials/design/_cta.sass | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6300: remove margin right on mobile. css/style.css | 5 ----- sass/partials/design/_design.sass | 2 -- 2 files changed, 7 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6223: add word wrap. css/conditionals/msx-fellow-landing-list.css | 1 + sass/conditionals/msx-fellow-landing-list.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6286: adjust padding on homepage. css/style.css | 3 +++ sass/partials/design/_design.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6231: remove chute css. css/style.css | 4 ---- sass/partials/design/_design.sass | 6 ------ 2 files changed, 10 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-3894: update the footnote styling. css/style.css | 5 +++-- sass/partials/design/_design.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6051: update padding on tray. css/style.css | 4 ++-- sass/partials/design/_search-filters.sass | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6265: hide clear all on desktop. css/style.css | 16 +++++++++++----- sass/partials/design/_search-filters.sass | 13 ++++++++----- 2 files changed, 19 insertions(+), 10 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6252: add styling for mini player widths. .../insights/resources/soundcloud-resource.css | 12 ++++++------ .../insights/resources/soundcloud-resource.sass | 19 ++++++++++++------- 2 files changed, 18 insertions(+), 13 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6231: remove chute css. css/style.css | 4 ---- sass/partials/design/_design.sass | 6 ------ 2 files changed, 10 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6144: add a float clearfix to the body field. css/style.css | 9 ++++++++- sass/partials/design/_wysiwyg.sass | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6212: update button styles and filter buttons. css/conditionals/alumni/alumni-reunion-finder.css | 10 ++- css/conditionals/faculty-research/book-detail.css | 5 +- css/conditionals/faculty-research/case-detail.css | 5 +- .../faculty-research/publication-detail.css | 10 ++- .../faculty-research/working-paper-detail.css | 10 ++- css/conditionals/form-rethink.css | 10 ++- .../insights/resources/image-resource.css | 10 ++- css/conditionals/library/pane-bookmarklet.css | 10 ++- css/style.css | 84 +++++++++++----------- sass/partials/base/03-extend/_gsb-revamp.sass | 12 ++-- sass/partials/design/_search-filters.sass | 38 +++++----- 11 files changed, 119 insertions(+), 85 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6230: update msx list theming. css/conditionals/msx-fellow-landing-list.css | 20 ++-- css/style.css | 156 ++++++++++++++++++++----- sass/conditionals/msx-fellow-landing-list.sass | 7 +- sass/partials/design/_search-filters.sass | 58 +++++---- template.php | 11 +- 5 files changed, 184 insertions(+), 68 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6230: remove old styling. css/style.css | 292 +----------------------------- sass/partials/design/_az-filter.sass | 82 +-------- sass/partials/design/_search-filters.sass | 115 ------------ 3 files changed, 7 insertions(+), 482 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6165: adjust the faculty on case detail in related. css/conditionals/faculty-research/meta-research-detail.css | 2 +- sass/conditionals/faculty-research/meta-research-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5903: adjust margin on title wrapper for offsite expanded. css/style.css | 4 ++-- sass/partials/design/_view-mode-expanded.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6212: update button styles and filter buttons. css/conditionals/alumni/alumni-reunion-finder.css | 10 ++- css/conditionals/faculty-research/book-detail.css | 5 +- css/conditionals/faculty-research/case-detail.css | 5 +- .../faculty-research/publication-detail.css | 10 ++- .../faculty-research/working-paper-detail.css | 10 ++- css/conditionals/form-rethink.css | 10 ++- .../insights/resources/image-resource.css | 10 ++- css/conditionals/library/pane-bookmarklet.css | 10 ++- css/style.css | 84 +++++++++++----------- sass/partials/base/03-extend/_gsb-revamp.sass | 12 ++-- sass/partials/design/_search-filters.sass | 38 +++++----- 11 files changed, 119 insertions(+), 85 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6230: update msx list theming. css/conditionals/msx-fellow-landing-list.css | 20 ++-- css/style.css | 156 ++++++++++++++++++++----- sass/conditionals/msx-fellow-landing-list.sass | 7 +- sass/partials/design/_search-filters.sass | 58 +++++---- template.php | 11 +- 5 files changed, 184 insertions(+), 68 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6230: remove old styling. css/style.css | 292 +----------------------------- sass/partials/design/_az-filter.sass | 82 +-------- sass/partials/design/_search-filters.sass | 115 ------------ 3 files changed, 7 insertions(+), 482 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6165: adjust the faculty on case detail in related. css/conditionals/faculty-research/meta-research-detail.css | 2 +- sass/conditionals/faculty-research/meta-research-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5903: adjust margin on title wrapper for offsite expanded. css/style.css | 4 ++-- sass/partials/design/_view-mode-expanded.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5490: update line height. css/style.css | 2 +- sass/partials/design/_fpp-text.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6247: updated the taxonomy theming. css/conditionals/faculty-research/case-detail.css | 1 - sass/conditionals/faculty-research/case-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6051: adjust the margin. css/style.css | 3 +++ sass/partials/design/_search-filters.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6050: add back tray. css/style.css | 84 ++++++++++++++++++++++++++---- js/custom.js | 3 +- sass/partials/design/_search-filters.sass | 85 ++++++++++++++----------------- 3 files changed, 111 insertions(+), 61 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6144: increase margin above list. css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6139: fix the title on alum reunion agenda item detail. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 1 + sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6001: change line height on title in people fpp list. css/style.css | 2 +- sass/partials/design/_fpp-people.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5975: adjust h3 and h4 headers in body text. css/style.css | 12 +++++------- sass/partials/design/_fpp-text.sass | 4 +--- sass/partials/design/_wysiwyg.sass | 8 ++++---- 3 files changed, 10 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5974: remove positioning on lock icon. css/style.css | 2 -- sass/partials/design/_fpp-files.sass | 2 -- 2 files changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5931: update logo margin. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5919: adjust padding for mobile on events landing. css/style.css | 5 +---- sass/partials/design/_design.sass | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5929: update accordion title styling. css/style.css | 7 +++---- sass/partials/design/_accordion.sass | 7 ++++--- 2 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5490: update h3 line height in text fpp. css/style.css | 2 +- sass/partials/design/_fpp-text.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5483: updat title size of search results. css/style.css | 5 +++++ sass/partials/design/_google-search-page-elements.sass | 5 +++++ 2 files changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5630: updat paragraph font size on alumni detail. css/conditionals/alumni/alumni-detail.css | 3 +++ sass/conditionals/alumni/alumni-detail.sass | 1 + 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5594: update spacing between links. css/conditionals/alumni/alumni-detail.css | 4 ++-- css/conditionals/faculty-research/faculty-detail.css | 2 +- sass/conditionals/alumni/alumni-detail.sass | 4 ++-- sass/conditionals/faculty-research/faculty-detail.sass | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-5587: streamline block title styles. css/style.css | 35 +++++++++++++++++++++-------------- sass/partials/design/_fpp-files.sass | 4 +++- sass/partials/design/_fpp-links.sass | 3 ++- sass/partials/design/_fpp-text.sass | 9 ++++++--- sass/partials/design/_menu-block.sass | 9 +++++---- 5 files changed, 37 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Palagyi, 9 months ago WP-6223: update MSx listing theming. css/conditionals/msx-fellow-landing-list.css | 73 +++++++------------------- sass/conditionals/msx-fellow-landing-list.sass | 67 ++++++++++------------- 2 files changed, 46 insertions(+), 94 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6247: updated the taxonomy theming. css/conditionals/faculty-research/case-detail.css | 1 - sass/conditionals/faculty-research/case-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6051: adjust the margin. css/style.css | 3 +++ sass/partials/design/_search-filters.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6050: add back tray. css/style.css | 84 ++++++++++++++++++++++++++---- js/custom.js | 3 +- sass/partials/design/_search-filters.sass | 85 ++++++++++++++----------------- 3 files changed, 111 insertions(+), 61 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5486: update the width of search. css/style.css | 2 +- sass/partials/design/_search-filters.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5486: remove hover. css/style.css | 6 ++++++ sass/partials/design/_menu-main.sass | 4 ++++ 2 files changed, 10 insertions(+) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6020: update show more. css/style.css | 1 + sass/partials/design/_pager.sass | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6222: update video list theming. css/style.css | 47 +++++++++++++++++++++++++++++++++++++--- sass/partials/design/_video.sass | 23 +++++++++++++++++--- 2 files changed, 64 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Update panels-add-content-link.tpl.php templates/panels-add-content-link.tpl.php | 1 - 1 file changed, 1 deletion(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago WP-6152 Changed to use empty() check for $first_page and $stock_content_page variables templates/panels-add-content-link.tpl.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6152 Changed to use empty() check for $first_page and $stock_content_page variables templates/panels-add-content-link.tpl.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6165: adjust padding in related block. css/conditionals/insights/related-to-idea-story.css | 4 ++-- sass/conditionals/insights/related-to-idea-story.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6144: increase margin above list. css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6139: fix the title on alum reunion agenda item detail. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 1 + sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6001: change line height on title in people fpp list. css/style.css | 2 +- sass/partials/design/_fpp-people.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5975: adjust h3 and h4 headers in body text. css/style.css | 10 ++++------ sass/partials/design/_fpp-text.sass | 2 -- sass/partials/design/_wysiwyg.sass | 8 ++++---- 3 files changed, 8 insertions(+), 12 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5974: remove positioning on lock icon. css/style.css | 2 -- sass/partials/design/_fpp-files.sass | 2 -- 2 files changed, 4 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5931: update logo margin. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-5929: update accordion title styling. css/style.css | 7 +++---- sass/partials/design/_accordion.sass | 7 ++++--- 2 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago Fixes a warning we were getting on /programs page template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6225: update table theming. css/style.css | 19 ++++++++++++++++++- sass/partials/design/_wysiwyg.sass | 13 ++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago WP-6225: update table theming. css/style.css | 8 +++++++- sass/partials/design/_wysiwyg.sass | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago WP-6208: theme the msx admissions list. css/conditionals/event/event-landing.css | 12 ++-- css/style.css | 107 +++++++++++++++++++++-------- sass/conditionals/event/event-landing.sass | 5 +- sass/partials/design/_search-filters.sass | 12 ++-- template.php | 10 ++- 5 files changed, 105 insertions(+), 41 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-5874: add theming to hide class. css/conditionals/faculty-research/book-detail.css | 5 +++-- css/conditionals/insights/related-to-idea-story.css | 4 ++++ sass/conditionals/faculty-research/book-detail.sass | 5 ++--- sass/conditionals/insights/related-to-idea-story.sass | 4 ++++ 4 files changed, 13 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Palagyi, 10 months ago WP-6048: bring title sizes in line across teaser type content. css/style.css | 6 +++--- sass/partials/design/_existing-node.sass | 2 +- sass/partials/design/_fpp-spotlight.sass | 2 +- sass/partials/design/_video.sass | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Palagyi, 10 months ago WP-5952: change to table spacing in wysiwyg. css/style.css | 2 +- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 10 months ago WP-5874 Added code to set 'hide_this' class if element is a 'related' group wrapper and has no children template.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Palagyi, 9 months ago WP-5913: update styling for publication info. .../faculty-research/view-mode-teaser-listing.css | 2 +- css/conditionals/insights/featured-insight-card.css | 8 +++++++- css/style.css | 15 +++++++++------ .../faculty-research/view-mode-teaser-listing.sass | 2 +- sass/conditionals/insights/featured-insight-card.sass | 9 ++++++++- sass/partials/design/_existing-node.sass | 6 ++++++ sass/partials/design/_view-mode-compact.sass | 5 ++--- sass/partials/design/_view-mode-expanded.sass | 5 ++--- 8 files changed, 36 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Palagyi, 9 months ago WP-6199: update the pill style. css/style.css | 4 +--- sass/partials/design/_search-filters.sass | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Palagyi, 9 months ago WP-6210: update case detail styling. css/conditionals/faculty-research/case-detail.css | 77 +++++++++++++--------- .../faculty-research/meta-research-detail.css | 2 +- .../conditionals/faculty-research/case-detail.sass | 53 +++++++-------- .../faculty-research/meta-research-detail.sass | 2 +- 4 files changed, 70 insertions(+), 64 deletions(-) view commit - committer: Meghan Palagyi, 9 months ago author: Meghan Palagyi, 9 months ago WP-5991: update act listing spacing. css/conditionals/alumni/view-mode-act-project-listing.css | 5 ++++- sass/conditionals/alumni/view-mode-act-project-listing.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6197: comment out changes for tray. css/style.css | 84 ++++------------------------- js/custom.js | 3 +- sass/partials/design/_search-filters.sass | 87 +++++++++++++++++-------------- 3 files changed, 62 insertions(+), 112 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6191: fix comma wrapping issue. css/style.css | 8 +++----- sass/partials/design/_accordion.sass | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6033: update the event detail responsive interaction and global page space above footer. css/conditionals/event/admission-event-detail.css | 1 - css/conditionals/event/event-detail.css | 12 ++++++++---- css/style.css | 5 ++++- sass/conditionals/event/admission-event-detail.sass | 1 - sass/conditionals/event/event-detail.sass | 9 +++++---- sass/partials/design/_design.sass | 4 +++- 6 files changed, 20 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6051: make sure the labels do not wrap under. css/style.css | 12 +++++++----- sass/partials/design/_search-filters.sass | 10 +++++----- 2 files changed, 12 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6051: update the tray theming. css/style.css | 26 ++++++++++++++++++- sass/partials/design/_search-filters.sass | 43 +++++++++++++++++++++++-------- 2 files changed, 57 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6123: update case year field. css/conditionals/faculty-research/case-detail.css | 2 +- css/conditionals/faculty-research/meta-research-detail.css | 4 ---- css/conditionals/faculty-research/view-mode-teaser-listing.css | 3 +-- css/conditionals/faculty-research/view-mode-views-content-pane.css | 1 - css/style.css | 4 +--- sass/conditionals/faculty-research/case-detail.sass | 2 +- sass/conditionals/faculty-research/meta-research-detail.sass | 1 - sass/conditionals/faculty-research/view-mode-teaser-listing.sass | 3 +-- sass/conditionals/faculty-research/view-mode-views-content-pane.sass | 3 +-- sass/partials/design/_existing-node.sass | 2 +- sass/partials/design/_view-mode-compact.sass | 3 +-- sass/partials/design/_view-mode-expanded.sass | 3 +-- 12 files changed, 9 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6126: add styling for container class. css/style.css | 54 ++++++++++++++++++++++++----------- sass/partials/design/_fpp-people.sass | 9 +++++- 2 files changed, 46 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6065: theme the podcast header. css/conditionals/insights/resources/soundcloud-resource.css | 6 ++++++ sass/conditionals/insights/resources/soundcloud-resource.sass | 7 +++++++ 2 files changed, 13 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6109: theming for admission event locations list. css/style.css | 33 ++++++++++++++++++++++++---- sass/partials/design/_accordion.sass | 21 ++++++++++++++++++ sass/partials/design/_design.sass | 4 ++++ sass/partials/design/_fieldgroup-commas.sass | 4 ---- 4 files changed, 54 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6134: increase font size of infographic label. css/style.css | 2 +- sass/partials/design/_existing-node.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6133: remove min height from sponsors. css/conditionals/event/event-detail.css | 1 - sass/conditionals/event/event-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6033: update admission event and event detail page styling. css/conditionals/event/admission-event-detail.css | 19 +++++++++++++--- css/conditionals/event/event-detail.css | 26 +++++++++++++++++----- .../conditionals/event/admission-event-detail.sass | 15 +++++++++++-- sass/conditionals/event/event-detail.sass | 21 +++++++++++++---- sass/partials/base/03-extend/_gsb-revamp.sass | 3 ++- 5 files changed, 69 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-5916: restore filters on mobile. css/style.css | 5 ----- sass/partials/design/_search-filters.sass | 2 -- 2 files changed, 7 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6050: implement off canvas tray for mobile filters. css/style.css | 147 +++++++++++++++++++----------- gsb_theme.info | 2 +- js/custom.js | 34 ++++--- sass/partials/design/_search-filters.sass | 49 ++++++---- 4 files changed, 149 insertions(+), 83 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6050: set up tray. gsb_theme.info | 8 +++++++- js/custom.js | 25 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6050: add mmenu-master library. js/libs/mmenu-master/.gitignore | 6 + js/libs/mmenu-master/Guardfile | 302 ++++ js/libs/mmenu-master/LICENSE.txt | 9 + js/libs/mmenu-master/README.md | 38 + js/libs/mmenu-master/bower.json | 28 + js/libs/mmenu-master/composer.json | 21 + js/libs/mmenu-master/demo/advanced.html | 78 + js/libs/mmenu-master/demo/css/demo.css | 98 ++ js/libs/mmenu-master/demo/css/site.css | 65 + js/libs/mmenu-master/demo/default.html | 53 + js/libs/mmenu-master/demo/onepage.html | 143 ++ .../addons/js/jquery.mmenu.currentitem.min.js | 6 + .../addons/js/jquery.mmenu.dragclose.min.js | 6 + .../extensions/css/jquery.mmenu.leftsubpanels.css | 47 + .../extensions/css/jquery.mmenu.panelshadow.css | 6 + .../dist/addons/css/jquery.mmenu.autoheight.css | 10 + .../dist/addons/css/jquery.mmenu.counters.css | 33 + .../dist/addons/css/jquery.mmenu.dividers.css | 41 + .../dist/addons/css/jquery.mmenu.dragopen.css | 10 + .../dist/addons/css/jquery.mmenu.iconpanels.css | 60 + .../dist/addons/css/jquery.mmenu.navbars.css | 127 ++ .../dist/addons/css/jquery.mmenu.offcanvas.css | 69 + .../dist/addons/css/jquery.mmenu.searchfield.css | 59 + .../addons/css/jquery.mmenu.sectionindexer.css | 38 + .../dist/addons/css/jquery.mmenu.toggles.css | 99 ++ .../dist/addons/js/jquery.mmenu.autoheight.min.js | 7 + .../dist/addons/js/jquery.mmenu.backbutton.min.js | 7 + .../dist/addons/js/jquery.mmenu.counters.min.js | 7 + .../dist/addons/js/jquery.mmenu.dividers.min.js | 7 + .../dist/addons/js/jquery.mmenu.dragopen.min.js | 7 + .../addons/js/jquery.mmenu.fixedelements.min.js | 7 + .../dist/addons/js/jquery.mmenu.iconpanels.min.js | 7 + .../dist/addons/js/jquery.mmenu.navbars.min.js | 43 + .../dist/addons/js/jquery.mmenu.offcanvas.min.js | 7 + .../dist/addons/js/jquery.mmenu.searchfield.min.js | 7 + .../addons/js/jquery.mmenu.sectionindexer.min.js | 7 + .../dist/addons/js/jquery.mmenu.toggles.min.js | 7 + .../dist/core/css/jquery.mmenu.all.css | 1589 ++++++++++++++++++++ .../mmenu-master/dist/core/css/jquery.mmenu.css | 383 +++++ .../dist/core/css/jquery.mmenu.oncanvas.css | 310 ++++ .../dist/core/js/jquery.mmenu.min.all.js | 133 ++ .../mmenu-master/dist/core/js/jquery.mmenu.min.js | 20 + .../dist/core/js/jquery.mmenu.oncanvas.min.js | 13 + .../dist/core/js/umd/jquery.mmenu.umd.all.js | 153 ++ .../dist/core/js/umd/jquery.mmenu.umd.js | 40 + .../extensions/css/jquery.mmenu.borderstyle.css | 14 + .../dist/extensions/css/jquery.mmenu.effects.css | 266 ++++ .../extensions/css/jquery.mmenu.fullscreen.css | 57 + .../dist/extensions/css/jquery.mmenu.iconbar.css | 21 + .../dist/extensions/css/jquery.mmenu.multiline.css | 11 + .../dist/extensions/css/jquery.mmenu.pagedim.css | 14 + .../extensions/css/jquery.mmenu.pageshadow.css | 21 + .../extensions/css/jquery.mmenu.positioning.css | 91 ++ .../dist/extensions/css/jquery.mmenu.themes.css | 171 +++ .../dist/extensions/css/jquery.mmenu.tileview.css | 67 + .../extensions/css/jquery.mmenu.widescreen.css | 44 + .../wrappers/js/jquery.mmenu.jquerymobile.min.js | 1 + .../dist/wrappers/js/jquery.mmenu.olark.min.js | 1 + .../wrappers/js/jquery.mmenu.turbolinks.min.js | 1 + .../dist/wrappers/js/jquery.mmenu.wordpress.min.js | 1 + js/libs/mmenu-master/index.html | 28 + js/libs/mmenu-master/mmenu.jquery.json | 31 + js/libs/mmenu-master/package.json | 25 + .../3rdparty/addons/js/jquery.mmenu.currentitem.js | 72 + .../3rdparty/addons/js/jquery.mmenu.dragclose.js | 127 ++ .../extensions/css/jquery.mmenu.leftsubpanels.scss | 66 + .../extensions/css/jquery.mmenu.panelshadow.scss | 11 + .../src/addons/css/jquery.mmenu.autoheight.scss | 25 + .../src/addons/css/jquery.mmenu.counters.scss | 57 + .../src/addons/css/jquery.mmenu.dividers.scss | 56 + .../src/addons/css/jquery.mmenu.dragopen.scss | 14 + .../src/addons/css/jquery.mmenu.iconpanels.scss | 56 + .../src/addons/css/jquery.mmenu.navbars.scss | 116 ++ .../src/addons/css/jquery.mmenu.offcanvas.scss | 72 + .../src/addons/css/jquery.mmenu.searchfield.scss | 95 ++ .../addons/css/jquery.mmenu.sectionindexer.scss | 52 + .../src/addons/css/jquery.mmenu.toggles.scss | 171 +++ .../mmenu-master/src/addons/js/addon-template.js | 72 + .../src/addons/js/jquery.mmenu.autoheight.js | 121 ++ .../src/addons/js/jquery.mmenu.backbutton.js | 105 ++ .../src/addons/js/jquery.mmenu.counters.js | 139 ++ .../src/addons/js/jquery.mmenu.dividers.js | 238 +++ .../src/addons/js/jquery.mmenu.dragopen.js | 308 ++++ .../src/addons/js/jquery.mmenu.fixedelements.js | 68 + .../src/addons/js/jquery.mmenu.iconpanels.js | 131 ++ .../addons/js/jquery.mmenu.navbar.breadcrumbs.js | 78 + .../src/addons/js/jquery.mmenu.navbar.close.js | 36 + .../src/addons/js/jquery.mmenu.navbar.next.js | 49 + .../src/addons/js/jquery.mmenu.navbar.prev.js | 54 + .../addons/js/jquery.mmenu.navbar.searchfield.js | 29 + .../src/addons/js/jquery.mmenu.navbar.title.js | 54 + .../src/addons/js/jquery.mmenu.navbars.js | 165 ++ .../src/addons/js/jquery.mmenu.offcanvas.js | 435 ++++++ .../src/addons/js/jquery.mmenu.searchfield.js | 353 +++++ .../src/addons/js/jquery.mmenu.sectionindexer.js | 176 +++ .../src/addons/js/jquery.mmenu.toggles.js | 83 + .../mmenu-master/src/core/css/_inc/_colors.scss | 175 +++ .../mmenu-master/src/core/css/_inc/_mixins.scss | 135 ++ .../mmenu-master/src/core/css/_inc/_sizing.scss | 86 ++ .../mmenu-master/src/core/css/_inc/_variables.scss | 66 + .../src/core/css/jquery.mmenu.all.scss | 21 + .../src/core/css/jquery.mmenu.oncanvas.scss | 394 +++++ .../mmenu-master/src/core/css/jquery.mmenu.scss | 6 + js/libs/mmenu-master/src/core/js/jquery.mmenu.js | 8 + .../src/core/js/jquery.mmenu.oncanvas.js | 855 +++++++++++ js/libs/mmenu-master/src/core/js/umd/affix.js | 1 + js/libs/mmenu-master/src/core/js/umd/prefix.js | 18 + .../extensions/css/jquery.mmenu.borderstyle.scss | 33 + .../src/extensions/css/jquery.mmenu.effects.scss | 199 +++ .../extensions/css/jquery.mmenu.fullscreen.scss | 24 + .../src/extensions/css/jquery.mmenu.iconbar.scss | 26 + .../src/extensions/css/jquery.mmenu.multiline.scss | 18 + .../src/extensions/css/jquery.mmenu.pagedim.scss | 36 + .../extensions/css/jquery.mmenu.pageshadow.scss | 36 + .../extensions/css/jquery.mmenu.positioning.scss | 87 ++ .../src/extensions/css/jquery.mmenu.themes.scss | 76 + .../src/extensions/css/jquery.mmenu.tileview.scss | 98 ++ .../extensions/css/jquery.mmenu.widescreen.scss | 61 + js/libs/mmenu-master/src/jquery.mmenu.debugger.js | 376 +++++ .../src/wrappers/js/jquery.mmenu.jquerymobile.js | 57 + .../src/wrappers/js/jquery.mmenu.olark.js | 16 + .../src/wrappers/js/jquery.mmenu.turbolinks.js | 34 + .../src/wrappers/js/jquery.mmenu.wordpress.js | 13 + 123 files changed, 11717 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6131: underline video title. css/style.css | 3 +++ sass/partials/design/_video.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6131: updat title theming. css/style.css | 1 + sass/partials/design/_video.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: add wrapper and theme api fields. css/style.css | 135 +++++++++++++-------------------------- sass/partials/design/_video.sass | 120 ++++++++++++---------------------- 2 files changed, 85 insertions(+), 170 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6108: adjust filter and states theming. css/style.css | 50 +++++++++++-------------------- sass/partials/design/_search-filters.sass | 31 +++++++++---------- 2 files changed, 34 insertions(+), 47 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: theme duration and the play button. css/style.css | 154 ++++++++++++++++++++++++++++++++++++++- sass/partials/design/_video.sass | 94 +++++++++++++++++++++++- 2 files changed, 241 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6063: theme video list. css/style.css | 102 +++++++++++++++++++++++++++++++++++++-- sass/partials/design/_video.sass | 87 +++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6099: remove quad background and gradient. css/style.css | 9 --------- images/bg-quad-standard-2015-05-26-1.png | Bin 202566 -> 0 bytes sass/partials/design/_design.sass | 5 ----- 3 files changed, 14 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6100: add landing page classes. css/style.css | 4 ++++ sass/partials/design/_design.sass | 2 ++ 2 files changed, 6 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-6061: update date range theming. css/style.css | 65 +++++++++++++++++++------------ sass/partials/design/_search-filters.sass | 54 ++++++++++++------------- 2 files changed, 68 insertions(+), 51 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-5547: button adjustments. css/style.css | 20 +++++++++++++------- sass/partials/design/_search-filters.sass | 17 ++++++++++------- 2 files changed, 23 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-5547: theme the seach states. css/style.css | 178 +++++++++++++++++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 11 ++ sass/partials/design/_search-filters.sass | 116 +++++++++++++++++ 3 files changed, 299 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6079: right align last updated block. css/style.css | 8 ++++++++ sass/partials/design/_design.sass | 9 +++++++++ 2 files changed, 17 insertions(+) view commit - committer: Meghan Palagyi, 10 months ago author: Meghan Palagyi, 10 months ago WP-6059: hide field from people fpp view mode. css/conditionals/event/admission-event-detail.css | 1 + css/conditionals/event/event-detail.css | 1 + sass/conditionals/event/admission-event-detail.sass | 1 + sass/conditionals/event/event-detail.sass | 1 + 4 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Palagyi, 10 months ago WP-5989: remove bottom margin from generic classes. css/style.css | 5 ----- sass/partials/design/_design.sass | 4 ---- 2 files changed, 9 deletions(-) view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago WP-5938 add google off for sidebar first templates/page.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago WP-4950 Adding hook to add css classes for field groups template.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5964: remove clearfix. css/style.css | 2 -- sass/partials/design/_search-filters.sass | 1 - 2 files changed, 3 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5964: remove clearfix. css/style.css | 2 -- sass/partials/design/_search-filters.sass | 1 - 2 files changed, 3 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5973: adjust title spacing. css/style.css | 30 ++++++++++++++++----------- sass/partials/design/_view-mode-compact.sass | 15 +++++++++----- sass/partials/design/_view-mode-expanded.sass | 15 +++++++++----- 3 files changed, 38 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5951: make styling more specific. css/admin-modal/admin-modal.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5951: update authoring theming. css/admin-modal/admin-modal.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5958: add divider between filters and search. css/style.css | 29 +++++++++++++++++++---------- sass/partials/design/_search-filters.sass | 27 ++++++++++++++++----------- 2 files changed, 35 insertions(+), 21 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5947: update title displays. css/style.css | 32 ++++++++++----------------- sass/partials/design/_view-mode-compact.sass | 17 ++++++-------- sass/partials/design/_view-mode-expanded.sass | 17 ++++++-------- 3 files changed, 26 insertions(+), 40 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5966: theme the inline labels, hide execept on all research list. css/style.css | 66 +++++++++++++++++++++++++++ sass/partials/design/_view-mode-compact.sass | 26 +++++++++++ sass/partials/design/_view-mode-expanded.sass | 26 +++++++++++ 3 files changed, 118 insertions(+) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5648: update class. css/conditionals/news/pane-stories-by-criteria.css | 2 +- sass/conditionals/news/pane-stories-by-criteria.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5648: update faculty list theming. css/conditionals/news/pane-stories-by-criteria.css | 20 +++++++------------ .../news/pane-stories-by-criteria.sass | 23 ++++++++-------------- 2 files changed, 15 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5947: remove display inline block. css/style.css | 4 ---- sass/partials/design/_view-mode-compact.sass | 4 ---- 2 files changed, 8 deletions(-) view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago WP-5950: Use default wrapper value. css/style.css | 4 ++-- sass/partials/design/_search-filters.sass | 4 ++-- template.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5878: update the breakpoint. css/style.css | 4 ++-- sass/partials/base/06-ui-patterns/_drupal-patterns.sass | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5878: update middle. css/style.css | 106 ++++++++++++++++++++- .../base/06-ui-patterns/_drupal-patterns.sass | 38 +++++++- 2 files changed, 140 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5943: update authoring form for all pubs list. css/admin-modal/admin-modal.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5922: update search and filter theming. .../faculty-research/publication-landing-list.css | 2 +- css/style.css | 311 +++++++++------------ .../faculty-research/publication-landing-list.sass | 6 - sass/partials/design/_search-filters.sass | 274 ++++++++---------- template.php | 8 +- 5 files changed, 257 insertions(+), 344 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5922: theme all publications filters. .../faculty-research/publication-landing-list.css | 13 ++- css/style.css | 76 +++++++++----- .../faculty-research/publication-landing-list.sass | 19 ++++ sass/partials/design/_search-filters.sass | 112 +++++++++++++++++---- template.php | 11 +- 5 files changed, 182 insertions(+), 49 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5878: fix up house ad, spotlight, video in insights. css/style.css | 175 ++++++++++++++------- .../base/06-ui-patterns/_drupal-patterns.sass | 76 +++++++-- sass/partials/design/_house-ads.sass | 13 +- 3 files changed, 180 insertions(+), 84 deletions(-) view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Palagyi, 11 months ago WP-5878: adjust title font size. css/style.css | 2 +- sass/partials/design/_house-ads.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 11 months ago author: Meghan Palagyi, 11 months ago WP-5928: update banner title padding. css/style.css | 2 +- sass/partials/design/_banner.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5928: hide titles on new landing pages. css/style.css | 10 +++++++++- sass/partials/design/_design.sass | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5878: refactor the house ad, spotlight and video fpp. css/style.css | 535 +++++++++++++++------ .../base/06-ui-patterns/_drupal-patterns.sass | 210 ++++++-- sass/partials/design/_fpp-spotlight.sass | 11 +- sass/partials/design/_house-ads.sass | 16 +- sass/partials/design/_video.sass | 2 +- 5 files changed, 558 insertions(+), 216 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5650: spotlight changes. .../alumni/alumni-reunion-agenda-item-detail.css | 1 + .../alumni/alumni-reunion-schedule-list.css | 1 + .../insights/featured-insight-card.css | 1 + css/style.css | 628 +++++++++------------ sass/partials/base/03-extend/_gsb-revamp.sass | 1 + .../base/06-ui-patterns/_drupal-patterns.sass | 101 +++- sass/partials/design/_fpp-spotlight.sass | 111 +--- sass/partials/design/_house-ads.sass | 110 +--- sass/partials/design/_video.sass | 35 +- 9 files changed, 379 insertions(+), 610 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5861: update margin on faculty landing. css/conditionals/faculty-research/faculty-landing-list.css | 1 + css/style.css | 5 +++++ sass/conditionals/faculty-research/faculty-landing-list.sass | 1 + sass/partials/design/_search-filters.sass | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5883: remove extra margin under filters. css/style.css | 1 - sass/partials/design/_search-filters.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5860: upload new image. css/conditionals/front.css | 2 +- images/bg-event-cal-2015-08-21-1.jpg | Bin 0 -> 10679 bytes sass/conditionals/front.sass | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5883: show search for lists on mobile. css/style.css | 16 ++++++++-------- sass/partials/design/_search-filters.sass | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5902: update banner logic for CIRCLE. css/style.css | 12 ++++++++++++ sass/partials/design/_banner.sass | 11 +++++++++++ 2 files changed, 23 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5836: update theme after title changes. css/conditionals/event/admission-event-view-mode-main-list.css | 4 ---- css/conditionals/event/event-view-mode-main-list.css | 4 ---- sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 - sass/conditionals/event/event-view-mode-main-list.sass | 1 - 4 files changed, 10 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5487: update menu spacing. css/style.css | 2 +- sass/partials/design/_menu-sidebar.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5860: replace events background on homepage. css/conditionals/front.css | 2 +- images/bg-event-cal-wide-2015-05-26-1.png | Bin 43318 -> 0 bytes images/bg-event-cal-wide-2015-08-14-1.jpg | Bin 0 -> 23334 bytes sass/conditionals/front.sass | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5851: update styling for offsite school story. css/conditionals/news/view-mode-news-listing.css | 2 ++ sass/conditionals/news/view-mode-news-listing.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5851: add theming for offsite titles. css/conditionals/news/view-mode-news-listing.css | 4 ++++ sass/conditionals/news/view-mode-news-listing.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5489: adjust faculty grid. .../faculty-research/faculty-landing-list.css | 57 +++---------- .../faculty-research/faculty-landing-list.sass | 94 +++++++++------------- 2 files changed, 52 insertions(+), 99 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5902: update banner logic for CIRCLE. css/style.css | 12 ++++++++++++ sass/partials/design/_banner.sass | 11 +++++++++++ 2 files changed, 23 insertions(+) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5827: add margin bottom. css/style.css | 9 ++++++++- sass/partials/design/_fpp-people.sass | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5851: update styling for offsite school story. css/conditionals/news/view-mode-news-listing.css | 2 ++ sass/conditionals/news/view-mode-news-listing.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5851: add theming for offsite titles. css/conditionals/news/view-mode-news-listing.css | 4 ++++ sass/conditionals/news/view-mode-news-listing.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5694: adjust spacing under superhead label. css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5694: adjust spacing under superhead label. css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5819: remove margin on slogan. css/style.css | 3 +-- sass/partials/design/_design.sass | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5489: adjust faculty grid. .../faculty-research/faculty-landing-list.css | 57 +++---------- .../faculty-research/faculty-landing-list.sass | 94 +++++++++------------- 2 files changed, 52 insertions(+), 99 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5835: update font size for mobile. css/conditionals/event/admission-event-detail.css | 17 ++++++++++++++++- css/conditionals/event/event-detail.css | 17 ++++++++++++++++- sass/conditionals/event/admission-event-detail.sass | 8 +++++++- sass/conditionals/event/event-detail.sass | 9 ++++++++- 4 files changed, 47 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5502: update accordion styling. css/style.css | 11 +++++------ sass/partials/design/_accordion.sass | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5537: add right padding to explore more. css/conditionals/news/view-mode-news-listing.css | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5709: override the h2 styles. css/conditionals/alumni/view-mode-act-project-listing.css | 14 +++++++++++--- .../conditionals/alumni/view-mode-act-project-listing.sass | 7 ++++++- 2 files changed, 17 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5819: adjust elements in the global header. css/style.css | 17 +++++++++-------- sass/partials/design/_design.sass | 12 +++++++----- sass/partials/design/_menu-main.sass | 2 +- sass/partials/design/_search-filters.sass | 11 +++++++---- 4 files changed, 24 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5554: add margin after comma. css/conditionals/faculty-research/working-paper-detail.css | 3 +++ sass/conditionals/faculty-research/working-paper-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5833: rmove padding. css/conditionals/event/admission-event-detail.css | 4 ++-- sass/conditionals/event/admission-event-detail.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5694: update spacing in list. css/conditionals/alumni/alumni-reunion-schedule-list.css | 6 ++++-- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5502: update accordion styling. css/style.css | 11 +++++------ sass/partials/design/_accordion.sass | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5537: add right padding to explore more. css/conditionals/news/view-mode-news-listing.css | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5827: update people fpp styling. css/style.css | 28 +++++++++++++++++----------- sass/partials/design/_fpp-people.sass | 30 +++++++++++++++++++++--------- 2 files changed, 38 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5554: add margin after comma. css/conditionals/faculty-research/working-paper-detail.css | 3 +++ sass/conditionals/faculty-research/working-paper-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5694: update spacing in list. css/conditionals/alumni/alumni-reunion-schedule-list.css | 6 ++++-- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5835: update font size for mobile. css/conditionals/event/admission-event-detail.css | 17 ++++++++++++++++- css/conditionals/event/event-detail.css | 17 ++++++++++++++++- sass/conditionals/event/admission-event-detail.sass | 8 +++++++- sass/conditionals/event/event-detail.sass | 9 ++++++++- 4 files changed, 47 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5833: rmove padding. css/conditionals/event/admission-event-detail.css | 4 ++-- sass/conditionals/event/admission-event-detail.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5819: adjust elements in the global header. css/style.css | 17 +++++++++-------- sass/partials/design/_design.sass | 12 +++++++----- sass/partials/design/_menu-main.sass | 2 +- sass/partials/design/_search-filters.sass | 11 +++++++---- 4 files changed, 24 insertions(+), 18 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5709: override the h2 styles. css/conditionals/alumni/view-mode-act-project-listing.css | 14 +++++++++++--- .../conditionals/alumni/view-mode-act-project-listing.sass | 7 ++++++- 2 files changed, 17 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5656: add text sizing fallback. css/style.css | 10 ++++++++-- sass/partials/design/_wysiwyg.sass | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5727: adjust the search button width. css/style.css | 32 +++++++++++++++---------------- sass/partials/design/_design.sass | 10 ++++++++-- sass/partials/design/_search-filters.sass | 19 ++++++++---------- 3 files changed, 31 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5846: update padding top. css/conditionals/event/event-detail.css | 8 ++++++++ sass/conditionals/event/event-detail.sass | 4 ++++ 2 files changed, 12 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5844: add padding right and left. css/conditionals/event/event-landing.css | 2 +- sass/conditionals/event/event-landing.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5656: update image with caption styling. css/style.css | 33 +++++++++++++++++++++++++++------ sass/partials/design/_design.sass | 2 +- sass/partials/design/_menu-main.sass | 2 +- sass/partials/design/_wysiwyg.sass | 32 +++++++++++++++++++++++++++----- 4 files changed, 56 insertions(+), 13 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5727: theme the search open and close. css/style.css | 29 +++++++++++++++++++---------- sass/partials/design/_design.sass | 7 ++++++- sass/partials/design/_menu-main.sass | 5 +++++ sass/partials/design/_search-filters.sass | 15 +++++++++------ 4 files changed, 39 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5828: adjust margin below title. css/style.css | 4 ++-- sass/partials/design/_view-mode-compact.sass | 2 +- sass/partials/design/_view-mode-expanded.sass | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5798: update teaser styling after change to address line. css/conditionals/event/event-detail.css | 4 ++++ sass/conditionals/event/event-detail.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5541: update the faculty list styling. css/conditionals/news/pane-stories-by-criteria.css | 36 +++++++++++++++++++ css/style.css | 36 ------------------- .../news/pane-stories-by-criteria.sass | 42 ++++++++++++++++++++++ sass/partials/design/_all.sass | 1 - .../partials/design/_faculty-by-academic-area.sass | 41 --------------------- 5 files changed, 78 insertions(+), 78 deletions(-) view commit - committer: Meghan Palagyi, 12 months ago author: Meghan Palagyi, 12 months ago WP-5830: update the title styling. .../event/academic-calendar-event-view-mode-main-list.css | 4 ++-- .../event/academic-calendar-event-view-mode-main-list.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5679: Fix old variable being used. templates/page.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5828: adjust the case id and case type size. css/style.css | 8 ++++---- sass/partials/design/_view-mode-compact.sass | 4 ++-- sass/partials/design/_view-mode-expanded.sass | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5755: make change for event expanded. css/style.css | 4 ++++ sass/partials/design/_view-mode-compact.sass | 1 - sass/partials/design/_view-mode-expanded.sass | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Adam Moore, 12 months ago WP-5612: Make it work more globally. Focus the search field when first clicked. js/search.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Adam Moore, 12 months ago WP-5612: Add collapsibile search. gsb_theme.info | 1 + js/search.js | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago WP-5679: Tell google to only crawl content. templates/page.tpl.php | 131 +++++++++++++++++++++++++------------------------ 1 file changed, 67 insertions(+), 64 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5756: remove bold styling. css/conditionals/event/pane-event-contact.css | 1 - sass/conditionals/event/pane-event-contact.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 12 months ago WP-5755: update date styling in wide and dashes. css/style.css | 4 ++++ sass/partials/design/_view-mode-compact.sass | 4 ++++ template.php | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5539: update ACT project list. css/conditionals/alumni/view-mode-act-project-listing.css | 4 ++-- sass/conditionals/alumni/view-mode-act-project-listing.sass | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5803: add bullet styling. css/conditionals/event/event-detail.css | 27 +++++++++++++++++++++++++++ sass/conditionals/event/event-detail.sass | 14 ++++++++++++++ 2 files changed, 41 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5802: remove border from first sponsor. css/conditionals/event/event-detail.css | 3 +++ sass/conditionals/event/event-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5567: update link color in unstyled file container. css/style.css | 9 +++++++++ sass/partials/design/_fpp-files.sass | 10 ++++++++++ 2 files changed, 19 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year ago WP-5728: change the class. css/conditionals/news/pane-stories-by-criteria.css | 6 +++--- .../conditionals/faculty-research/view-mode-views-content-pane.sass | 1 + sass/conditionals/news/pane-stories-by-criteria.sass | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5460: update author and taxonomy margins. css/conditionals/faculty-research/book-detail.css | 4 --- .../faculty-research/meta-research-detail.css | 29 ++++++---------------- .../conditionals/faculty-research/book-detail.sass | 4 --- .../faculty-research/meta-research-detail.sass | 13 +++++----- 4 files changed, 14 insertions(+), 36 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5459: increase left margin. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5458: update bottom region margin. css/conditionals/insights/design-insights.css | 1 + sass/conditionals/insights/design-insights.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5457: update line height. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago Fix bad merge. layouts/gsb-landing-events/gsb-landing-events.inc | 6 ++-- .../gsb-landing-events/gsb-landing-events.tpl.php | 34 +++++++++++++++------- 2 files changed, 28 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5813: remove top padding. css/conditionals/event/admission-event-view-mode-main-list.css | 1 + sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5813: restore the title adjustment for external titles. css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++++ sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 + 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5662: update homepage event list theming. css/conditionals/front.css | 28 +++++++++++++---------- sass/conditionals/front.sass | 53 ++++++++++++++++++++++++-------------------- 2 files changed, 45 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5778: try to fix the alignment. css/style.css | 10 ++++------ sass/partials/design/_search-filters.sass | 11 ++++++++--- 2 files changed, 12 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5786: make taupe the default and refactor banner overrides. css/conditionals/insights/design-insights.css | 8 ++-- css/conditionals/insights/menu-insights-topics.css | 2 +- css/style.css | 44 +++++++++------------- sass/conditionals/insights/design-insights.sass | 4 +- .../insights/menu-insights-topics.sass | 2 +- sass/partials/design/_banner.sass | 41 ++++++++------------ 6 files changed, 42 insertions(+), 59 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5723: add margin between date and time. css/conditionals/event/admission-event-detail.css | 3 +++ css/conditionals/event/event-detail.css | 3 +++ sass/conditionals/event/admission-event-detail.sass | 5 +++++ sass/conditionals/event/event-detail.sass | 5 +++++ 4 files changed, 16 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5778: add space when date fields wrap. css/style.css | 10 ++++++++++ sass/partials/design/_search-filters.sass | 10 ++++++++++ 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5780: used the layout class, not the section class. css/style.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 1 - sass/partials/design/_design.sass | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5577: add spacing for when items wrap. css/conditionals/event/admission-event-detail.css | 1 + css/conditionals/event/event-detail.css | 1 + sass/conditionals/event/admission-event-detail.sass | 1 + sass/conditionals/event/event-detail.sass | 1 + 4 files changed, 4 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5577: update the registration time zone theming. css/conditionals/event/admission-event-detail.css | 14 +++++++++++++- css/conditionals/event/event-detail.css | 14 +++++++++++++- sass/conditionals/event/admission-event-detail.sass | 16 +++++++++++++--- sass/conditionals/event/event-detail.sass | 16 +++++++++++++--- 4 files changed, 52 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5662: fix events with links in list. css/conditionals/event/admission-event-view-mode-main-list.css | 5 ----- css/conditionals/event/event-view-mode-main-list.css | 5 +++++ sass/conditionals/event/admission-event-view-mode-main-list.sass | 2 -- sass/conditionals/event/event-view-mode-main-list.sass | 2 ++ 4 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5662: update front page events theming. css/conditionals/front.css | 34 +++------------------------------- sass/conditionals/front.sass | 19 ++++--------------- 2 files changed, 7 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5664: customizable admission event lists. css/conditionals/news/pane-stories-by-criteria.css | 45 ++++++++++++++-------- css/style.css | 2 +- .../news/pane-stories-by-criteria.sass | 3 +- sass/partials/design/_view-mode-compact.sass | 2 +- 4 files changed, 34 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5663: customizable events lists. css/conditionals/event/event-upcoming.css | 38 ----------- css/conditionals/news/pane-stories-by-criteria.css | 2 +- css/style.css | 75 ++++++++++++++++++---- gsb_theme.info | 1 - sass/conditionals/event/event-upcoming.sass | 52 --------------- .../news/pane-stories-by-criteria.sass | 2 +- sass/partials/design/_view-mode-compact.sass | 38 +++++++++-- sass/partials/design/_view-mode-expanded.sass | 46 ++++++++++--- 8 files changed, 132 insertions(+), 122 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5731: remove extra pipe. .../event/admission-event-view-mode-main-list.css | 10 ---------- css/conditionals/event/event-view-mode-main-list.css | 10 ---------- .../event/admission-event-view-mode-main-list.sass | 12 ------------ sass/conditionals/event/event-view-mode-main-list.sass | 12 ------------ 4 files changed, 44 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5724: spacing change for full location. css/conditionals/event/admission-event-detail.css | 7 ++++--- css/conditionals/event/event-detail.css | 7 ++++--- sass/conditionals/event/admission-event-detail.sass | 17 +++++++++-------- sass/conditionals/event/event-detail.sass | 17 +++++++++-------- 4 files changed, 26 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5711: adjustments to admission event and event in related and featured fpp. css/conditionals/insights/related-to-idea-story.css | 1 + css/style.css | 11 +++++++++-- sass/conditionals/insights/related-to-idea-story.sass | 1 + sass/partials/design/_fpp-featured-content.sass | 5 ++++- 4 files changed, 15 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5575: theme the event teaser. css/conditionals/event/admission-event-detail.css | 12 ++++++++---- css/conditionals/event/event-detail.css | 12 ++++++++---- sass/conditionals/event/admission-event-detail.sass | 12 +++++++----- sass/conditionals/event/event-detail.sass | 12 +++++++----- 4 files changed, 30 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5611: adjustments to mega menu. css/style.css | 85 +++++++++++++++++++----------------- sass/partials/design/_design.sass | 55 +++++++++++++++-------- sass/partials/design/_menu-main.sass | 15 +------ 3 files changed, 83 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5695: event and admission event main list revisions. css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++-- css/conditionals/event/event-landing.css | 7 +++---- css/conditionals/event/event-view-mode-main-list.css | 4 ++-- sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++-- sass/conditionals/event/event-landing.sass | 7 +++---- sass/conditionals/event/event-view-mode-main-list.sass | 4 ++-- 6 files changed, 14 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5631: hide titles from profile on contact person. css/conditionals/event/pane-event-contact.css | 6 ++++-- sass/conditionals/event/pane-event-contact.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5700: update sponsor theming. css/conditionals/event/event-detail.css | 10 +++++++++- sass/conditionals/event/event-detail.sass | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5699: update speakers theming. css/conditionals/event/event-detail.css | 7 +++++++ sass/conditionals/event/event-detail.sass | 7 +++++++ 2 files changed, 14 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5603: add 2 column template. templates/ds-2col--node-event-expanded.tpl.php | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5611: update search and events. css/style.css | 107 ++++++------------------------ sass/partials/design/_design.sass | 24 +++---- sass/partials/design/_menu-main.sass | 58 +++------------- sass/partials/design/_search-filters.sass | 10 +-- template.php | 14 +--- templates/page.tpl.php | 2 +- 6 files changed, 50 insertions(+), 165 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year ago WP-5674: hide duplicate titles for speakers. css/conditionals/event/admission-event-detail.css | 7 +++++++ sass/conditionals/event/admission-event-detail.sass | 7 +++++++ 2 files changed, 14 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: theme the local time links. css/conditionals/event/admission-event-detail.css | 21 +++++++++++++++++++++ css/conditionals/event/event-detail.css | 21 +++++++++++++++++++++ sass/conditionals/event/admission-event-detail.sass | 19 ++++++++++++++++++- sass/conditionals/event/event-detail.sass | 19 ++++++++++++++++++- 4 files changed, 78 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5635: replace thumbnail image. .../gsb-landing-events-2015-07-20-1.png | Bin 0 -> 169 bytes layouts/gsb-landing-events/gsb-landing-events.inc | 4 ++-- layouts/gsb-landing-events/gsb-landing-events.png | Bin 169 -> 0 bytes 3 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: update alumni titles. css/conditionals/alumni/alumni-act-detail.css | 6 ++++++ css/conditionals/event/pane-event-contact.css | 9 ++++++--- sass/conditionals/alumni/alumni-act-detail.sass | 9 +++++++++ sass/conditionals/event/admission-event-detail.sass | 1 + sass/conditionals/event/event-detail.sass | 1 + sass/conditionals/event/pane-event-contact.sass | 6 +++++- 6 files changed, 28 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: make changes to contact person styling. css/conditionals/event/pane-event-contact.css | 16 ++++++++-------- sass/conditionals/event/pane-event-contact.sass | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5653: update the spacing for start and end date. css/conditionals/event/event-featured.css | 2 +- sass/conditionals/event/event-featured.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5658: update the location styling of lists. .../event/admission-event-view-mode-main-list.css | 13 ++++++++++++- css/conditionals/event/event-landing.css | 4 ++++ css/conditionals/event/event-view-mode-main-list.css | 12 +++++++++++- .../event/admission-event-view-mode-main-list.sass | 15 ++++++++++++++- sass/conditionals/event/event-landing.sass | 4 +++- sass/conditionals/event/event-view-mode-main-list.sass | 14 +++++++++++++- 6 files changed, 57 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5642: theme the search and filters. css/conditionals/event/view-admission-calendar.css | 125 --------- css/style.css | 288 ++++++++++++++------- gsb_theme.info | 1 - .../event/view-admission-calendar.sass | 113 -------- sass/partials/design/_search-filters.sass | 107 +++++--- template.php | 25 +- .../views-exposed-form--admission-events.tpl.php | 83 ------ templates/views-view--admission-events.tpl.php | 90 ------- 8 files changed, 293 insertions(+), 539 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5548: add max-width to the academic calendar link title. css/conditionals/event/view-academic-calendar.css | 9 ++++++--- sass/conditionals/event/view-academic-calendar.sass | 8 ++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: theme the contact pane. css/conditionals/event/pane-event-contact.css | 78 +++++++++++++++++++++++++ css/style.css | 2 +- gsb_theme.info | 1 + sass/conditionals/event/pane-event-contact.sass | 67 +++++++++++++++++++++ sass/partials/design/_fpp-people.sass | 2 +- 5 files changed, 148 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: theme the mba admission event list. .../event/admission-event-view-mode-main-list.css | 88 ++++++++++++++++++++++ css/conditionals/event/event-landing.css | 9 ++- gsb_theme.info | 1 + .../event/admission-event-view-mode-main-list.sass | 75 ++++++++++++++++++ sass/conditionals/event/event-landing.sass | 5 +- 5 files changed, 173 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5636: remove styling error. css/style.css | 28 ++-------------------------- sass/partials/design/_wysiwyg.sass | 20 -------------------- 2 files changed, 2 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5635: fix editing layout and preview picture. css/style.css | 7 ++++--- layouts/gsb-landing-events/gsb-landing-events.png | Bin 1346 -> 169 bytes sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------ 3 files changed, 12 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add new class that will pick up body content styles. css/style.css | 85 +++++++++++++++++++++++++++++++++----- sass/partials/design/_wysiwyg.sass | 3 +- 2 files changed, 76 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: theme event main list. ...academic-calendar-event-view-mode-main-list.css | 12 + css/conditionals/event/event-featured.css | 1 + css/conditionals/event/event-landing.css | 80 +--- .../event/event-view-mode-main-list.css | 84 ++++ css/style.css | 495 ++++++--------------- gsb_theme.info | 2 + ...cademic-calendar-event-view-mode-main-list.sass | 22 + sass/conditionals/event/event-featured.sass | 1 + sass/conditionals/event/event-landing.sass | 80 +--- .../event/event-view-mode-main-list.sass | 74 +++ sass/partials/base/05-layouts/_layouts.sass | 7 +- sass/partials/base/07-media/_print.sass | 1 - sass/partials/design/_banner.sass | 134 +----- sass/partials/design/_design.sass | 14 +- sass/partials/design/_search-filters.sass | 94 +--- template.php | 22 +- templates/ds-2col--node-event-listing.tpl.php | 33 -- templates/ds-2col--node-event-main-list.tpl.php | 33 ++ .../views-view-unformatted--gsb-event.tpl.php | 20 - 19 files changed, 419 insertions(+), 790 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5529: theme the event detail page. css/conditionals/event/admission-event-detail.css | 7 + css/conditionals/event/event-detail.css | 473 +++++++++++++++++---- css/style.css | 28 +- .../conditionals/event/admission-event-detail.sass | 6 +- sass/conditionals/event/event-detail.sass | 313 +++++++++++--- sass/partials/design/_wysiwyg.sass | 20 + 6 files changed, 690 insertions(+), 157 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: fix name spacing. css/conditionals/event/admission-event-detail.css | 3 +++ sass/conditionals/event/admission-event-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5541: update faculty listing. css/conditionals/news/pane-stories-by-criteria.css | 15 --------------- css/style.css | 19 +++++++------------ sass/conditionals/news/pane-stories-by-criteria.sass | 17 ----------------- sass/partials/design/_faculty-by-academic-area.sass | 19 ++++++++++--------- 4 files changed, 17 insertions(+), 53 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP=5595: make speaker links bold. css/conditionals/event/admission-event-detail.css | 3 ++- sass/conditionals/event/admission-event-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5524: update the featured event styling. css/conditionals/event/event-featured.css | 166 ++++++++++------------------ css/conditionals/event/event-landing.css | 157 -------------------------- css/style.css | 91 +++++++-------- images/bg-banner-eventcal-2015-05-26-1.png | Bin 103594 -> 0 bytes sass/conditionals/event/event-featured.sass | 132 +++++++++------------- sass/conditionals/event/event-landing.sass | 97 ---------------- sass/partials/base/05-layouts/_layouts.sass | 33 +++++- sass/partials/design/_banner.sass | 17 +-- sass/partials/design/_design.sass | 8 ++ sass/partials/design/_search-filters.sass | 13 --- 10 files changed, 197 insertions(+), 517 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: admission speakers, location and responsive. css/conditionals/event/admission-event-detail.css | 334 ++++++++++++++++++++- css/style.css | 11 +- .../conditionals/event/admission-event-detail.sass | 197 +++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 66 ++++ sass/partials/design/_cta.sass | 10 +- 5 files changed, 601 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 12 months ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: add new style sheet for admission event detail. css/conditionals/event/admission-event-detail.css | 8 ++++++++ gsb_theme.info | 2 ++ sass/conditionals/event/admission-event-detail.sass | 16 ++++++++++++++++ 3 files changed, 26 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5813: remove top padding. css/conditionals/event/admission-event-view-mode-main-list.css | 1 + sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5813: restore the title adjustment for external titles. css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++++ sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 + 2 files changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5802: remove border from first sponsor. css/conditionals/event/event-detail.css | 3 +++ sass/conditionals/event/event-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5662: update homepage event list theming. css/conditionals/front.css | 28 +++++++++++++---------- sass/conditionals/front.sass | 53 ++++++++++++++++++++++++-------------------- 2 files changed, 45 insertions(+), 36 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5567: update link color in unstyled file container. css/style.css | 9 +++++++++ sass/partials/design/_fpp-files.sass | 10 ++++++++++ 2 files changed, 19 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5778: try to fix the alignment. css/style.css | 10 ++++------ sass/partials/design/_search-filters.sass | 11 ++++++++--- 2 files changed, 12 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5786: make taupe the default and refactor banner overrides. css/conditionals/insights/design-insights.css | 8 ++-- css/conditionals/insights/menu-insights-topics.css | 2 +- css/style.css | 44 +++++++++------------- sass/conditionals/insights/design-insights.sass | 4 +- .../insights/menu-insights-topics.sass | 2 +- sass/partials/design/_banner.sass | 41 ++++++++------------ 6 files changed, 42 insertions(+), 59 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5723: add margin between date and time. css/conditionals/event/admission-event-detail.css | 3 +++ css/conditionals/event/event-detail.css | 3 +++ sass/conditionals/event/admission-event-detail.sass | 5 +++++ sass/conditionals/event/event-detail.sass | 5 +++++ 4 files changed, 16 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5778: add space when date fields wrap. css/style.css | 10 ++++++++++ sass/partials/design/_search-filters.sass | 10 ++++++++++ 2 files changed, 20 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5780: used the layout class, not the section class. css/style.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 1 - sass/partials/design/_design.sass | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5577: add spacing for when items wrap. css/conditionals/event/admission-event-detail.css | 1 + css/conditionals/event/event-detail.css | 1 + sass/conditionals/event/admission-event-detail.sass | 1 + sass/conditionals/event/event-detail.sass | 1 + 4 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5577: update the registration time zone theming. css/conditionals/event/admission-event-detail.css | 14 +++++++++++++- css/conditionals/event/event-detail.css | 14 +++++++++++++- sass/conditionals/event/admission-event-detail.sass | 16 +++++++++++++--- sass/conditionals/event/event-detail.sass | 16 +++++++++++++--- 4 files changed, 52 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5662: fix events with links in list. css/conditionals/event/admission-event-view-mode-main-list.css | 5 ----- css/conditionals/event/event-view-mode-main-list.css | 5 +++++ sass/conditionals/event/admission-event-view-mode-main-list.sass | 2 -- sass/conditionals/event/event-view-mode-main-list.sass | 2 ++ 4 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5662: update front page events theming. css/conditionals/front.css | 34 +++------------------------------- sass/conditionals/front.sass | 19 ++++--------------- 2 files changed, 7 insertions(+), 46 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5664: customizable admission event lists. css/conditionals/news/pane-stories-by-criteria.css | 45 ++++++++++++++-------- css/style.css | 2 +- .../news/pane-stories-by-criteria.sass | 3 +- sass/partials/design/_view-mode-compact.sass | 2 +- 4 files changed, 34 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5663: customizable events lists. css/conditionals/event/event-upcoming.css | 38 ----------- css/conditionals/news/pane-stories-by-criteria.css | 2 +- css/style.css | 75 ++++++++++++++++++---- gsb_theme.info | 1 - sass/conditionals/event/event-upcoming.sass | 52 --------------- .../news/pane-stories-by-criteria.sass | 2 +- sass/partials/design/_view-mode-compact.sass | 38 +++++++++-- sass/partials/design/_view-mode-expanded.sass | 46 ++++++++++--- 8 files changed, 132 insertions(+), 122 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5731: remove extra pipe. .../event/admission-event-view-mode-main-list.css | 10 ---------- css/conditionals/event/event-view-mode-main-list.css | 10 ---------- .../event/admission-event-view-mode-main-list.sass | 12 ------------ sass/conditionals/event/event-view-mode-main-list.sass | 12 ------------ 4 files changed, 44 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year ago WP-5724: spacing change for full location. css/conditionals/event/admission-event-detail.css | 7 ++++--- css/conditionals/event/event-detail.css | 7 ++++--- sass/conditionals/event/admission-event-detail.sass | 17 +++++++++-------- sass/conditionals/event/event-detail.sass | 17 +++++++++-------- 4 files changed, 26 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5711: adjustments to admission event and event in related and featured fpp. css/conditionals/insights/related-to-idea-story.css | 1 + css/style.css | 11 +++++++++-- sass/conditionals/insights/related-to-idea-story.sass | 1 + sass/partials/design/_fpp-featured-content.sass | 5 ++++- 4 files changed, 15 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5575: theme the event teaser. css/conditionals/event/admission-event-detail.css | 12 ++++++++---- css/conditionals/event/event-detail.css | 12 ++++++++---- sass/conditionals/event/admission-event-detail.sass | 12 +++++++----- sass/conditionals/event/event-detail.sass | 12 +++++++----- 4 files changed, 30 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 1 year ago author: Meghan Palagyi, 1 year ago WP-5611: adjustments to mega menu. css/style.css | 85 +++++++++++++++++++----------------- sass/partials/design/_design.sass | 55 +++++++++++++++-------- sass/partials/design/_menu-main.sass | 15 +------ 3 files changed, 83 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 1 year ago author: Meghan Palagyi, 1 year ago WP-5695: event and admission event main list revisions. css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++-- css/conditionals/event/event-landing.css | 7 +++---- css/conditionals/event/event-view-mode-main-list.css | 4 ++-- sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++-- sass/conditionals/event/event-landing.sass | 7 +++---- sass/conditionals/event/event-view-mode-main-list.sass | 4 ++-- 6 files changed, 14 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 1 year ago author: Meghan Palagyi, 1 year ago WP-5631: hide titles from profile on contact person. css/conditionals/event/pane-event-contact.css | 6 ++++-- sass/conditionals/event/pane-event-contact.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year ago author: Meghan Palagyi, 1 year ago WP-5700: update sponsor theming. css/conditionals/event/event-detail.css | 10 +++++++++- sass/conditionals/event/event-detail.sass | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5699: update speakers theming. css/conditionals/event/event-detail.css | 7 +++++++ sass/conditionals/event/event-detail.sass | 7 +++++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5603: add 2 column template. templates/ds-2col--node-event-expanded.tpl.php | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year ago author: Meghan Palagyi, 1 year, 1 month ago WP-5611: update search and events. css/style.css | 107 ++++++------------------------ sass/partials/design/_design.sass | 24 +++---- sass/partials/design/_menu-main.sass | 58 +++------------- sass/partials/design/_search-filters.sass | 10 +-- template.php | 14 +--- templates/page.tpl.php | 2 +- 6 files changed, 50 insertions(+), 165 deletions(-) view commit - committer: Meghan Palagyi, 1 year ago author: Meghan Palagyi, 1 year ago WP-5674: hide duplicate titles for speakers. css/conditionals/event/admission-event-detail.css | 7 +++++++ sass/conditionals/event/admission-event-detail.sass | 7 +++++++ 2 files changed, 14 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5574: theme the local time links. css/conditionals/event/admission-event-detail.css | 21 +++++++++++++++++++++ css/conditionals/event/event-detail.css | 21 +++++++++++++++++++++ sass/conditionals/event/admission-event-detail.sass | 19 ++++++++++++++++++- sass/conditionals/event/event-detail.sass | 19 ++++++++++++++++++- 4 files changed, 78 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5635: replace thumbnail image. .../gsb-landing-events-2015-07-20-1.png | Bin 0 -> 169 bytes layouts/gsb-landing-events/gsb-landing-events.inc | 2 +- layouts/gsb-landing-events/gsb-landing-events.png | Bin 169 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: update alumni titles. css/conditionals/alumni/alumni-act-detail.css | 6 ++++++ css/conditionals/event/pane-event-contact.css | 9 ++++++--- sass/conditionals/alumni/alumni-act-detail.sass | 9 +++++++++ sass/conditionals/event/admission-event-detail.sass | 1 + sass/conditionals/event/event-detail.sass | 1 + sass/conditionals/event/pane-event-contact.sass | 6 +++++- 6 files changed, 28 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-4951: fix the modal layers. css/admin-modal/admin-modal.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: make changes to contact person styling. css/conditionals/event/pane-event-contact.css | 16 ++++++++-------- sass/conditionals/event/pane-event-contact.sass | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5653: update the spacing for start and end date. css/conditionals/event/event-featured.css | 2 +- sass/conditionals/event/event-featured.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5658: update the location styling of lists. .../event/admission-event-view-mode-main-list.css | 13 ++++++++++++- css/conditionals/event/event-landing.css | 4 ++++ css/conditionals/event/event-view-mode-main-list.css | 12 +++++++++++- .../event/admission-event-view-mode-main-list.sass | 15 ++++++++++++++- sass/conditionals/event/event-landing.sass | 4 +++- sass/conditionals/event/event-view-mode-main-list.sass | 14 +++++++++++++- 6 files changed, 57 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5642: theme the search and filters. css/conditionals/event/view-admission-calendar.css | 125 --------- css/style.css | 288 ++++++++++++++------- gsb_theme.info | 1 - .../event/view-admission-calendar.sass | 113 -------- sass/partials/design/_search-filters.sass | 107 +++++--- template.php | 25 +- .../views-exposed-form--admission-events.tpl.php | 83 ------ templates/views-view--admission-events.tpl.php | 90 ------- 8 files changed, 293 insertions(+), 539 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-4951: fix the modal layers. css/admin-modal/admin-modal.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5548: add max-width to the academic calendar link title. css/conditionals/event/view-academic-calendar.css | 9 ++++++--- sass/conditionals/event/view-academic-calendar.sass | 8 ++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago This reverts commit 65fcf9773c3af71a0302db4f418a953cc31454fa. Revert "WP-5522: update events landing layout." layouts/gsb-landing-events/gsb-landing-events.css | 2 +- layouts/gsb-landing-events/gsb-landing-events.inc | 8 ++--- .../gsb-landing-events/gsb-landing-events.tpl.php | 34 +++++++--------------- 3 files changed, 14 insertions(+), 30 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5552: fix clubs landing list spacing and dividers. css/conditionals/club-landing-list.css | 6 +++--- sass/conditionals/club-landing-list.sass | 8 ++++---- sass/conditionals/faculty-research/book-landing-list.sass | 2 +- sass/conditionals/faculty-research/case-landing-list.sass | 2 +- sass/conditionals/faculty-research/publication-landing-list.sass | 2 +- .../conditionals/faculty-research/working-paper-landing-list.sass | 2 +- sass/conditionals/insights/design-insights.sass | 2 +- .../insights/view-mode-idea-story-latest-stories.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 2 +- sass/partials/base/00-variables/_colors.sass | 1 + sass/partials/design/_search-filters.sass | 2 +- 11 files changed, 16 insertions(+), 15 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5631: theme the contact pane. css/conditionals/event/pane-event-contact.css | 78 +++++++++++++++++++++++++ css/style.css | 2 +- gsb_theme.info | 1 + sass/conditionals/event/pane-event-contact.sass | 67 +++++++++++++++++++++ sass/partials/design/_fpp-people.sass | 2 +- 5 files changed, 148 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5534: theme the mba admission event list. .../event/admission-event-view-mode-main-list.css | 88 ++++++++++++++++++++++ css/conditionals/event/event-landing.css | 9 ++- gsb_theme.info | 1 + .../event/admission-event-view-mode-main-list.sass | 75 ++++++++++++++++++ sass/conditionals/event/event-landing.sass | 5 +- 5 files changed, 173 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5636: remove styling error. css/style.css | 28 ++-------------------------- sass/partials/design/_wysiwyg.sass | 20 -------------------- 2 files changed, 2 insertions(+), 46 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5635: fix editing layout and preview picture. css/style.css | 7 ++++--- layouts/gsb-landing-events/gsb-landing-events.png | Bin 1346 -> 169 bytes sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------ 3 files changed, 12 insertions(+), 9 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5623: add new class that will pick up body content styles. css/style.css | 85 +++++++++++++++++++++++++++++++++----- sass/partials/design/_wysiwyg.sass | 3 +- 2 files changed, 76 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5444: theme event main list. ...academic-calendar-event-view-mode-main-list.css | 12 + css/conditionals/event/event-featured.css | 1 + css/conditionals/event/event-landing.css | 80 +--- .../event/event-view-mode-main-list.css | 84 ++++ css/style.css | 495 ++++++--------------- gsb_theme.info | 2 + ...cademic-calendar-event-view-mode-main-list.sass | 22 + sass/conditionals/event/event-featured.sass | 1 + sass/conditionals/event/event-landing.sass | 80 +--- .../event/event-view-mode-main-list.sass | 74 +++ sass/partials/base/05-layouts/_layouts.sass | 7 +- sass/partials/base/07-media/_print.sass | 1 - sass/partials/design/_banner.sass | 134 +----- sass/partials/design/_design.sass | 14 +- sass/partials/design/_search-filters.sass | 94 +--- template.php | 22 +- templates/ds-2col--node-event-listing.tpl.php | 33 -- templates/ds-2col--node-event-main-list.tpl.php | 33 ++ .../views-view-unformatted--gsb-event.tpl.php | 20 - 19 files changed, 419 insertions(+), 790 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5529: theme the event detail page. css/conditionals/event/admission-event-detail.css | 7 + css/conditionals/event/event-detail.css | 473 +++++++++++++++++---- css/style.css | 28 +- .../conditionals/event/admission-event-detail.sass | 6 +- sass/conditionals/event/event-detail.sass | 313 +++++++++++--- sass/partials/design/_wysiwyg.sass | 20 + 6 files changed, 690 insertions(+), 157 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: fix name spacing. css/conditionals/event/admission-event-detail.css | 3 +++ sass/conditionals/event/admission-event-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5541: update faculty listing. css/conditionals/news/pane-stories-by-criteria.css | 15 --------------- css/style.css | 19 +++++++------------ sass/conditionals/news/pane-stories-by-criteria.sass | 17 ----------------- sass/partials/design/_faculty-by-academic-area.sass | 19 ++++++++++--------- 4 files changed, 17 insertions(+), 53 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5597: fix name spacing. css/conditionals/event/admission-event-detail.css | 3 +++ sass/conditionals/event/admission-event-detail.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5541: update faculty listing. css/conditionals/news/pane-stories-by-criteria.css | 15 --------------- css/style.css | 19 +++++++------------ sass/conditionals/news/pane-stories-by-criteria.sass | 17 ----------------- sass/partials/design/_faculty-by-academic-area.sass | 19 ++++++++++--------- 4 files changed, 17 insertions(+), 53 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP=5595: make speaker links bold. css/conditionals/event/admission-event-detail.css | 3 ++- sass/conditionals/event/admission-event-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5524: update the featured event styling. css/conditionals/event/event-featured.css | 166 ++++++++++------------------ css/conditionals/event/event-landing.css | 157 -------------------------- css/style.css | 91 +++++++-------- images/bg-banner-eventcal-2015-05-26-1.png | Bin 103594 -> 0 bytes sass/conditionals/event/event-featured.sass | 132 +++++++++------------- sass/conditionals/event/event-landing.sass | 97 ---------------- sass/partials/base/05-layouts/_layouts.sass | 33 +++++- sass/partials/design/_banner.sass | 17 +-- sass/partials/design/_design.sass | 8 ++ sass/partials/design/_search-filters.sass | 13 --- 10 files changed, 197 insertions(+), 517 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5524: update the featured event styling. css/conditionals/event/event-featured.css | 166 ++++++++++------------------ css/conditionals/event/event-landing.css | 157 -------------------------- css/style.css | 93 ++++++++-------- images/bg-banner-eventcal-2015-05-26-1.png | Bin 103594 -> 0 bytes sass/conditionals/event/event-featured.sass | 132 +++++++++------------- sass/conditionals/event/event-landing.sass | 97 ---------------- sass/partials/base/05-layouts/_layouts.sass | 33 +++++- sass/partials/design/_banner.sass | 17 +-- sass/partials/design/_design.sass | 8 ++ sass/partials/design/_search-filters.sass | 13 --- 10 files changed, 198 insertions(+), 518 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: admission speakers, location and responsive. css/conditionals/event/admission-event-detail.css | 334 ++++++++++++++++++++- css/style.css | 11 +- .../conditionals/event/admission-event-detail.sass | 197 +++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 66 ++++ sass/partials/design/_cta.sass | 10 +- 5 files changed, 601 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5531: add new style sheet for admission event detail. css/conditionals/event/admission-event-detail.css | 8 ++++++++ gsb_theme.info | 2 ++ sass/conditionals/event/admission-event-detail.sass | 16 ++++++++++++++++ 3 files changed, 26 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago Merge branch 'WP-5552' into release-5.15 view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5552: fix clubs landing list spacing and dividers. css/conditionals/club-landing-list.css | 6 +++--- sass/conditionals/club-landing-list.sass | 8 ++++---- sass/conditionals/faculty-research/book-landing-list.sass | 2 +- sass/conditionals/faculty-research/case-landing-list.sass | 2 +- sass/conditionals/faculty-research/publication-landing-list.sass | 2 +- .../conditionals/faculty-research/working-paper-landing-list.sass | 2 +- sass/conditionals/insights/design-insights.sass | 2 +- .../insights/view-mode-idea-story-latest-stories.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 2 +- sass/partials/base/00-variables/_colors.sass | 1 + sass/partials/design/_search-filters.sass | 2 +- 11 files changed, 16 insertions(+), 15 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5552: fix clubs landing list spacing and dividers. css/conditionals/club-landing-list.css | 6 +++--- sass/conditionals/club-landing-list.sass | 8 ++++---- sass/conditionals/faculty-research/book-landing-list.sass | 2 +- sass/conditionals/faculty-research/case-landing-list.sass | 2 +- sass/conditionals/faculty-research/publication-landing-list.sass | 2 +- .../conditionals/faculty-research/working-paper-landing-list.sass | 2 +- sass/conditionals/insights/design-insights.sass | 2 +- .../insights/view-mode-idea-story-latest-stories.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 2 +- sass/partials/base/00-variables/_colors.sass | 1 + sass/partials/design/_search-filters.sass | 2 +- 11 files changed, 16 insertions(+), 15 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5516: style stories in existing node list. css/conditionals/news/school-story-detail.css | 2 +- css/conditionals/news/view-mode-news-listing.css | 6 - css/style.css | 140 ++++++++++++++++----- sass/conditionals/news/school-story-detail.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 6 - sass/partials/design/_view-mode-compact.sass | 61 ++++++++- sass/partials/design/_view-mode-expanded.sass | 37 +++--- .../ds-2col--node-announcement-expanded.tpl.php | 33 +++++ .../ds-2col--node-idea-story-expanded.tpl.php | 33 +++++ ...-2col--node-offsite-idea-story-expanded.tpl.php | 33 +++++ ...col--node-offsite-school-story-expanded.tpl.php | 33 +++++ .../ds-2col--node-school-story-expanded.tpl.php | 33 +++++ 12 files changed, 352 insertions(+), 67 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5522: update events landing layout. layouts/gsb-landing-events/gsb-landing-events.css | 2 +- layouts/gsb-landing-events/gsb-landing-events.inc | 8 +++-- .../gsb-landing-events/gsb-landing-events.tpl.php | 34 +++++++++++++++------- 3 files changed, 30 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5539: update ACT project list. css/conditionals/alumni/view-mode-act-project-listing.css | 4 ++-- sass/conditionals/alumni/view-mode-act-project-listing.sass | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5492: restyle the customizable lists. .../alumni/alumni-act-content-pane.css | 17 ++--- css/conditionals/faculty-research/case-detail.css | 2 +- .../faculty-research/faculty-detail.css | 2 +- css/conditionals/news/pane-stories-by-criteria.css | 73 ++++++++++++++++++++++ .../alumni/alumni-act-content-pane.sass | 11 ++-- .../conditionals/faculty-research/case-detail.sass | 2 +- .../view-mode-views-content-pane.sass | 2 +- .../news/pane-stories-by-criteria.sass | 61 ++++++++++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 9 files changed, 147 insertions(+), 25 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5453: theme the compact and expanded lists. css/conditionals/faculty-research/case-detail.css | 10 +- .../faculty-research/case-landing-list.css | 30 -- .../faculty-research/publication-detail.css | 12 - .../faculty-research/publication-landing-list.css | 7 - .../view-mode-views-content-pane.css | 2 +- .../insights/related-to-idea-story.css | 4 - css/style.css | 431 ++++++++++++++++++++- .../conditionals/faculty-research/case-detail.sass | 10 +- .../faculty-research/case-landing-list.sass | 14 +- .../faculty-research/publication-detail.sass | 11 - .../faculty-research/publication-landing-list.sass | 9 - .../view-mode-views-content-pane.sass | 3 +- .../insights/related-to-idea-story.sass | 5 - .../news/pane-stories-by-criteria.sass | 2 +- sass/partials/design/_all.sass | 12 +- sass/partials/design/_design.sass | 26 ++ sass/partials/design/_existing-node.sass | 2 - sass/partials/design/_fpp-existing-node-list.sass | 45 +++ sass/partials/design/_view-mode-compact.sass | 83 ++++ sass/partials/design/_view-mode-expanded.sass | 169 ++++++++ template.php | 4 +- 21 files changed, 777 insertions(+), 114 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Palagyi, 1 year, 2 months ago WP-5453: add custom template for book expanded. templates/ds-2col--node-book-expanded.tpl.php | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5453: theme the compact and expanded lists. css/conditionals/faculty-research/case-detail.css | 10 +- .../faculty-research/case-landing-list.css | 30 -- .../faculty-research/publication-detail.css | 12 - .../faculty-research/publication-landing-list.css | 7 - .../view-mode-views-content-pane.css | 2 +- .../insights/related-to-idea-story.css | 4 - css/style.css | 431 ++++++++++++++++++++- .../conditionals/faculty-research/case-detail.sass | 10 +- .../faculty-research/case-landing-list.sass | 14 +- .../faculty-research/publication-detail.sass | 11 - .../faculty-research/publication-landing-list.sass | 9 - .../view-mode-views-content-pane.sass | 3 +- .../insights/related-to-idea-story.sass | 5 - .../news/pane-stories-by-criteria.sass | 2 +- sass/partials/design/_all.sass | 12 +- sass/partials/design/_design.sass | 26 ++ sass/partials/design/_existing-node.sass | 2 - sass/partials/design/_fpp-existing-node-list.sass | 45 +++ sass/partials/design/_view-mode-compact.sass | 83 ++++ sass/partials/design/_view-mode-expanded.sass | 169 ++++++++ template.php | 4 +- 21 files changed, 777 insertions(+), 114 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5453: add custom template for book expanded. templates/ds-2col--node-book-expanded.tpl.php | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5503: update line heights. css/conditionals/event/view-academic-calendar.css | 4 ++-- sass/conditionals/event/view-academic-calendar.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5441: adjust first column width slightly. css/conditionals/event/view-academic-calendar.css | 2 +- sass/conditionals/event/view-academic-calendar.sass | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5441: update the academic calendar styling. css/conditionals/event/view-academic-calendar.css | 193 ++++++++++----------- css/style.css | 11 +- .../conditionals/event/view-academic-calendar.sass | 163 ++++++++++------- sass/partials/base/04-defaults/_tables.sass | 7 + sass/partials/design/_pager.sass | 2 +- 5 files changed, 208 insertions(+), 168 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5450: put filters in 3 columns. css/style.css | 42 ++++++++++++++++++++----------- sass/partials/design/_search-filters.sass | 1 + 2 files changed, 29 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-4422: responsive adjustment to case number. css/conditionals/faculty-research/case-landing-list.css | 5 +++++ sass/conditionals/faculty-research/case-landing-list.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5475: update padding spacing between people. css/conditionals/faculty-research/meta-research-detail.css | 2 +- css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/faculty-research/meta-research-detail.sass | 2 +- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5390: adjust headings to be sans. css/style.css | 1 + sass/partials/design/_wysiwyg.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5390: update th. css/style.css | 1 + sass/partials/design/_wysiwyg.sass | 2 ++ 2 files changed, 3 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5465: update spacing on events. css/conditionals/event/event-upcoming.css | 2 +- sass/conditionals/event/event-upcoming.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5399: update panner margin. css/conditionals/library/pane-rss.css | 2 +- css/style.css | 2 +- sass/conditionals/library/pane-rss.sass | 4 ++-- sass/partials/design/_banner.sass | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5467: recompile css. css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5467: adjust padding. css/style.css | 5 ++++- sass/partials/design/_fpp-links.sass | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5429: fix position when there is a show more. css/style.css | 15 +++++++-------- sass/partials/design/_fpp-links.sass | 21 ++++++++++++--------- 2 files changed, 19 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5429: adjust stanford logo for stanford links. css/style.css | 28 +++++++++++++++------------- sass/partials/design/_fpp-links.sass | 27 ++++++++++++++------------- 2 files changed, 29 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5475: force compile css. css/conditionals/club-landing-list.css | 10 +-- css/conditionals/event/event-upcoming.css | 77 ++---------------- .../faculty-research/meta-research-detail.css | 52 ++++-------- .../view-mode-views-content-pane.css | 93 ---------------------- css/style.css | 55 ++----------- 5 files changed, 34 insertions(+), 253 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5406: style webform buttons. css/style.css | 68 +++++++++++++++++----- .../partials/base/04-defaults/forms/_webforms.sass | 14 +++-- 2 files changed, 63 insertions(+), 19 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5390: refactor table styles and standardize border grey. .../alumni/alumni-act-content-pane.css | 2 +- css/conditionals/event/event-landing.css | 4 +- css/conditionals/event/view-admission-calendar.css | 4 +- css/conditionals/insights/idea-story-detail.css | 2 +- css/conditionals/news/view-mode-news-listing.css | 10 +++- css/style.css | 62 ++++++++++------------ .../alumni/alumni-act-content-pane.sass | 2 +- sass/conditionals/event/event-landing.sass | 4 +- .../event/view-admission-calendar.sass | 6 +-- sass/conditionals/insights/design-insights.sass | 2 +- sass/conditionals/insights/idea-story-detail.sass | 4 +- sass/conditionals/library/pane-faqs.sass | 2 +- sass/conditionals/library/pane-searchworks.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 12 ++++- sass/partials/base/00-variables/_colors.sass | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 8 +-- sass/partials/base/04-defaults/_tables.sass | 18 +++---- .../base/04-defaults/forms/_form-defaults.sass | 4 +- sass/partials/design/_footer.sass | 2 +- sass/partials/design/_search-filters.sass | 12 ++--- sass/partials/design/_wysiwyg.sass | 35 ++++++------ 21 files changed, 104 insertions(+), 95 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5399: fix banner for programs without left hand nav. css/style.css | 25 +++++++++++++++---------- sass/partials/design/_banner.sass | 8 +++++--- sass/partials/design/_design.sass | 4 +++- 3 files changed, 23 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5226: refactor CTA styling for CTAs and CTA on diptych. css/conditionals/club-landing-list.css | 7 +- css/conditionals/event/event-upcoming.css | 77 +++++++++++++++-- css/conditionals/event/view-academic-calendar.css | 7 +- css/conditionals/faculty-research/book-detail.css | 7 +- css/conditionals/faculty-research/case-cmi.css | 7 +- .../view-mode-views-content-pane.css | 93 +++++++++++++++++++++ css/conditionals/library/pane-hours.css | 72 +++++++++------- css/conditionals/week-in-the-life-landing.css | 30 +++++-- css/style.css | 97 ++++++++++++++++------ sass/partials/base/03-extend/_gsb-revamp.sass | 57 ++++++------- sass/partials/design/_cta.sass | 16 ++-- sass/partials/design/_diptych.sass | 29 +++---- 12 files changed, 359 insertions(+), 140 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5382: update spacing and title font size. css/style.css | 5 +++-- sass/partials/design/_fpp-people.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5256: update spacing on people fpp. css/style.css | 9 +++++++-- sass/partials/design/_fpp-people.sass | 7 +++++-- 2 files changed, 12 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: update events styling. css/conditionals/club-landing-list.css | 12 +- css/conditionals/event/event-upcoming.css | 154 +++------------------ .../view-mode-views-content-pane.css | 8 +- css/conditionals/news/pane-stories-by-criteria.css | 47 ++++--- css/conditionals/news/view-mode-news-listing.css | 16 +-- sass/conditionals/club-landing-list.sass | 3 +- sass/conditionals/event/event-upcoming.sass | 87 +++++------- .../view-mode-views-content-pane.sass | 11 +- .../news/pane-stories-by-criteria.sass | 5 +- sass/conditionals/news/view-mode-news-listing.sass | 8 +- 10 files changed, 110 insertions(+), 241 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: responsive title adjustment. css/conditionals/alumni/alumni-act-content-pane.css | 10 ++++++++++ css/conditionals/club-landing-list.css | 5 +++++ .../faculty-research/view-mode-views-content-pane.css | 5 +++++ css/style.css | 5 +++++ sass/conditionals/alumni/alumni-act-content-pane.sass | 4 ++++ sass/conditionals/club-landing-list.sass | 2 ++ .../faculty-research/view-mode-views-content-pane.sass | 2 ++ sass/partials/design/_faculty-by-academic-area.sass | 2 ++ 8 files changed, 35 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5428: refactor customizable lists. .../alumni/alumni-act-content-pane.css | 14 +-- css/conditionals/club-landing-list.css | 29 ++--- .../view-mode-views-content-pane.css | 130 ++------------------- css/conditionals/news/pane-stories-by-criteria.css | 123 ++++++++++++++++--- css/conditionals/news/view-mode-news-listing.css | 8 -- css/style.css | 32 ++--- .../alumni/alumni-act-content-pane.sass | 14 +-- sass/conditionals/club-landing-list.sass | 70 +++++------ .../view-mode-views-content-pane.sass | 58 ++------- .../news/pane-stories-by-criteria.sass | 19 ++- sass/conditionals/news/view-mode-news-listing.sass | 10 -- .../partials/design/_faculty-by-academic-area.sass | 21 ++-- 12 files changed, 210 insertions(+), 318 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5420: remove tablet-specific mobile menu. css/style.css | 197 ++++++------------------------ gsb_theme.info | 1 - js/custom.js | 8 +- js/gsb_forms.js | 2 +- js/megamenu_exit.js | 56 --------- sass/partials/design/_design.sass | 9 +- sass/partials/design/_menu-main-mega.sass | 33 +---- sass/partials/design/_menu-main.sass | 84 ++++--------- sass/partials/design/_search-filters.sass | 12 +- 9 files changed, 70 insertions(+), 332 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5396: update divider color and spacing on listings. css/conditionals/faculty-research/book-landing-list.css | 2 +- css/conditionals/faculty-research/case-landing-list.css | 2 +- css/conditionals/faculty-research/faculty-landing-list.css | 2 +- css/conditionals/faculty-research/publication-landing-list.css | 2 +- css/conditionals/faculty-research/view-mode-teaser-listing.css | 2 +- css/conditionals/faculty-research/working-paper-landing-list.css | 2 +- css/conditionals/insights/design-insights.css | 2 +- css/conditionals/insights/view-mode-idea-story-latest-stories.css | 4 ++-- css/conditionals/news/view-mode-news-listing.css | 4 ++-- sass/conditionals/faculty-research/book-landing-list.sass | 2 +- sass/conditionals/faculty-research/case-landing-list.sass | 2 +- sass/conditionals/faculty-research/faculty-landing-list.sass | 2 +- sass/conditionals/faculty-research/publication-landing-list.sass | 2 +- sass/conditionals/faculty-research/view-mode-teaser-listing.sass | 2 +- sass/conditionals/faculty-research/working-paper-landing-list.sass | 2 +- sass/conditionals/insights/design-insights.sass | 2 +- sass/conditionals/insights/view-mode-idea-story-latest-stories.sass | 4 ++-- sass/conditionals/news/view-mode-news-listing.sass | 4 ++-- 18 files changed, 22 insertions(+), 22 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5395: adjust item spacing above. css/conditionals/alumni/alumni-reunion-schedule-list.css | 3 +-- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5397: reduce title size at 850 and below. css/conditionals/alumni/alumni-reunion-schedule-list.css | 5 +++++ sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5401: add background to sidebar resource at full column width. css/conditionals/insights/resources/sidebar-resource.css | 2 ++ sass/conditionals/insights/resources/sidebar-resource.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5034: changes for working paper pdf. css/style.css | 74 +++++++++++++++------- sass/partials/design/_existing-node.sass | 60 ++++++++++++------ .../ds-1col--node-working-paper-teaser.tpl.php | 24 +++++++ 3 files changed, 113 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5377: update spacing of social icons. css/conditionals/insights/idea-story-detail.css | 4 ---- sass/conditionals/insights/idea-story-detail.sass | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5224: update title size of featured insight card and existing node. css/conditionals/insights/featured-insight-card.css | 4 ++-- css/style.css | 19 ++++++++++++++----- sass/conditionals/insights/featured-insight-card.sass | 4 ++-- sass/partials/design/_existing-node.sass | 12 +++++++----- 4 files changed, 25 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5223: remove demi style on faculty author label. .../faculty-research/meta-research-detail.css | 52 +++++++++++++++------ sass/partials/base/01-mixins/_custom.sass | 54 ++++++++++++++++++++++ 2 files changed, 91 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5250: update school story and announcement detail. css/conditionals/news/announcement-detail.css | 2 ++ css/conditionals/news/school-story-detail.css | 2 ++ sass/conditionals/news/announcement-detail.sass | 2 ++ sass/conditionals/news/school-story-detail.sass | 2 ++ 4 files changed, 8 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5249: update title on agenda item detail. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 6 +++--- sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5252: update faculty header sizing. css/conditionals/faculty-research/faculty-detail.css | 7 ++++--- sass/conditionals/faculty-research/faculty-detail.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5290: update the twitter handle styling. css/style.css | 16 +++++++--------- sass/partials/design/_fpp-social-media.sass | 9 +++------ 2 files changed, 10 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5278: update clubs fpp title. css/conditionals/club-landing-list.css | 10 ++--- sass/conditionals/club-landing-list.sass | 76 ++++++++++++++++---------------- 2 files changed, 44 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5196: update alumni banner title hover. css/style.css | 12 ++++++++++++ sass/partials/design/_banner.sass | 7 +++++++ 2 files changed, 19 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4675: house ad and video fpp changes for responsive. css/style.css | 168 ++++++++++----------- sass/partials/base/05-layouts/_layouts.sass | 4 +- .../base/06-ui-patterns/_drupal-patterns.sass | 11 +- sass/partials/design/_house-ads.sass | 81 ++++------ sass/partials/design/_video.sass | 15 +- 5 files changed, 130 insertions(+), 149 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4364: adjust media icon. .../view-mode-idea-story-latest-stories.css | 27 ++++++++++--------- .../view-mode-idea-story-latest-stories.sass | 30 ++++++++++------------ 2 files changed, 26 insertions(+), 31 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4422: update listing styling. .../faculty-research/view-mode-teaser-listing.css | 10 +++++++--- .../insights/view-mode-idea-story-latest-stories.css | 2 +- css/conditionals/news/view-mode-news-listing.css | 13 +++++++------ .../faculty-research/view-mode-teaser-listing.sass | 7 +++++-- .../insights/view-mode-idea-story-latest-stories.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 5 +++-- 6 files changed, 24 insertions(+), 15 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5421: adjust spacing between people. css/conditionals/faculty-research/meta-research-detail.css | 6 ------ css/conditionals/insights/idea-story-detail.css | 1 - css/conditionals/insights/related-to-idea-story.css | 8 +------- css/style.css | 1 - sass/conditionals/faculty-research/meta-research-detail.sass | 2 -- sass/conditionals/insights/idea-story-detail.sass | 1 - sass/conditionals/insights/related-to-idea-story.sass | 4 +--- sass/partials/design/_design.sass | 1 - 8 files changed, 2 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5422: adjust related width at 700 and below. css/conditionals/faculty-research/meta-research-detail.css | 2 ++ sass/conditionals/faculty-research/meta-research-detail.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5430 Added test for contextual-links class when looking for the ul tags js/show-more-less.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5422: add related fieldset to case. css/conditionals/faculty-research/case-detail.css | 25 ---------------------- css/style.css | 24 ++++++++++++++------- .../conditionals/faculty-research/case-detail.sass | 4 ---- sass/partials/design/_design.sass | 3 ++- 4 files changed, 18 insertions(+), 38 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5422: add related fieldset to case. css/conditionals/faculty-research/case-detail.css | 25 ---------------------- css/style.css | 24 ++++++++++++++------- .../conditionals/faculty-research/case-detail.sass | 4 ---- sass/partials/design/_design.sass | 3 ++- 4 files changed, 18 insertions(+), 38 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5421: divider adjustment on people fields in related block. css/conditionals/insights/related-to-idea-story.css | 8 ++++++-- sass/conditionals/insights/related-to-idea-story.sass | 13 ++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5394: fix spacing for focus state. css/style.css | 1 + sass/partials/design/_fpp-links.sass | 2 ++ 2 files changed, 3 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5404: add back container style. css/conditionals/faculty-research/case-detail.css | 25 ++++++++++++++++++++++ .../conditionals/faculty-research/case-detail.sass | 4 ++++ 2 files changed, 29 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5394 Changed open() for fielditem to use outerHeight() instead of height(). js/show-more-less.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5403: add bottom divider to faculty authors. css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/insights/related-to-idea-story.sass | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5392: adjust padding for faculty field, add act collapsible functionality. css/conditionals/faculty-research/meta-research-detail.css | 6 ------ css/conditionals/insights/related-to-idea-story.css | 4 ++-- css/style.css | 8 ++++++++ sass/conditionals/faculty-research/meta-research-detail.sass | 4 +--- sass/conditionals/insights/related-to-idea-story.sass | 8 +++----- sass/partials/design/_design.sass | 3 ++- 6 files changed, 16 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5367: use uncompressed background for alumni. css/style.css | 2 +- images/bg-alumni-2015-05-26-1.jpg | Bin 54889 -> 0 bytes images/bg-alumni-2015-06-02-1.jpg | Bin 0 -> 71911 bytes sass/partials/design/_design.sass | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5363: style the show more for links fpp. css/conditionals/news/announcement-detail.css | 10 +-- css/style.css | 90 ++++++++++++++++++++++----- sass/partials/base/01-mixins/_custom.sass | 9 +-- sass/partials/design/_design.sass | 4 +- sass/partials/design/_fpp-links.sass | 87 +++++++++++++++++++++----- 5 files changed, 161 insertions(+), 39 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago WP-5362 Added new type 'fielditems' - which we will be using in the Links FPP js/show-more-less.js | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5358: update banner styling. css/style.css | 24 +++++++++++------------- sass/partials/design/_banner.sass | 21 +++++++++------------ 2 files changed, 20 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5367: compress large images, rename, adn update in Sass sheets. css/conditionals/front.css | 4 +- css/conditionals/program-landing.css | 2 +- css/style.css | 72 ++++++++++----------- images/bg-alumni-2015-05-26-1.jpg | Bin 0 -> 54889 bytes images/bg-alumni.jpg | Bin 71911 -> 0 bytes images/bg-banner-eventcal-2015-05-26-1.png | Bin 0 -> 103594 bytes images/bg-banner-eventcal.png | Bin 283930 -> 0 bytes images/bg-event-cal-wide-2015-05-26-1.png | Bin 0 -> 43318 bytes images/bg-faculty-2015-05-26-1.jpg | Bin 0 -> 31513 bytes images/bg-faculty.jpg | Bin 43628 -> 0 bytes images/bg-landing-whitetitlebar-2015-05-26-1.jpg | Bin 0 -> 115731 bytes images/bg-landing-whitetitlebar.jpg | Bin 261729 -> 0 bytes ...bg-library-conducting-research-2015-05-26-1.jpg | Bin 0 -> 26788 bytes images/bg-library-conducting-research.jpg | Bin 30885 -> 0 bytes images/bg-msxfellows-2015-05-26-1.jpg | Bin 0 -> 38998 bytes images/bg-msxfellows.jpg | Bin 100900 -> 0 bytes images/bg-organizations-2015-05-26-1.jpg | Bin 0 -> 49498 bytes images/bg-organizations.jpg | Bin 68401 -> 0 bytes images/bg-program-finder-2015-05-26-1.jpg | Bin 0 -> 49979 bytes images/bg-program-finder.jpg | Bin 160763 -> 0 bytes images/bg-quad-home-2015-05-26-1.png | Bin 0 -> 335459 bytes images/bg-quad-home.png | Bin 889130 -> 0 bytes images/bg-quad-standard-2015-05-26-1.png | Bin 0 -> 202566 bytes images/bg-quad-standard.png | Bin 630030 -> 0 bytes images/bg-social-feed-2015-05-26-1.png | Bin 0 -> 25244 bytes images/bg-social-feed.png | Bin 184542 -> 0 bytes images/cta-map-mobile-2015-05-26-1.jpg | Bin 0 -> 40562 bytes images/cta-map-mobile.jpg | Bin 61761 -> 0 bytes images/event-cal-wide_bg.png | Bin 278253 -> 0 bytes images/logo-2015-05-26-1.png | Bin 0 -> 11157 bytes images/logo.png | Bin 30853 -> 0 bytes sass/conditionals/front.sass | 4 +- sass/conditionals/program-landing.sass | 2 +- sass/partials/design/_banner.sass | 2 +- sass/partials/design/_cta-custom.sass | 4 +- sass/partials/design/_design.sass | 22 +++---- sass/partials/design/_fpp-social-media.sass | 2 +- 37 files changed, 57 insertions(+), 57 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5379: update author block styling. .../faculty-research/meta-research-detail.css | 50 ++++++---------------- .../faculty-research/meta-research-detail.sass | 24 +++-------- 2 files changed, 19 insertions(+), 55 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5378: add class for text equivalent page to pick up styling. css/style.css | 140 +++++++++++++++------ .../insights/resources/image-resource.sass | 2 +- sass/partials/design/_wysiwyg.sass | 9 +- 3 files changed, 111 insertions(+), 40 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5375: update padding on people in related. css/conditionals/insights/related-to-idea-story.css | 8 +++++++- sass/conditionals/insights/related-to-idea-story.sass | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5374: use word-break instead. css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5374: force files and links to wrap. css/conditionals/insights/related-to-idea-story.css | 1 + sass/conditionals/insights/related-to-idea-story.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: prevent organization, title, or academic area from wrapping. css/conditionals/insights/related-to-idea-story.css | 15 +++++++++------ sass/conditionals/insights/related-to-idea-story.sass | 8 ++++---- 2 files changed, 13 insertions(+), 10 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5357: add width 100% to half size soundcloud resource. css/conditionals/insights/resources/soundcloud-resource.css | 1 + sass/conditionals/insights/resources/soundcloud-resource.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5309: Update related sidebar styling for working paper, book, and JABCO. css/conditionals/faculty-research/book-detail.css | 39 +++++++- .../faculty-research/meta-research-detail.css | 18 +--- .../insights/related-to-idea-story.css | 52 ++++++---- css/conditionals/msx-fellow-detail.css | 42 ++++---- css/style.css | 40 ++++++-- .../conditionals/faculty-research/book-detail.sass | 18 +++- .../faculty-research/meta-research-detail.sass | 3 +- .../insights/related-to-idea-story.sass | 107 +++++++++++---------- sass/conditionals/msx-fellow-detail.sass | 2 +- sass/partials/design/_design.sass | 7 +- 10 files changed, 200 insertions(+), 128 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5342: style author block like related, until related is completed. .../faculty-research/meta-research-detail.css | 165 +++++++-------------- .../faculty-research/meta-research-detail.sass | 48 +++++- sass/partials/base/01-mixins/_custom.sass | 55 ------- 3 files changed, 102 insertions(+), 166 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5357: sizing and responsive for soundcloud resource. .../insights/resources/soundcloud-resource.css | 35 +++++++++++++++++++++ .../insights/resources/soundcloud-resource.sass | 36 ++++++++++++++++++++++ 2 files changed, 71 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5357: add partial for soundcloud resource. css/conditionals/insights/resources/soundcloud-resource.css | 0 gsb_theme.info | 1 + sass/conditionals/insights/resources/soundcloud-resource.sass | 8 ++++++++ 3 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5345: style text equivalent link. css/conditionals/insights/resources/image-resource.css | 10 ++++++++++ sass/conditionals/insights/resources/image-resource.sass | 9 +++++++++ 2 files changed, 19 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5331: update spacing of dek and image in sidebar resource. css/conditionals/insights/resources/sidebar-resource.css | 4 ++++ sass/conditionals/insights/resources/sidebar-resource.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5314: update the cas login to not affect case download. css/conditionals/faculty-research/case-cmi.css | 6 ++---- sass/conditionals/faculty-research/case-cmi.sass | 5 +++-- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5121: update customizable clubs theming. css/conditionals/club-landing-list.css | 84 +++++++++++++++-------------- sass/conditionals/club-landing-list.sass | 93 ++++++++++++++++++-------------- 2 files changed, 97 insertions(+), 80 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5121: retheme alumni clubs list. css/conditionals/club-landing-list.css | 15 +++++++++++---- sass/conditionals/club-landing-list.sass | 18 +++++++++++------- 2 files changed, 22 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5121: clubs list retheming. css/conditionals/club-landing-list.css | 67 ++----- css/style.css | 192 ++++++++++++--------- sass/conditionals/club-landing-list.sass | 63 ++----- sass/partials/design/_search-filters.sass | 52 ++---- template.php | 19 +- ...s-exposed-form--club-filters--club-list.tpl.php | 84 --------- 6 files changed, 163 insertions(+), 314 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5121: start on alumni clubs list. css/conditionals/club-landing-list.css | 63 +++++++++----------------------- sass/conditionals/club-landing-list.sass | 49 ++++++++++++------------- 2 files changed, 40 insertions(+), 72 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: theme the title and department field collection. css/conditionals/staff-detail.css | 10 ++++++++-- sass/conditionals/staff-detail.sass | 14 ++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5224: update title size of featured insight card and existing node. css/conditionals/insights/featured-insight-card.css | 4 ++-- css/style.css | 19 ++++++++++++++----- sass/conditionals/insights/featured-insight-card.sass | 4 ++-- sass/partials/design/_existing-node.sass | 12 +++++++----- 4 files changed, 25 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5223: remove demi style on faculty author label. css/conditionals/faculty-research/meta-research-detail.css | 1 - sass/partials/base/01-mixins/_custom.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5258: add email icons for mailto links in links fpp. css/style.css | 19 +++++++++++++++++++ sass/partials/design/_fpp-links.sass | 5 +++++ 2 files changed, 24 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5304: fix gradients and hovers for IE9. css/style.css | 50 ++++++++++-------------------------------- sass/partials/design/_cta.sass | 29 ++++++++++++------------ 2 files changed, 27 insertions(+), 52 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5267: increase fieldset margin. css/style.css | 2 +- sass/partials/base/04-defaults/forms/_webforms.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: theme staff detail. css/conditionals/staff-detail.css | 243 ++++++++++++++++++++++++++++++++++++ gsb_theme.info | 3 + sass/conditionals/staff-detail.sass | 154 +++++++++++++++++++++++ 3 files changed, 400 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5267: add divider and grey button to webform. css/style.css | 51 ++++++++++++++++------ sass/partials/base/03-extend/_gsb-revamp.sass | 11 +++++ .../partials/base/04-defaults/forms/_webforms.sass | 23 ++++++++-- 3 files changed, 69 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5317: theme staff detail. css/conditionals/staff-detail.css | 243 ++++++++++++++++++++++++++++++++++++ gsb_theme.info | 3 + sass/conditionals/staff-detail.sass | 154 +++++++++++++++++++++++ 3 files changed, 400 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5267: add divider and grey button to webform. css/style.css | 51 ++++++++++++++++------ sass/partials/base/03-extend/_gsb-revamp.sass | 11 +++++ .../partials/base/04-defaults/forms/_webforms.sass | 23 ++++++++-- 3 files changed, 69 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5314: update the cas login to not affect case download. css/conditionals/faculty-research/case-cmi.css | 6 ++---- sass/conditionals/faculty-research/case-cmi.sass | 5 +++-- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5294: update review excerpt styling. css/conditionals/faculty-research/book-detail.css | 10 ++++++++++ sass/conditionals/faculty-research/book-detail.sass | 10 ++++++++++ 2 files changed, 20 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5304: fix gradients and hovers for IE9. css/style.css | 50 ++++++++++-------------------------------- sass/partials/design/_cta.sass | 29 ++++++++++++------------ 2 files changed, 27 insertions(+), 52 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5250: update school story and announcement detail. css/conditionals/news/announcement-detail.css | 2 ++ css/conditionals/news/school-story-detail.css | 2 ++ sass/conditionals/news/announcement-detail.sass | 2 ++ sass/conditionals/news/school-story-detail.sass | 2 ++ 4 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5249: update title on agenda item detail. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 6 +++--- sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: update label under photo for msx. css/conditionals/msx-fellow-detail.css | 5 ++++- sass/conditionals/msx-fellow-detail.sass | 7 +++++-- sass/conditionals/phd-candidate-detail.sass | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5252: update faculty header sizing. css/conditionals/faculty-research/faculty-detail.css | 7 ++++--- sass/conditionals/faculty-research/faculty-detail.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: reduce margin below name. css/conditionals/msx-fellow-detail.css | 2 +- sass/conditionals/msx-fellow-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: reduce margin below name. css/conditionals/msx-fellow-detail.css | 2 +- sass/conditionals/msx-fellow-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5267: update spacing between date fields. css/style.css | 4 ++++ sass/partials/base/04-defaults/forms/_webforms.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5267: theme webforms. css/style.css | 45 +++++++++++++++++++--- .../partials/base/04-defaults/forms/_webforms.sass | 40 ++++++++++++++++++- 2 files changed, 78 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5267: add a partial for webforms. sass/partials/base/04-defaults/_all.sass | 1 + sass/partials/base/04-defaults/forms/_webforms.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: update phd detail page theming. css/conditionals/phd-candidate-detail.css | 33 ++++++++--------------- sass/conditionals/phd-candidate-detail.sass | 42 +++++++++++------------------ 2 files changed, 26 insertions(+), 49 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5260: msx detail improvements. css/conditionals/msx-fellow-detail.css | 40 ++++++++++++------------ sass/conditionals/msx-fellow-detail.sass | 52 ++++++++++++++++++++------------ 2 files changed, 52 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5296: adjust spacing of sidebar resource. css/conditionals/insights/resources/sidebar-resource.css | 4 +++- sass/conditionals/insights/resources/sidebar-resource.sass | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5265: update dek line height. css/conditionals/insights/resources/sidebar-resource.css | 4 ++-- sass/conditionals/insights/resources/sidebar-resource.sass | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5265: update line height. css/conditionals/insights/resources/sidebar-resource.css | 6 +++--- sass/conditionals/insights/resources/sidebar-resource.sass | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5265: adjust caption. css/conditionals/insights/resources/sidebar-resource.css | 8 ++++---- sass/conditionals/insights/resources/sidebar-resource.sass | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5265: theme the sidebar resource. .../insights/resources/image-resource.css | 5 + .../insights/resources/sidebar-resource.css | 104 +++++++++++++++++++++ .../insights/resources/image-resource.sass | 6 +- .../insights/resources/sidebar-resource.sass | 94 +++++++++++++++++++ 4 files changed, 207 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 4 months ago WP-5265: add style sheet for sidebar resource. css/conditionals/insights/resources/sidebar-resource.css | 0 gsb_theme.info | 1 + sass/conditionals/insights/resources/sidebar-resource.sass | 8 ++++++++ 3 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5167: Fix javascript to only move expand button to the associated figure tag. js/custom.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5172: Don't allow customSelect to run twice. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5197: adjust utility nav link spacing. css/style.css | 2 +- sass/partials/design/_banner.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5185: Recommit this issue. css/style.css | 9 +++++---- sass/partials/design/_menu-main-mega.sass | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago This reverts commit 701fe9754a2749ad916447a6d1a4f1e243f2cd9a. Revert "WP-5185: adjust mega menu panel styling." css/style.css | 9 ++++----- sass/partials/design/_menu-main-mega.sass | 10 ++++------ 2 files changed, 8 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5187: adjust capitalization in firefox. css/conditionals/alumni/view-mode-act-project-listing.css | 3 +++ sass/conditionals/alumni/view-mode-act-project-listing.sass | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5179: adjust h5 style in wysiwyg. css/style.css | 6 ++++-- sass/partials/design/_wysiwyg.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5184: update 403 page. css/style.css | 26 ++++++++-------- sass/partials/design/_design.sass | 3 +- sass/partials/design/_not-found.sass | 2 +- template.php | 7 +++-- templates/page--403.tpl.php | 57 ++++++++++++++++++++---------------- 5 files changed, 53 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5165: scale social icons down to prevent wrapping. css/conditionals/insights/idea-story-detail.css | 20 ++++++++++++ css/conditionals/news/announcement-detail.css | 40 +++++++++++++++++++++++ css/conditionals/news/school-story-detail.css | 40 +++++++++++++++++++++++ css/style.css | 37 +++++++++++++++++---- sass/conditionals/insights/idea-story-detail.sass | 3 ++ sass/conditionals/news/announcement-detail.sass | 5 ++- sass/conditionals/news/school-story-detail.sass | 5 +++ sass/partials/base/01-mixins/_custom.sass | 18 ++++++++++ sass/partials/base/04-defaults/_common.sass | 5 +++ sass/partials/design/_design.sass | 25 ++++++-------- 10 files changed, 175 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5185: adjust mega menu panel styling. css/style.css | 9 +++++---- sass/partials/design/_menu-main-mega.sass | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5135: align the label. css/conditionals/alumni/view-mode-act-project-listing.css | 6 +++--- sass/conditionals/alumni/view-mode-act-project-listing.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5135: align label on act project filter. css/conditionals/alumni/view-mode-act-project-listing.css | 1 + sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: update logo spacing and page class on error page. css/style.css | 32 ++++++++++++++++------------ sass/partials/base/00-variables/_fonts.sass | 6 ------ sass/partials/base/04-defaults/_common.sass | 4 ++-- sass/partials/base/04-defaults/_headers.sass | 2 +- sass/partials/design/_design.sass | 4 ++-- sass/partials/design/_not-found.sass | 7 ++++-- template.php | 2 +- 7 files changed, 29 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5020: update email icon in red gradient. css/style.css | 5 +++-- sass/partials/design/_cta.sass | 15 ++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4916: responsive change for cas login. css/conditionals/faculty-research/case-cmi.css | 5 +++++ sass/conditionals/faculty-research/case-cmi.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: add sass sheet for case cmi downloads. css/style.css | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4968: change hover underline on home page cta. css/style.css | 2 ++ sass/partials/design/_fpp-cta-image-homepage.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4815: adjust search icon. css/style.css | 25 ++++++++----------------- sass/partials/design/_search-filters.sass | 17 ++++++++--------- 2 files changed, 16 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5084: update slideshow arrow styling. css/style.css | 6 +++--- sass/partials/design/_slideshow.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5080: force margin bottom 40 for people fpp. css/style.css | 3 +++ sass/partials/design/_fpp-people.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5081: update name styling in responsive. css/conditionals/alumni/alumni-detail.css | 4 +--- sass/conditionals/alumni/alumni-detail.sass | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5088: adjust image size for view mode news listing. css/conditionals/news/view-mode-news-listing.css | 2 +- css/style.css | 5 ++++- sass/conditionals/news/view-mode-news-listing.sass | 2 +- sass/partials/design/_fpp-featured-content.sass | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: theme cas login page. css/conditionals/faculty-research/case-cmi.css | 74 ++++++++++++++++++++++++ sass/conditionals/faculty-research/case-cmi.sass | 29 ++++++++++ 2 files changed, 103 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: add sass sheet for case cmi downloads. gsb_theme.info | 1 + sass/conditionals/faculty-research/case-cmi.sass | 9 +++++++++ 2 files changed, 10 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5170: make byline logic more specific. css/conditionals/insights/idea-story-detail.css | 12 +++---- sass/conditionals/insights/idea-story-detail.sass | 40 +++++++++++------------ 2 files changed, 26 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5148: modify filter for responsive. .../alumni/view-mode-act-project-listing.css | 21 +++++++++++++++++++++ .../alumni/view-mode-act-project-listing.sass | 14 ++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: remove search from 404. css/style.css | 49 +++--------------------------------- sass/partials/design/_not-found.sass | 43 +++---------------------------- template.php | 5 ---- templates/page--404.tpl.php | 5 +--- 4 files changed, 7 insertions(+), 95 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: style the search field. css/style.css | 45 +++++++++++++++++++++++++++++++++++- sass/partials/design/_not-found.sass | 38 +++++++++++++++++++++++++++++- 2 files changed, 81 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: hardcode footer because of d.o issue #233807. templates/page--404.tpl.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: start on 404 implementation. css/style.css | 142 +++++++++----------------- sass/partials/design/_not-found.sass | 127 +++++++++-------------- template.php | 14 ++- templates/page--404.tpl.php | 191 +++++++++-------------------------- templates/page.tpl.php | 13 +-- 5 files changed, 156 insertions(+), 331 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: remove the html 404 page. templates/html--404.tpl.php | 87 --------------------------------------------- 1 file changed, 87 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: add new 404 page template. templates/page--404.tpl.php | 180 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5106: changes to main navigation for alumni link. css/style.css | 57 +++++++++++++++--------------------- sass/partials/design/_design.sass | 29 +++++++----------- sass/partials/design/_menu-main.sass | 22 +++++++------- 3 files changed, 46 insertions(+), 62 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5020: fix mail icons in CTA and body. css/style.css | 70 ++++++++++++----------- sass/partials/design/_cta.sass | 111 ++++++++++++++++++------------------- sass/partials/design/_wysiwyg.sass | 4 +- 3 files changed, 89 insertions(+), 96 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5156: adjust margin on a instead of li. css/style.css | 2 +- sass/partials/design/_banner.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5152: add margin top in alumni section. css/style.css | 5 +++++ sass/partials/design/_design.sass | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5135: unhide filters for act project list. css/style.css | 3 +++ sass/partials/design/_search-filters.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5134: adjust banner title line height. css/style.css | 3 ++- sass/partials/design/_banner.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5167: Fix javascript to only move expand button to the associated figure tag. js/custom.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5172: Don't allow customSelect to run twice. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5197: adjust utility nav link spacing. css/style.css | 2 +- sass/partials/design/_banner.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5130: add width 100 percent for firefox. css/conditionals/alumni/alumni-reunion-finder.css | 1 + sass/conditionals/alumni/alumni-reunion-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5146: add spacing to reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 4 ++++ sass/conditionals/alumni/alumni-reunion-finder.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5130: overflow hidden for firefox. css/conditionals/alumni/alumni-reunion-finder.css | 1 + sass/conditionals/alumni/alumni-reunion-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago WP-5185: Recommit this issue. css/style.css | 9 +++++---- sass/partials/design/_menu-main-mega.sass | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago This reverts commit 701fe9754a2749ad916447a6d1a4f1e243f2cd9a. Revert "WP-5185: adjust mega menu panel styling." css/style.css | 9 ++++----- sass/partials/design/_menu-main-mega.sass | 10 ++++------ 2 files changed, 8 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5187: adjust capitalization in firefox. css/conditionals/alumni/view-mode-act-project-listing.css | 3 +++ sass/conditionals/alumni/view-mode-act-project-listing.sass | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5179: adjust h5 style in wysiwyg. css/style.css | 6 ++++-- sass/partials/design/_wysiwyg.sass | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5184: update 403 page. css/style.css | 26 ++++++++-------- sass/partials/design/_design.sass | 3 +- sass/partials/design/_not-found.sass | 2 +- template.php | 7 +++-- templates/page--403.tpl.php | 57 ++++++++++++++++++++---------------- 5 files changed, 53 insertions(+), 42 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5165: scale social icons down to prevent wrapping. css/conditionals/insights/idea-story-detail.css | 20 ++++++++++++ css/conditionals/news/announcement-detail.css | 40 +++++++++++++++++++++++ css/conditionals/news/school-story-detail.css | 40 +++++++++++++++++++++++ css/style.css | 37 +++++++++++++++++---- sass/conditionals/insights/idea-story-detail.sass | 3 ++ sass/conditionals/news/announcement-detail.sass | 5 ++- sass/conditionals/news/school-story-detail.sass | 5 +++ sass/partials/base/01-mixins/_custom.sass | 18 ++++++++++ sass/partials/base/04-defaults/_common.sass | 5 +++ sass/partials/design/_design.sass | 25 ++++++-------- 10 files changed, 175 insertions(+), 23 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5185: adjust mega menu panel styling. css/style.css | 9 +++++---- sass/partials/design/_menu-main-mega.sass | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5135: align the label. css/conditionals/alumni/view-mode-act-project-listing.css | 6 +++--- sass/conditionals/alumni/view-mode-act-project-listing.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5135: align label on act project filter. css/conditionals/alumni/view-mode-act-project-listing.css | 1 + sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: update logo spacing and page class on error page. css/style.css | 32 ++++++++++++++++------------ sass/partials/base/00-variables/_fonts.sass | 6 ------ sass/partials/base/04-defaults/_common.sass | 4 ++-- sass/partials/base/04-defaults/_headers.sass | 2 +- sass/partials/design/_design.sass | 4 ++-- sass/partials/design/_not-found.sass | 7 ++++-- template.php | 2 +- 7 files changed, 29 insertions(+), 28 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5020: update email icon in red gradient. css/style.css | 10 +++------- sass/partials/design/_cta.sass | 15 ++++++++------- 2 files changed, 11 insertions(+), 14 deletions(-) view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago Integration view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago merge view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4916: responsive change for cas login. css/conditionals/faculty-research/case-cmi.css | 5 +++++ sass/conditionals/faculty-research/case-cmi.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: theme cas login page. css/conditionals/faculty-research/case-cmi.css | 74 ++++++++++++++++++++++++ sass/conditionals/faculty-research/case-cmi.sass | 29 ++++++++++ 2 files changed, 103 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: add sass sheet for case cmi downloads. gsb_theme.info | 1 + sass/conditionals/faculty-research/case-cmi.sass | 9 +++++++++ 2 files changed, 10 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4968: change hover underline on home page cta. css/style.css | 2 ++ sass/partials/design/_fpp-cta-image-homepage.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4815: adjust search icon. css/style.css | 25 ++++++++----------------- sass/partials/design/_search-filters.sass | 17 ++++++++--------- 2 files changed, 16 insertions(+), 26 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5084: update slideshow arrow styling. css/style.css | 6 +++--- sass/partials/design/_slideshow.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5080: force margin bottom 40 for people fpp. css/style.css | 3 +++ sass/partials/design/_fpp-people.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5081: update name styling in responsive. css/conditionals/alumni/alumni-detail.css | 4 +--- sass/conditionals/alumni/alumni-detail.sass | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5088: adjust image size for view mode news listing. css/conditionals/news/view-mode-news-listing.css | 2 +- css/style.css | 5 ++++- sass/conditionals/news/view-mode-news-listing.sass | 2 +- sass/partials/design/_fpp-featured-content.sass | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5130: add width 100 percent for firefox. css/conditionals/alumni/alumni-reunion-finder.css | 1 + sass/conditionals/alumni/alumni-reunion-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: theme cas login page. css/conditionals/faculty-research/case-cmi.css | 74 ++++++++++++++++++++++++ sass/conditionals/faculty-research/case-cmi.sass | 29 ++++++++++ 2 files changed, 103 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5177: add sass sheet for case cmi downloads. gsb_theme.info | 1 + sass/conditionals/faculty-research/case-cmi.sass | 9 +++++++++ 2 files changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5170: make byline logic more specific. css/conditionals/insights/idea-story-detail.css | 12 +++---- sass/conditionals/insights/idea-story-detail.sass | 40 +++++++++++------------ 2 files changed, 26 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5146: add spacing to reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 4 ++++ sass/conditionals/alumni/alumni-reunion-finder.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5148: modify filter for responsive. .../alumni/view-mode-act-project-listing.css | 21 +++++++++++++++++++++ .../alumni/view-mode-act-project-listing.sass | 14 ++++++++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: remove search from 404. css/style.css | 49 +++--------------------------------- sass/partials/design/_not-found.sass | 43 +++---------------------------- template.php | 5 ---- templates/page--404.tpl.php | 5 +--- 4 files changed, 7 insertions(+), 95 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: style the search field. css/style.css | 45 +++++++++++++++++++++++++++++++++++- sass/partials/design/_not-found.sass | 38 +++++++++++++++++++++++++++++- 2 files changed, 81 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: hardcode footer because of d.o issue #233807. templates/page--404.tpl.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: start on 404 implementation. css/style.css | 142 +++++++++----------------- sass/partials/design/_not-found.sass | 127 +++++++++-------------- template.php | 14 ++- templates/page--404.tpl.php | 191 +++++++++-------------------------- templates/page.tpl.php | 13 +-- 5 files changed, 156 insertions(+), 331 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: remove the html 404 page. templates/html--404.tpl.php | 87 --------------------------------------------- 1 file changed, 87 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5141: add new 404 page template. templates/page--404.tpl.php | 180 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5106: changes to main navigation for alumni link. css/style.css | 57 +++++++++++++++--------------------- sass/partials/design/_design.sass | 29 +++++++----------- sass/partials/design/_menu-main.sass | 22 +++++++------- 3 files changed, 46 insertions(+), 62 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5020: fix mail icons in CTA and body. css/style.css | 70 ++++++++++++----------- sass/partials/design/_cta.sass | 111 ++++++++++++++++++------------------- sass/partials/design/_wysiwyg.sass | 4 +- 3 files changed, 89 insertions(+), 96 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5156: adjust margin on a instead of li. css/style.css | 2 +- sass/partials/design/_banner.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5152: add margin top in alumni section. css/style.css | 5 +++++ sass/partials/design/_design.sass | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5130: overflow hidden for firefox. css/conditionals/alumni/alumni-reunion-finder.css | 1 + sass/conditionals/alumni/alumni-reunion-finder.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5135: unhide filters for act project list. css/style.css | 3 +++ sass/partials/design/_search-filters.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5134: adjust banner title line height. css/style.css | 3 ++- sass/partials/design/_banner.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5146: add spacing to reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 4 ++++ sass/conditionals/alumni/alumni-reunion-finder.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5147: update spacing of featured item list. css/style.css | 6 +++--- sass/partials/design/_fpp-featured-content.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5147: use visibility hidden instead of display none to hold space. css/style.css | 4 ++-- sass/partials/design/_fpp-featured-content.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5116: only faculty and research should have landing style. css/style.css | 4 ++-- sass/partials/design/_design.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5122: update headings in body with external icon. css/style.css | 46 +++++++++++++++++++------------------- sass/partials/design/_wysiwyg.sass | 29 ++++++++++++------------ 2 files changed, 37 insertions(+), 38 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5119: change id for alumni footer. css/style.css | 10 +++++----- sass/partials/design/_footer.sass | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5118: remove external icons from chute. css/style.css | 4 ++++ sass/partials/design/_design.sass | 6 ++++++ 2 files changed, 10 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5089: add margin top to list. css/conditionals/alumni/alumni-reunion-schedule-list.css | 3 +++ sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 1 + 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5014: remove margin bottom. css/style.css | 6 ------ sass/partials/design/_fpp-featured-content.sass | 4 ---- 2 files changed, 10 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5014: remove bottom margin on last list item. css/style.css | 3 +++ sass/partials/design/_fpp-featured-content.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5105: hide the page titles, adjust the wrapping on mobile for orgs. css/style.css | 21 ++++++++++++++------- sass/partials/design/_banner.sass | 7 ++++--- sass/partials/design/_design.sass | 12 +++++++++++- 3 files changed, 29 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5026: override the chevron on faculty profile. css/conditionals/faculty-research/faculty-detail.css | 14 +++++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 3 +-- 2 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: update responsive reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 9 +++++++-- sass/conditionals/alumni/alumni-reunion-finder.sass | 6 ++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: update reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 23 +++++++++------------- .../conditionals/alumni/alumni-reunion-finder.sass | 21 +++++++++----------- 2 files changed, 18 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4813: adjust youtube icon. css/style.css | 2 ++ sass/partials/design/_design.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5072: update customizable list styling. css/conditionals/alumni/alumni-act-content-pane.css | 14 +++++++------- sass/conditionals/alumni/alumni-act-content-pane.sass | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: adjust min height. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5072: adjust design of act customizable list. css/conditionals/alumni/alumni-act-content-pane.css | 21 ++++++++------------- css/style.css | 2 +- .../alumni/alumni-act-content-pane.sass | 19 ++++++++----------- sass/partials/design/_fpp-files.sass | 2 +- 4 files changed, 18 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5017: update filter theming. .../alumni/view-mode-act-project-listing.css | 16 +++++++++------- css/style.css | 2 +- .../alumni/view-mode-act-project-listing.sass | 12 ++++++------ sass/partials/design/_search-filters.sass | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5082: no results text should not be bold. css/conditionals/alumni/view-mode-act-project-listing.css | 1 + css/conditionals/phd-candidate-job-market-list.css | 1 - css/style.css | 1 - sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 + sass/conditionals/phd-candidate-job-market-list.sass | 1 - sass/partials/design/_pager.sass | 3 +-- 6 files changed, 3 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5026: update code for external icon changes. css/conditionals/alumni/alumni-act-detail.css | 16 --- css/conditionals/alumni/alumni-detail.css | 16 --- css/conditionals/club-landing-list.css | 33 ------ css/conditionals/faculty-research/book-detail.css | 31 ----- .../faculty-research/faculty-detail.css | 63 ---------- .../faculty-research/publication-detail.css | 30 ----- css/conditionals/front.css | 3 + .../insights/related-to-idea-story.css | 34 ------ .../view-mode-idea-story-latest-stories.css | 16 --- css/conditionals/library/pane-rss.css | 16 --- .../library/view-business-website-detail.css | 16 --- css/conditionals/news/announcement-detail.css | 16 --- css/conditionals/news/view-mode-news-listing.css | 17 --- css/style.css | 130 ++------------------- sass/conditionals/alumni/alumni-act-detail.sass | 2 - sass/conditionals/club-landing-list.sass | 7 +- .../conditionals/faculty-research/book-detail.sass | 5 +- .../faculty-research/publication-detail.sass | 2 - sass/conditionals/front.sass | 7 ++ .../insights/related-to-idea-story.sass | 4 - .../view-mode-idea-story-latest-stories.sass | 2 - sass/conditionals/library/pane-rss.sass | 2 - .../library/view-business-website-detail.sass | 2 - sass/conditionals/news/view-mode-news-listing.sass | 2 - sass/partials/base/01-mixins/_custom.sass | 2 - sass/partials/base/03-extend/_gsb-revamp.sass | 6 - sass/partials/design/_cta.sass | 8 +- sass/partials/design/_existing-node.sass | 9 -- sass/partials/design/_fpp-featured-content.sass | 2 - sass/partials/design/_fpp-links.sass | 4 - sass/partials/design/_fpp-social-media.sass | 4 + sass/partials/design/_menu-block.sass | 2 - sass/partials/design/_slideshow.sass | 3 + 33 files changed, 33 insertions(+), 479 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5017: remove bad javascript. js/custom.js | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4997 Add hook_block_list_alter to remove the Section Menu: Alumni from the alumni/help and alumni/help/* pages template.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5039: update global footer styling. css/style.css | 49 ++++++++++++++++----------------------- sass/partials/design/_footer.sass | 39 ++++++++++++++----------------- 2 files changed, 38 insertions(+), 50 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5040: theme the second alumni footer. css/style.css | 37 +++++++++++++++++++++++++++++++++++++ sass/partials/design/_footer.sass | 31 +++++++++++++++++++++++++++++-- 2 files changed, 66 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5043: set min width for autocomplete dropdown. css/admin-modal/admin-modal.css | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5029: add back top spacing. css/conditionals/news/view-mode-news-listing.css | 1 - sass/conditionals/news/view-mode-news-listing.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5031: update video case icon size. css/conditionals/faculty-research/case-landing-list.css | 3 +-- .../faculty-research/view-mode-views-content-pane.css | 5 ++--- sass/conditionals/faculty-research/case-landing-list.sass | 6 ++---- .../faculty-research/view-mode-views-content-pane.sass | 10 +++++----- 4 files changed, 10 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5024: fix for CTA link indented, mailto CTA link spacing. css/style.css | 4 ++-- sass/partials/design/_cta.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4813: update social icons, resize youtube icon. css/style.css | 29 +- fonts/icons/.fontcustom-manifest.json | 4 +- fonts/icons/icons-preview.html | 2 +- fonts/icons/icons.eot | Bin 7804 -> 7792 bytes fonts/icons/icons.svg | 12 +- fonts/icons/icons.ttf | Bin 7640 -> 7628 bytes fonts/icons/icons.woff | Bin 4880 -> 4884 bytes images/icons/youtube.svg | 1929 +------------------------ sass/partials/base/03-extend/_gsb-revamp.sass | 1 - sass/partials/base/04-defaults/_common.sass | 4 +- sass/partials/design/_design.sass | 20 +- 11 files changed, 65 insertions(+), 1936 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4818: update responsive font sizes. .../faculty-research/view-mode-teaser-listing.css | 8 +------- css/conditionals/news/view-mode-news-listing.css | 12 +----------- .../faculty-research/view-mode-teaser-listing.sass | 4 +--- sass/conditionals/news/view-mode-news-listing.sass | 4 +--- 4 files changed, 4 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-5015: adjust form margins. css/conditionals/insights/idea-story-detail.css | 10 +++++----- sass/conditionals/insights/idea-story-detail.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4812: adjust red link mail icon. css/style.css | 10 ++++++---- sass/partials/design/_cta.sass | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4576: update spacing and divders on related. .../insights/related-to-idea-story.css | 29 +++++++--------------- .../insights/related-to-idea-story.sass | 20 +++++++-------- 2 files changed, 18 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4504: fix superhead in wide view for firefox. css/style.css | 1 + sass/partials/design/_house-ads.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4940: caption style for image fpp. css/style.css | 8 ++++++++ sass/partials/design/_wysiwyg.sass | 8 ++++++++ 2 files changed, 16 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4964: remove margin creating extra row on tables. css/style.css | 10 +++++++--- sass/partials/design/_wysiwyg.sass | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4814: update style and position of infographic button. css/conditionals/insights/resources/image-resource.css | 9 +-------- js/custom.js | 9 +++++++++ sass/conditionals/insights/resources/image-resource.sass | 8 +------- 3 files changed, 11 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4824: update the title sizing to 24px on add existing node, margin bottom on book. css/style.css | 5 ++++- sass/partials/design/_existing-node.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4871: update video fpp title size and line height. css/style.css | 4 ++-- sass/partials/design/_video.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4922: update phd address styling. css/conditionals/faculty-research/case-detail.css | 15 ---- css/conditionals/phd-candidate-detail.css | 97 +++++++--------------- css/style.css | 15 ++++ .../conditionals/faculty-research/case-detail.sass | 1 - sass/conditionals/phd-candidate-detail.sass | 53 ++++++++---- sass/partials/base/04-defaults/_common.sass | 2 + 6 files changed, 84 insertions(+), 99 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4987: update responsive changes for insights layouts. css/style.css | 38 ++++++++++++++++------------ sass/partials/base/05-layouts/_layouts.sass | 39 ++++++++++++++--------------- 2 files changed, 41 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5026: override the chevron on faculty profile. css/conditionals/faculty-research/faculty-detail.css | 14 +++++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 3 +-- 2 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: update responsive reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 9 +++++++-- sass/conditionals/alumni/alumni-reunion-finder.sass | 6 ++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: update reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 23 +++++++++------------- .../conditionals/alumni/alumni-reunion-finder.sass | 21 +++++++++----------- 2 files changed, 18 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-4813: adjust youtube icon. css/style.css | 2 ++ sass/partials/design/_design.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5072: update customizable list styling. css/conditionals/alumni/alumni-act-content-pane.css | 14 +++++++------- sass/conditionals/alumni/alumni-act-content-pane.sass | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5045: adjust min height. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5072: adjust design of act customizable list. css/conditionals/alumni/alumni-act-content-pane.css | 21 ++++++++------------- css/style.css | 2 +- .../alumni/alumni-act-content-pane.sass | 19 ++++++++----------- sass/partials/design/_fpp-files.sass | 2 +- 4 files changed, 18 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5017: update filter theming. .../alumni/view-mode-act-project-listing.css | 16 +++++++++------- css/style.css | 2 +- .../alumni/view-mode-act-project-listing.sass | 12 ++++++------ sass/partials/design/_search-filters.sass | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5082: no results text should not be bold. css/conditionals/alumni/view-mode-act-project-listing.css | 1 + css/conditionals/phd-candidate-job-market-list.css | 1 - css/style.css | 1 - sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 + sass/conditionals/phd-candidate-job-market-list.sass | 1 - sass/partials/design/_pager.sass | 3 +-- 6 files changed, 3 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5026: update code for external icon changes. css/conditionals/alumni/alumni-act-detail.css | 16 --- css/conditionals/alumni/alumni-detail.css | 16 --- css/conditionals/club-landing-list.css | 33 ------ css/conditionals/faculty-research/book-detail.css | 31 ----- .../faculty-research/faculty-detail.css | 63 ---------- .../faculty-research/publication-detail.css | 30 ----- css/conditionals/front.css | 3 + .../insights/related-to-idea-story.css | 34 ------ .../view-mode-idea-story-latest-stories.css | 16 --- css/conditionals/library/pane-rss.css | 16 --- .../library/view-business-website-detail.css | 16 --- css/conditionals/news/announcement-detail.css | 16 --- css/conditionals/news/view-mode-news-listing.css | 17 --- css/style.css | 130 ++------------------- sass/conditionals/alumni/alumni-act-detail.sass | 2 - sass/conditionals/club-landing-list.sass | 7 +- .../conditionals/faculty-research/book-detail.sass | 5 +- .../faculty-research/publication-detail.sass | 2 - sass/conditionals/front.sass | 7 ++ .../insights/related-to-idea-story.sass | 4 - .../view-mode-idea-story-latest-stories.sass | 2 - sass/conditionals/library/pane-rss.sass | 2 - .../library/view-business-website-detail.sass | 2 - sass/conditionals/news/view-mode-news-listing.sass | 2 - sass/partials/base/01-mixins/_custom.sass | 2 - sass/partials/base/03-extend/_gsb-revamp.sass | 6 - sass/partials/design/_cta.sass | 8 +- sass/partials/design/_existing-node.sass | 9 -- sass/partials/design/_fpp-featured-content.sass | 2 - sass/partials/design/_fpp-links.sass | 4 - sass/partials/design/_fpp-social-media.sass | 4 + sass/partials/design/_menu-block.sass | 2 - sass/partials/design/_slideshow.sass | 3 + 33 files changed, 33 insertions(+), 479 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5017: remove bad javascript. js/custom.js | 9 --------- 1 file changed, 9 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago WP-4997 Add hook_block_list_alter to remove the Section Menu: Alumni from the alumni/help and alumni/help/* pages template.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5039: update global footer styling. css/style.css | 49 ++++++++++++++++----------------------- sass/partials/design/_footer.sass | 39 ++++++++++++++----------------- 2 files changed, 38 insertions(+), 50 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5040: theme the second alumni footer. css/style.css | 37 +++++++++++++++++++++++++++++++++++++ sass/partials/design/_footer.sass | 31 +++++++++++++++++++++++++++++-- 2 files changed, 66 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5043: set min width for autocomplete dropdown. css/admin-modal/admin-modal.css | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5029: add back top spacing. css/conditionals/news/view-mode-news-listing.css | 1 - sass/conditionals/news/view-mode-news-listing.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5031: update video case icon size. css/conditionals/faculty-research/case-landing-list.css | 3 +-- .../faculty-research/view-mode-views-content-pane.css | 5 ++--- sass/conditionals/faculty-research/case-landing-list.sass | 6 ++---- .../faculty-research/view-mode-views-content-pane.sass | 10 +++++----- 4 files changed, 10 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5055: update CSS logic for adding and. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5055: update CSS logic for adding and. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago WP-5024: fix for CTA link indented, mailto CTA link spacing. css/style.css | 4 ++-- sass/partials/design/_cta.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4813: update social icons, resize youtube icon. css/style.css | 29 +- fonts/icons/.fontcustom-manifest.json | 4 +- fonts/icons/icons-preview.html | 2 +- fonts/icons/icons.eot | Bin 7804 -> 7792 bytes fonts/icons/icons.svg | 12 +- fonts/icons/icons.ttf | Bin 7640 -> 7628 bytes fonts/icons/icons.woff | Bin 4880 -> 4884 bytes images/icons/youtube.svg | 1929 +------------------------ sass/partials/base/03-extend/_gsb-revamp.sass | 1 - sass/partials/base/04-defaults/_common.sass | 4 +- sass/partials/design/_design.sass | 20 +- 11 files changed, 65 insertions(+), 1936 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4818: update responsive font sizes. .../faculty-research/view-mode-teaser-listing.css | 8 +------- css/conditionals/news/view-mode-news-listing.css | 12 +----------- .../faculty-research/view-mode-teaser-listing.sass | 4 +--- sass/conditionals/news/view-mode-news-listing.sass | 4 +--- 4 files changed, 4 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-5015: adjust form margins. css/conditionals/insights/idea-story-detail.css | 10 +++++----- sass/conditionals/insights/idea-story-detail.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4812: adjust red link mail icon. css/style.css | 10 ++++++---- sass/partials/design/_cta.sass | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4576: update spacing and divders on related. .../insights/related-to-idea-story.css | 29 +++++++--------------- .../insights/related-to-idea-story.sass | 20 +++++++-------- 2 files changed, 18 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4504: fix superhead in wide view for firefox. css/style.css | 1 + sass/partials/design/_house-ads.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4940: caption style for image fpp. css/style.css | 8 ++++++++ sass/partials/design/_wysiwyg.sass | 8 ++++++++ 2 files changed, 16 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4964: remove margin creating extra row on tables. css/style.css | 10 +++++++--- sass/partials/design/_wysiwyg.sass | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4814: update style and position of infographic button. css/conditionals/insights/resources/image-resource.css | 9 +-------- js/custom.js | 9 +++++++++ sass/conditionals/insights/resources/image-resource.sass | 8 +------- 3 files changed, 11 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4824: update the title sizing to 24px on add existing node, margin bottom on book. css/style.css | 5 ++++- sass/partials/design/_existing-node.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4871: update video fpp title size and line height. css/style.css | 4 ++-- sass/partials/design/_video.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4922: update phd address styling. css/conditionals/faculty-research/case-detail.css | 15 ---- css/conditionals/phd-candidate-detail.css | 97 +++++++--------------- css/style.css | 15 ++++ .../conditionals/faculty-research/case-detail.sass | 1 - sass/conditionals/phd-candidate-detail.sass | 53 ++++++++---- sass/partials/base/04-defaults/_common.sass | 2 + 6 files changed, 84 insertions(+), 99 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4987: update responsive changes for insights layouts. css/style.css | 38 ++++++++++++++++------------ sass/partials/base/05-layouts/_layouts.sass | 39 ++++++++++++++--------------- 2 files changed, 41 insertions(+), 36 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4989: include all lists. css/style.css | 4 +++- sass/partials/design/_search-filters.sass | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4995: update banner title for faculty and research. css/style.css | 33 +++++++++++++-------------------- sass/partials/design/_banner.sass | 22 +++++++++++----------- template.php | 3 ++- 3 files changed, 26 insertions(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4999: adjust featured insight card event. css/conditionals/insights/featured-insight-card.css | 2 +- sass/conditionals/insights/featured-insight-card.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4999: update image position. css/style.css | 2 +- sass/partials/design/_existing-node.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4991: update alumni section title. css/style.css | 9 +++++++-- sass/partials/design/_banner.sass | 6 ++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4990: update spacing below date on teasers. css/style.css | 2 +- sass/partials/design/_existing-node.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4991: update alumni section title. css/style.css | 9 +++++++-- sass/partials/design/_banner.sass | 6 ++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4989: update filter styling for act project customizable list. css/style.css | 3 +-- sass/partials/design/_search-filters.sass | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4985: force url text to wrap. css/conditionals/alumni/alumni-act-content-pane.css | 1 + sass/conditionals/alumni/alumni-act-content-pane.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4978: adjust for when there is url but not location. css/conditionals/alumni/alumni-act-content-pane.css | 5 ++++- sass/conditionals/alumni/alumni-act-content-pane.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4851: update theming for event teaser. css/style.css | 12 +++++++++++- sass/partials/design/_existing-node.sass | 8 +++++++- 2 files changed, 18 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4977: update event detail theming. css/conditionals/event/event-detail.css | 84 ++++++++++++----------- css/style.css | 12 ++++ sass/conditionals/event/event-detail.sass | 103 ++++++++++++++-------------- sass/partials/base/05-layouts/_layouts.sass | 13 ++++ 4 files changed, 123 insertions(+), 89 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4936: move logo next to main menu and search globally. css/style.css | 62 +++++++++++------------------------- sass/partials/design/_design.sass | 34 +++++++------------- sass/partials/design/_menu-main.sass | 12 +++---- 3 files changed, 36 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4937: hide alumni utility links. css/style.css | 9 +++++++-- sass/partials/design/_banner.sass | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4799: style utility navigation for alumni. css/style.css | 76 ++++++++++++++++++---- gsb_theme.info | 1 + sass/partials/base/04-defaults/_headers.sass | 7 +- .../base/06-ui-patterns/_drupal-patterns.sass | 2 +- sass/partials/design/_banner.sass | 45 +++++++++++-- sass/partials/design/_menu-main.sass | 4 +- templates/page.tpl.php | 6 ++ 7 files changed, 116 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: update styling to apply to views fields. .../alumni/alumni-act-content-pane.css | 38 +++++++++---------- .../alumni/alumni-act-content-pane.sass | 43 +++++++++++----------- 2 files changed, 41 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: style the act project by criteria views panel pane. .../alumni/alumni-act-content-pane.css | 72 ++++++++++++++++++++++ .../alumni/view-mode-act-project-listing.css | 9 +-- .../view-mode-views-content-pane.css | 6 +- css/conditionals/news/pane-stories-by-criteria.css | 5 +- css/style.css | 24 +++++--- .../alumni/alumni-act-content-pane.sass | 64 +++++++++++++++++++ .../alumni/view-mode-act-project-listing.sass | 5 +- .../view-mode-views-content-pane.sass | 8 +-- .../news/pane-stories-by-criteria.sass | 5 +- sass/partials/design/_fpp-featured-content.sass | 3 +- 10 files changed, 171 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4944: create sheet for ACT content pane listing. css/conditionals/alumni/alumni-act-content-pane.css | 0 gsb_theme.info | 1 + sass/conditionals/alumni/alumni-act-content-pane.sass | 9 +++++++++ 3 files changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4957: filter terms should be in three columns in wide view. .../alumni/view-mode-act-project-listing.css | 5 ++ css/style.css | 54 +++++++++++++++++----- .../alumni/view-mode-act-project-listing.sass | 4 ++ sass/partials/design/_search-filters.sass | 5 +- 4 files changed, 55 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4961: add space below label for narrow view wrap. css/conditionals/alumni/view-mode-act-project-listing.css | 1 + sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4960: remove left padding in narrow. css/style.css | 4 +++- sass/partials/design/_pager.sass | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4959: update label line height. css/conditionals/alumni/view-mode-act-project-listing.css | 2 +- sass/conditionals/alumni/view-mode-act-project-listing.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4860: adjust select padding. css/conditionals/alumni/view-mode-act-project-listing.css | 5 ++++- sass/conditionals/alumni/view-mode-act-project-listing.sass | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4860: theme the ACT project lists. .../alumni/view-mode-act-project-listing.css | 85 +++++++++++++++++++++ css/style.css | 89 +++++++++++++++------- gsb_theme.info | 1 + js/custom.js | 9 +++ .../alumni/view-mode-act-project-listing.sass | 83 ++++++++++++++++++++ sass/partials/design/_search-filters.sass | 8 +- template.php | 3 + 7 files changed, 246 insertions(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4833: fix styling for alumni spotlights. css/style.css | 14 +++++--------- sass/partials/design/_fpp-spotlight.sass | 17 ++++++----------- 2 files changed, 11 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4760: reduce padding between list items. css/style.css | 2 +- sass/partials/design/_fpp-links.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4907: remove font size change. css/conditionals/alumni/alumni-reunion-finder.css | 8 -------- sass/conditionals/alumni/alumni-reunion-finder.sass | 5 ----- 2 files changed, 13 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4890: adjust show more toggler. css/style.css | 10 +++++++--- sass/partials/design/_design.sass | 2 +- sass/partials/design/_fpp-featured-content.sass | 6 +++++- 3 files changed, 13 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4907: update reunion finder spacing. css/conditionals/alumni/alumni-reunion-finder.css | 22 ++++++++++++---------- .../conditionals/alumni/alumni-reunion-finder.sass | 20 ++++++++++++-------- 2 files changed, 24 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4906: update spacing for ACT detail. css/conditionals/alumni/alumni-act-detail.css | 10 ++++++++-- sass/conditionals/alumni/alumni-act-detail.sass | 9 ++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4905: update spacing of title and location. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 5 +++-- sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4891: adjust responsive. css/style.css | 29 ++++++------------------- sass/partials/design/_fpp-featured-content.sass | 13 +++-------- 2 files changed, 10 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago Scroll back up when show less is clicked. Add a wrapper around show more link. js/show-more-less.js | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4891: no images on touch devices. css/style.css | 32 +++++-------------------- sass/partials/design/_fpp-featured-content.sass | 18 ++++---------- 2 files changed, 11 insertions(+), 39 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: more specific title and images. css/conditionals/alumni/alumni-act-detail.css | 12 ++++++------ sass/conditionals/alumni/alumni-act-detail.sass | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: responsive changes for detail page. css/conditionals/alumni/alumni-act-detail.css | 27 ++++++++++++++++++++++++- sass/conditionals/alumni/alumni-act-detail.sass | 12 ++++++++++- 2 files changed, 37 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4828: update spacing on error message. css/conditionals/alumni/alumni-reunion-finder.css | 7 ++----- sass/conditionals/alumni/alumni-reunion-finder.sass | 8 ++------ 2 files changed, 4 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4874: update line height. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 2 +- sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4843: fix margin boo boo. css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: title spacing. css/conditionals/alumni/alumni-act-detail.css | 3 ++- sass/conditionals/alumni/alumni-act-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: style the related links and files. .../insights/related-to-idea-story.css | 28 ++++++++++++++++------ .../insights/related-to-idea-story.sass | 7 ++++-- 2 files changed, 26 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4859: style the ACT detail page. css/conditionals/alumni/alumni-act-detail.css | 419 ++++++++++++++++++++++++ css/style.css | 14 +- gsb_theme.info | 1 + sass/conditionals/alumni/alumni-act-detail.sass | 223 +++++++++++++ sass/partials/design/_fpp-featured-content.sass | 7 +- templates/ds-2col--node-act.tpl.php | 32 ++ 6 files changed, 685 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4836: books view pane styling. .../view-mode-views-content-pane.css | 37 ++++++++++++++-------- .../view-mode-views-content-pane.sass | 15 +++++---- 2 files changed, 32 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4835: styling for working papers pane. .../view-mode-views-content-pane.css | 47 +++++++++++++++++----- .../view-mode-views-content-pane.sass | 27 +++++++++++-- 2 files changed, 61 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4855: featured content pane responsive implementation. css/style.css | 123 +++++++++++++++++++++--- sass/partials/design/_fpp-featured-content.sass | 72 +++++++++++--- 2 files changed, 167 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4855: add container style. css/style.css | 21 +++++++++++---------- sass/partials/design/_fpp-featured-content.sass | 8 ++++---- 2 files changed, 15 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4825: update plus position. css/style.css | 2 +- sass/partials/design/_accordion.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4843: update spacing on listing. css/conditionals/alumni/alumni-reunion-schedule-list.css | 6 +++--- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4846: update spacing on agenda item. .../alumni/alumni-reunion-agenda-item-detail.css | 12 +++++++----- .../alumni/alumni-reunion-agenda-item-detail.sass | 10 +++++----- 2 files changed, 12 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4863: add external arrow. css/style.css | 23 +++++++++++++++++++++++ sass/partials/design/_fpp-featured-content.sass | 5 +++++ sass/partials/design/_menu-block.sass | 2 -- 3 files changed, 28 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4825: update accordion styling. css/style.css | 15 +-------------- sass/partials/design/_accordion.sass | 2 +- sass/partials/design/_fpp-text.sass | 12 ------------ 3 files changed, 2 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: add bottom spacing. css/style.css | 1 + sass/partials/design/_fpp-featured-content.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: style the show more link. css/style.css | 24 +++++++++++++++++++++++- sass/partials/design/_fpp-featured-content.sass | 21 +++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: featured content styling. css/style.css | 193 ++++++++++++++++++++- sass/partials/design/_all.sass | 3 + sass/partials/design/_design.sass | 23 +++ sass/partials/design/_fieldgroup-commas.sass | 2 - sass/partials/design/_fpp-featured-content.sass | 114 ++++++++++++ template.php | 33 +++- ...eld-collection-item-field-featured-item.tpl.php | 6 +- 7 files changed, 367 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago WP-4752: add stacked template. ...eld-collection-item-field-featured-item.tpl.php | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) view commit - committer: Adam Moore, 1 year, 6 months ago author: Adam Moore, 1 year, 6 months ago WP-4796: Add the blast attribution cookie. gsb_theme.info | 3 + js/blast-attribution-cookie.js | 466 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 469 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: fix spacing when time is inot included. css/conditionals/alumni/alumni-reunion-schedule-list.css | 5 ++++- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: update spacing. css/conditionals/alumni/alumni-reunion-schedule-list.css | 8 ++++++-- sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: update responsive. css/conditionals/alumni/alumni-reunion-finder.css | 28 ++++++++++++++++++++++ .../conditionals/alumni/alumni-reunion-finder.sass | 16 +++++++++++++ 2 files changed, 44 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: negative margin only in narrow. css/conditionals/alumni/alumni-reunion-finder.css | 2 +- sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: theme the reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 60 ++++++++++++++++++++-- .../conditionals/alumni/alumni-reunion-finder.sass | 54 +++++++++++++++++-- 2 files changed, 106 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: style reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 20 ++++++++++++++++++++ css/style.css | 4 ++-- sass/conditionals/alumni/alumni-reunion-finder.sass | 21 ++++++++++++++++++++- .../partials/base/04-defaults/forms/_formalize.sass | 4 ++-- 4 files changed, 44 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: style reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 63 ++++++++++++++++++++- css/style.css | 7 +-- images/bg-reunion-finder.jpg | Bin 162858 -> 0 bytes .../conditionals/alumni/alumni-reunion-finder.sass | 33 ++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 16 +++++- sass/partials/design/_fpp-social-media.sass | 3 +- 6 files changed, 107 insertions(+), 15 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: add background image. css/conditionals/alumni/alumni-reunion-finder.css | 13 +++++++++++++ images/bg-reunion-finder.jpg | Bin 0 -> 162858 bytes sass/conditionals/alumni/alumni-reunion-finder.sass | 12 ++++++++++++ 3 files changed, 25 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4817: create sass file for reunion finder. css/conditionals/alumni/alumni-reunion-finder.css | 0 gsb_theme.info | 1 + sass/conditionals/alumni/alumni-reunion-finder.sass | 12 ++++++++++++ 3 files changed, 13 insertions(+) view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4810: theme agenda list. .../alumni/alumni-reunion-schedule-list.css | 62 ++++++++++++++++++++++ gsb_theme.info | 1 + .../alumni/alumni-reunion-schedule-list.sass | 58 ++++++++++++++++++++ 3 files changed, 121 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago WP-4803: update photo label styling. css/conditionals/phd-candidate-detail.css | 12 +++--------- sass/conditionals/phd-candidate-detail.sass | 12 ++++-------- 2 files changed, 7 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4737: update featured insight card publication date. css/conditionals/insights/featured-insight-card.css | 8 ++++++++ sass/conditionals/insights/featured-insight-card.sass | 4 ++++ 2 files changed, 12 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4760: update links and files fpp styles, and container cleanup. css/conditionals/alumni/alumni-detail.css | 7 +- css/conditionals/block-weather.css | 7 +- css/conditionals/club-landing-list.css | 8 +- css/conditionals/e-newsletter-list.css | 7 +- css/conditionals/event/event-upcoming.css | 7 +- css/conditionals/event/view-academic-calendar.css | 7 +- css/conditionals/faculty-research/book-detail.css | 10 +- css/conditionals/faculty-research/case-detail.css | 3 - .../faculty-research/faculty-detail.css | 10 +- .../faculty-research/faculty-landing-list.css | 7 +- .../faculty-research/meta-research-detail.css | 10 +- .../faculty-research/publication-detail.css | 3 - .../faculty-research/view-mode-teaser-listing.css | 3 - .../view-mode-views-content-pane.css | 3 - .../faculty-research/working-paper-detail.css | 3 - css/conditionals/front.css | 7 +- css/conditionals/insights/design-insights.css | 9 +- .../insights/featured-insight-card.css | 12 +-- .../insights/fpp-story-lists-by-title.css | 12 +-- css/conditionals/insights/fpp-topic-teaser.css | 14 +-- css/conditionals/insights/idea-story-detail.css | 12 +-- .../insights/related-to-idea-story.css | 12 +-- css/conditionals/insights/top-stories.css | 12 +-- css/conditionals/library/pane-chat.css | 7 +- css/conditionals/library/pane-faqs.css | 7 +- css/conditionals/library/pane-hours.css | 7 +- css/conditionals/library/pane-rss.css | 7 +- css/conditionals/library/pane-searchworks.css | 7 +- .../library/view-business-website-detail.css | 7 +- css/conditionals/news/announcement-detail.css | 33 ++---- css/conditionals/news/pane-stories-by-criteria.css | 7 +- css/conditionals/news/pr-contact.css | 7 +- css/conditionals/phd-candidate-detail.css | 13 +-- css/conditionals/phd-candidate-job-market-list.css | 7 +- css/conditionals/phd-candidate-placements-list.css | 7 +- css/conditionals/program-landing.css | 7 +- css/style.css | 114 ++++++--------------- .../insights/featured-insight-card.sass | 3 +- .../insights/fpp-story-lists-by-title.sass | 3 +- sass/conditionals/insights/fpp-topic-teaser.sass | 3 +- sass/conditionals/insights/idea-story-detail.sass | 3 +- .../insights/related-to-idea-story.sass | 3 +- sass/conditionals/insights/top-stories.sass | 3 +- sass/partials/base/01-mixins/_custom.sass | 14 +-- sass/partials/base/03-extend/_gsb-revamp.sass | 27 +++-- sass/partials/base/05-layouts/_layouts.sass | 6 -- sass/partials/design/_existing-node.sass | 3 +- sass/partials/design/_fpp-files.sass | 25 ++--- sass/partials/design/_fpp-links.sass | 31 ++---- sass/partials/design/_fpp-text.sass | 4 +- sass/partials/design/_search-filters.sass | 1 - 51 files changed, 135 insertions(+), 416 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago Compile css. css/conditionals/club-landing-list.css | 5 +++++ css/conditionals/event/event-detail.css | 6 ++++++ css/conditionals/msx-fellow-detail.css | 5 +++++ css/conditionals/phd-candidate-detail.css | 11 +++++++++++ css/style.css | 4 +++- 5 files changed, 30 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4269: increase padding on left for double digits. css/style.css | 2 +- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4771: update page spacing, fix event teaser. css/conditionals/club-landing-list.css | 7 ++- css/conditionals/event/event-detail.css | 11 ++-- css/conditionals/event/event-landing.css | 27 +++++----- css/conditionals/msx-fellow-detail.css | 9 ++-- css/conditionals/phd-candidate-detail.css | 13 ++++- css/style.css | 37 ++++++------- sass/conditionals/club-landing-list.sass | 3 +- sass/conditionals/event/event-detail.sass | 3 +- sass/conditionals/event/event-landing.sass | 81 +++++++++++++++-------------- sass/conditionals/msx-fellow-detail.sass | 4 +- sass/conditionals/phd-candidate-detail.sass | 3 +- sass/partials/base/05-layouts/_layouts.sass | 14 ++--- sass/partials/design/_existing-node.sass | 8 +-- sass/partials/design/_fpp-text.sass | 2 +- sass/partials/design/_wysiwyg.sass | 14 ++--- 15 files changed, 117 insertions(+), 119 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4772: remove left padding on mobile when the pager wraps. css/style.css | 5 +++++ sass/partials/design/_pager.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4706: add bottom space to breadcrumbs, light theme cleanup. css/style.css | 41 +++------------ sass/partials/base/00-variables/_base.sass | 12 ++--- sass/partials/base/01-mixins/_custom.sass | 2 - sass/partials/base/03-extend/_gsb-revamp.sass | 8 +-- sass/partials/base/03-extend/_typography.sass | 10 ---- sass/partials/base/04-defaults/_common.sass | 3 +- sass/partials/base/04-defaults/_font-custom.sass | 2 +- sass/partials/base/04-defaults/_font-face.sass | 3 -- sass/partials/base/04-defaults/_tables.sass | 2 +- .../base/04-defaults/forms/_form-defaults.sass | 2 +- .../base/04-defaults/forms/_formalize.sass | 2 - sass/partials/base/05-layouts/_layouts.sass | 14 +++--- sass/partials/base/06-ui-patterns/_common.sass | 1 - .../base/06-ui-patterns/_drupal-patterns.sass | 58 +++++----------------- sass/partials/design/_accordion.sass | 2 - sass/partials/design/_az-filter.sass | 5 +- sass/partials/design/_banner.sass | 4 +- sass/partials/design/_cta-custom.sass | 4 +- sass/partials/design/_design.sass | 14 +----- sass/partials/design/_fieldgroup-commas.sass | 8 +-- sass/partials/design/_fpp-text.sass | 2 - sass/partials/design/_menu-main.sass | 17 ++----- sass/partials/design/_menu-sidebar.sass | 2 - sass/partials/design/_not-found.sass | 10 ++-- sass/partials/design/_pager.sass | 4 +- sass/partials/design/_search-filters.sass | 13 ++--- sass/partials/design/_selectbox.sass | 2 +- sass/partials/design/_slideshow.sass | 7 +-- sass/partials/design/_spinner.sass | 2 - sass/partials/design/_taxonomy-listings.sass | 5 +- sass/partials/design/_video.sass | 2 - sass/partials/design/_wysiwyg.sass | 2 - 32 files changed, 67 insertions(+), 198 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: event styling. css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 7 +++++-- sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: add registration theming, update faculty. .../alumni/alumni-reunion-agenda-item-detail.css | 9 ++++++--- css/conditionals/insights/related-to-idea-story.css | 14 +++++++++++++- .../alumni/alumni-reunion-agenda-item-detail.sass | 7 +++---- sass/conditionals/insights/related-to-idea-story.sass | 5 ++++- 4 files changed, 26 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4787: indent event teaser theming under existing node class. css/style.css | 7 +++--- sass/partials/design/_existing-node.sass | 42 ++++++++++++++++---------------- 2 files changed, 24 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: add pricing field, and responsive. .../alumni/alumni-reunion-agenda-item-detail.css | 43 ++++++++++++++++++++++ css/conditionals/faculty-research/case-detail.css | 5 +++ .../faculty-research/meta-research-detail.css | 12 ++++++ css/style.css | 5 +++ .../alumni/alumni-reunion-agenda-item-detail.sass | 24 ++++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 2 + 6 files changed, 91 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: main content well. .../alumni/alumni-reunion-agenda-item-detail.css | 55 +++++++++++++++++++++- .../insights/featured-insight-card.css | 23 ++++----- .../alumni/alumni-reunion-agenda-item-detail.sass | 45 +++++++++++++++++- .../insights/featured-insight-card.sass | 14 +----- sass/partials/base/03-extend/_gsb-revamp.sass | 18 +++++++ 5 files changed, 129 insertions(+), 26 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4734: start on alumni reunion agenda item, related sidebar. .../alumni/alumni-reunion-agenda-item-detail.css | 39 +++++++++++++ .../insights/related-to-idea-story.css | 32 ++++++++--- css/conditionals/news/announcement-detail.css | 48 ---------------- css/conditionals/news/school-story-detail.css | 48 ---------------- css/style.css | 65 ++++++++++++++++++++++ gsb_theme.info | 1 + .../alumni/alumni-reunion-agenda-item-detail.sass | 42 ++++++++++++++ .../insights/related-to-idea-story.sass | 20 +++++-- sass/conditionals/news/announcement-detail.sass | 51 ----------------- sass/conditionals/news/school-story-detail.sass | 51 ----------------- sass/partials/design/_design.sass | 54 ++++++++++++++++++ ...s-2col--node-alumni-reunion-agenda-item.tpl.php | 32 +++++++++++ 12 files changed, 273 insertions(+), 210 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4759: adjust line height and padding. css/admin-modal/admin-modal.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4682: remove extra padding. css/style.css | 8 -------- sass/partials/design/_fpp-people.sass | 7 ------- 2 files changed, 15 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4682: style people fpp with alumni fields. css/style.css | 54 ++++++++++++++--------- sass/partials/design/_fpp-people.sass | 82 ++++++++++++++++++++--------------- 2 files changed, 81 insertions(+), 55 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4724: update search placeholder text on listings. template.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4738: override file field to open in a new tab. template.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4683: update styling for the extra name and degree display field. css/conditionals/alumni/alumni-detail.css | 71 ++++++++++++++++------------- sass/conditionals/alumni/alumni-detail.sass | 48 +++++++++++-------- 2 files changed, 70 insertions(+), 49 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4683: alumni detail theming. css/conditionals/alumni/alumni-detail.css | 71 +++++++++++++++++----- .../faculty-research/faculty-detail.css | 12 ++-- css/conditionals/phd-candidate-detail.css | 4 +- sass/conditionals/alumni/alumni-detail.sass | 69 +++++++++++++++------ .../faculty-research/faculty-detail.sass | 7 +-- sass/partials/base/03-extend/_gsb-revamp.sass | 4 +- 6 files changed, 122 insertions(+), 45 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4683: alumni detail theming. css/conditionals/alumni/alumni-detail.css | 262 +++++++++++++++++++++ .../faculty-research/faculty-detail.css | 14 +- gsb_theme.info | 1 + sass/conditionals/alumni/alumni-detail.sass | 150 ++++++++++++ .../faculty-research/faculty-detail.sass | 65 ----- sass/partials/base/03-extend/_gsb-revamp.sass | 65 +++++ 6 files changed, 485 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4707: update event teaser styling. css/style.css | 48 +++++++++++++++-------- sass/partials/design/_existing-node.sass | 67 +++++++++++++++++++------------- 2 files changed, 72 insertions(+), 43 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4707: styling for teasers. css/style.css | 250 +++++++++---------------------- sass/partials/design/_existing-node.sass | 127 +++++++--------- 2 files changed, 125 insertions(+), 252 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4740: hide breadcrumb on alumni landing, move into better place. css/style.css | 49 ++++++++++++++++++++------------------- sass/partials/design/_banner.sass | 28 ---------------------- sass/partials/design/_design.sass | 32 +++++++++++++++++++++---- 3 files changed, 53 insertions(+), 56 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4727: fix the table drag handle. css/admin-modal/admin-modal.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4732: hide keywords filter. css/conditionals/event/event-landing.css | 3 +++ sass/conditionals/event/event-landing.sass | 4 ++++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4691: images only on landings. css/style.css | 8 ++++---- sass/partials/design/_design.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4691: add new backgrounds. css/style.css | 28 +++++++++++++++++++++------- images/bg-alumni.jpg | Bin 0 -> 71911 bytes images/bg-organizations.jpg | Bin 0 -> 68401 bytes sass/partials/design/_banner.sass | 6 ++++-- sass/partials/design/_design.sass | 24 +++++++++++++++++++----- 5 files changed, 44 insertions(+), 14 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4681: people fpp pre alumni adjustments. css/style.css | 28 ++++++++++++++++++++-------- sass/partials/design/_fpp-people.sass | 23 +++++++++++++++++++---- 2 files changed, 39 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4702: style alumni banner. css/style.css | 19 +++++++++++++++++++ sass/partials/design/_banner.sass | 21 +++++++++++++++------ 2 files changed, 34 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4715: adjust files fpp authoring. css/admin-modal/admin-modal.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4679: files fpp styling. css/style.css | 101 +- fonts/icons/.fontcustom-manifest.json | 24 +- fonts/icons/_icons.scss | 4 +- fonts/icons/icons-preview.html | 43 +- fonts/icons/icons.eot | Bin 7448 -> 7804 bytes fonts/icons/icons.svg | 57 +- fonts/icons/icons.ttf | Bin 7284 -> 7640 bytes fonts/icons/icons.woff | Bin 4760 -> 4880 bytes images/icons/document-blank.svg | 1918 +++++++++++++++++++++ images/icons/document-lines.svg | 1935 ++++++++++++++++++++++ images/icons/document.svg | 1935 ---------------------- images/icons/lock.svg | 1908 +++++++++++++++++++++ sass/partials/base/04-defaults/_font-custom.sass | 34 +- sass/partials/design/_fpp-files.sass | 45 +- 14 files changed, 5998 insertions(+), 2006 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4679: creat file fpp partial. css/style.css | 18 ++++++++++++++++++ sass/partials/design/_all.sass | 3 +++ sass/partials/design/_fpp-files.sass | 31 +++++++++++++++++++++++++++++++ sass/partials/design/_fpp-links.sass | 2 -- 4 files changed, 52 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: adjust for responsive. css/conditionals/news/view-mode-news-listing.css | 10 ++++++++++ sass/conditionals/news/view-mode-news-listing.sass | 2 ++ 2 files changed, 12 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update font sizes. css/conditionals/news/view-mode-news-listing.css | 27 +++++++++++++++++----- sass/conditionals/news/view-mode-news-listing.sass | 26 +++++++++++++++------ 2 files changed, 40 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: update book listing styles. css/conditionals/alumni/alumni-book-listing.css | 102 -- .../faculty-research/view-mode-teaser-listing.css | 8 - css/conditionals/news/view-mode-news-listing.css | 71 +- css/style.css | 1102 +++----------------- sass/conditionals/alumni/alumni-book-listing.sass | 79 -- .../faculty-research/view-mode-teaser-listing.sass | 2 - sass/conditionals/news/view-mode-news-listing.sass | 38 +- sass/partials/design/_search-filters.sass | 95 +- template.php | 5 + templates/ds-2col--node-book-news-listing.tpl.php | 33 + 10 files changed, 309 insertions(+), 1226 deletions(-) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: add styling for the alumni books listing. css/conditionals/alumni/alumni-book-listing.css | 102 ++++++++++++++++++++++ sass/conditionals/alumni/alumni-book-listing.sass | 79 +++++++++++++++++ 2 files changed, 181 insertions(+) view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4680: create alumni styles directory. css/conditionals/alumni/alumni-book-listing.css | 0 gsb_theme.info | 3 +++ sass/conditionals/alumni/alumni-book-listing.sass | 8 ++++++++ 3 files changed, 11 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4692: add taupe banner for organizations. css/style.css | 3 ++- sass/partials/design/_banner.sass | 7 ++++--- template.php | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4226: add narrow-view class to quicklinks panel region. .../gsb-landing-standard-page-one.tpl.php | 6 +++--- layouts/gsb-standard-page-two/gsb-standard-page-two.tpl.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-3706: adjust 2 column responsive. css/style.css | 16 ++++++++++++++++ sass/partials/design/_fpp-people.sass | 13 +++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4380: update people fpp listing. css/style.css | 8 ++++---- sass/partials/design/_fpp-people.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4497: add additional form id. css/style.css | 18 ++++++++++++------ sass/partials/design/_design.sass | 3 ++- 2 files changed, 14 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-3852: remove inline-block. css/style.css | 3 --- sass/partials/base/04-defaults/_common.sass | 6 ------ 2 files changed, 9 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4574: update the code for show more less on field collections. css/conditionals/faculty-research/faculty-detail.css | 12 ++++++------ css/style.css | 4 ++++ js/show-more-less.js | 3 +-- sass/conditionals/faculty-research/faculty-detail.sass | 8 +++----- sass/partials/design/_design.sass | 4 ++++ 5 files changed, 18 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4466: add space around pipe. css/conditionals/faculty-research/case-landing-list.css | 3 +++ sass/conditionals/faculty-research/case-landing-list.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4470: update responsive font size. css/conditionals/faculty-research/view-mode-teaser-listing.css | 2 +- sass/conditionals/faculty-research/view-mode-teaser-listing.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4471: listing typography updates. .../faculty-research/book-landing-list.css | 3 --- .../faculty-research/case-landing-list.css | 7 ------- .../faculty-research/view-mode-teaser-listing.css | 22 ++++++++++++---------- .../working-paper-landing-list.css | 7 ------- .../faculty-research/book-landing-list.sass | 4 ---- .../faculty-research/case-landing-list.sass | 11 +---------- .../faculty-research/view-mode-teaser-listing.sass | 18 ++++++++++-------- .../working-paper-landing-list.sass | 10 ---------- 8 files changed, 23 insertions(+), 59 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4475: add space between image and title for video in narrow. css/style.css | 6 ++---- sass/partials/design/_video.sass | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4595: style the giving stories list. css/conditionals/news/view-mode-news-listing.css | 9 +- css/style.css | 167 ++++++++++++++++++--- sass/conditionals/news/view-mode-news-listing.sass | 3 +- sass/partials/design/_search-filters.sass | 6 +- template.php | 15 +- 5 files changed, 171 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4572: updat title style and spacing. css/conditionals/faculty-research/meta-research-detail.css | 6 +++--- sass/conditionals/faculty-research/meta-research-detail.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4497: style the email submit button. css/style.css | 12 ++++++------ sass/partials/design/_design.sass | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4476: add 1 px top for box shadow. css/style.css | 1 + sass/partials/base/05-layouts/_layouts.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4593: clean up list spacing. css/conditionals/news/view-mode-news-listing.css | 16 +++++++--------- css/style.css | 4 +++- sass/conditionals/news/view-mode-news-listing.sass | 17 +++++++---------- sass/partials/base/04-defaults/_common.sass | 7 ++++++- 4 files changed, 23 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4593: update styling for narrow-view. css/conditionals/news/view-mode-news-listing.css | 23 +++++++---------- sass/conditionals/news/view-mode-news-listing.sass | 29 +++++++--------------- 2 files changed, 18 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4593: refactor list styling and add alumni stories. css/conditionals/news/view-mode-news-listing.css | 1235 ++------------------ css/style.css | 224 +++- sass/conditionals/news/view-mode-news-listing.sass | 837 ++----------- sass/partials/design/_search-filters.sass | 11 +- template.php | 7 +- 5 files changed, 473 insertions(+), 1841 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4671: adjust social icons. css/style.css | 4 +++- sass/partials/design/_design.sass | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4232: create view mode sheet for idea story listing. css/conditionals/insights/design-insights.css | 139 -------------- .../insights/insights-topic-listing.css | 200 -------------------- .../view-mode-idea-story-latest-stories.css | 204 +++++++++++++++++++++ gsb_theme.info | 1 + sass/conditionals/insights/design-insights.sass | 97 +--------- .../insights/insights-topic-listing.sass | 135 -------------- .../view-mode-idea-story-latest-stories.sass | 146 +++++++++++++++ 7 files changed, 352 insertions(+), 570 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4232: update styling for offsite school story in list. .../insights/insights-topic-listing.css | 65 +++++++++++++++++++++- .../insights/insights-topic-listing.sass | 42 +++++++++++++- 2 files changed, 103 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-3852: add line-height to citation. css/conditionals/phd-candidate-detail.css | 1 + sass/conditionals/phd-candidate-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-3852: change icon to inline. css/conditionals/block-weather.css | 2 +- css/conditionals/club-landing-list.css | 8 +- css/conditionals/e-newsletter-list.css | 2 +- css/conditionals/event/event-featured.css | 4 +- css/conditionals/event/event-landing.css | 4 +- css/conditionals/event/event-upcoming.css | 4 +- css/conditionals/event/view-academic-calendar.css | 2 +- css/conditionals/faculty-research/book-detail.css | 6 +- css/conditionals/faculty-research/case-detail.css | 4 +- .../faculty-research/case-landing-list.css | 2 +- .../faculty-research/faculty-detail.css | 20 +-- .../faculty-research/meta-research-detail.css | 2 +- .../faculty-research/publication-detail.css | 4 +- .../faculty-research/view-mode-teaser-listing.css | 4 +- .../view-mode-views-content-pane.css | 4 +- .../faculty-research/working-paper-detail.css | 2 +- css/conditionals/front.css | 12 +- css/conditionals/insights/design-insights.css | 6 +- .../insights/fpp-story-lists-by-title.css | 2 +- css/conditionals/insights/fpp-topic-teaser.css | 2 +- css/conditionals/insights/idea-story-detail.css | 6 +- .../insights/insights-topic-listing.css | 4 +- css/conditionals/insights/menu-insights-topics.css | 6 +- .../insights/related-to-idea-story.css | 8 +- .../insights/resources/image-resource.css | 2 +- css/conditionals/library/pane-chat.css | 2 +- css/conditionals/library/pane-hours.css | 4 +- css/conditionals/library/pane-rss.css | 4 +- .../library/view-business-website-detail.css | 2 +- css/conditionals/news/announcement-detail.css | 6 +- css/conditionals/news/pane-stories-by-criteria.css | 2 +- css/conditionals/news/pr-contact.css | 2 +- css/conditionals/news/school-story-detail.css | 4 +- css/conditionals/news/view-mode-news-listing.css | 34 ++--- css/conditionals/phd-candidate-detail.css | 10 +- css/conditionals/phd-candidate-job-market-list.css | 2 +- css/conditionals/program-landing.css | 8 +- css/conditionals/week-in-the-life-landing.css | 4 +- css/style.css | 155 ++++++++++----------- fonts/icons/_icons.scss | 6 +- .../faculty-research/view-mode-teaser-listing.sass | 2 +- 41 files changed, 182 insertions(+), 187 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4619: style the alumni footer. css/style.css | 24 ++++++++++++++++-------- sass/partials/design/_footer.sass | 9 ++++++--- 2 files changed, 22 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4585: update spacing on home page. css/conditionals/front.css | 13 +---------- css/style.css | 31 +++++++++------------------ layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +- sass/conditionals/front.sass | 8 +------ sass/partials/base/04-defaults/_common.sass | 5 ++--- sass/partials/base/05-layouts/_layouts.sass | 7 ++---- sass/partials/design/_design.sass | 13 +++++------ sass/partials/design/_footer.sass | 5 ++--- 8 files changed, 24 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4474: update spotlights. css/style.css | 28 ++++++++++++---------- .../base/06-ui-patterns/_drupal-patterns.sass | 13 ++-------- sass/partials/design/_fpp-spotlight.sass | 23 +++++++++++++----- 3 files changed, 35 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4585: update spacing on home page. css/conditionals/front.css | 13 +---------- css/style.css | 31 +++++++++------------------ layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +- sass/conditionals/front.sass | 8 +------ sass/partials/base/04-defaults/_common.sass | 5 ++--- sass/partials/base/05-layouts/_layouts.sass | 7 ++---- sass/partials/design/_design.sass | 13 +++++------ sass/partials/design/_footer.sass | 5 ++--- 8 files changed, 24 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4474: update spotlights. css/style.css | 28 ++++++++++++---------- .../base/06-ui-patterns/_drupal-patterns.sass | 13 ++-------- sass/partials/design/_fpp-spotlight.sass | 23 +++++++++++++----- 3 files changed, 35 insertions(+), 29 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4501: update twitter feeds. css/conditionals/front.css | 4 ++-- css/style.css | 12 +++--------- sass/conditionals/front.sass | 4 ++-- sass/partials/design/_fpp-social-media.sass | 15 +++------------ 4 files changed, 10 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4559: change line height. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4611: comment out float. css/admin-modal/admin-modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4591: remove CSS from items being deleted. css/conditionals/form-rethink.css | 22 +- css/style.css | 348 +------------------------------- images/cta-about-blurred.png | Bin 84874 -> 0 bytes images/cta-about.png | Bin 94658 -> 0 bytes images/cta-learn-mobile.jpg | Bin 98319 -> 0 bytes images/cta-tour-mobile.jpg | Bin 63980 -> 0 bytes images/cta-visit-blurred.png | Bin 28136 -> 0 bytes images/cta-visit.png | Bin 27630 -> 0 bytes images/gsbaroundtheglobe-wide.jpg | Bin 41601 -> 0 bytes images/gsbaroundtheglobe.jpg | Bin 21218 -> 0 bytes images/rethink-logo.png | Bin 1313 -> 0 bytes images/rethink-logo.svg | 23 --- sass/conditionals/form-rethink.sass | 16 +- sass/partials/base/07-media/_print.sass | 1 - sass/partials/design/_cta-custom.sass | 208 ------------------- 15 files changed, 12 insertions(+), 606 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4573: make the title inline. css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4569: adjust social icon position. css/style.css | 2 +- sass/partials/design/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4559: adjust line heights. css/conditionals/insights/idea-story-detail.css | 4 ++-- sass/conditionals/insights/idea-story-detail.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4568: adjust video icon. css/conditionals/insights/design-insights.css | 1 - css/conditionals/insights/idea-story-detail.css | 4 ++-- css/conditionals/insights/insights-topic-listing.css | 1 - css/conditionals/news/announcement-detail.css | 4 ++-- css/conditionals/news/school-story-detail.css | 4 ++-- css/style.css | 2 +- sass/conditionals/insights/design-insights.sass | 1 - sass/conditionals/insights/idea-story-detail.sass | 4 ++-- sass/conditionals/insights/insights-topic-listing.sass | 1 - sass/conditionals/news/announcement-detail.sass | 4 ++-- sass/conditionals/news/school-story-detail.sass | 4 ++-- sass/partials/design/_existing-node.sass | 2 +- 12 files changed, 14 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4554: adjust padding on insights landing. css/conditionals/insights/design-insights.css | 10 ++++++++++ sass/conditionals/insights/design-insights.sass | 4 ++++ 2 files changed, 14 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4555: reduce topic title at 600px. css/conditionals/insights/design-insights.css | 2 ++ sass/conditionals/insights/design-insights.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4588: add styling for alumni clubs. css/conditionals/club-landing-list.css | 65 +++++++++++++++++++++++++++++--- sass/conditionals/club-landing-list.sass | 38 ++++++++++++++++++- 2 files changed, 97 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4601: add CSS for double modal. css/admin-modal/admin-modal.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4556: align topic landing title with card. css/conditionals/front.css | 6 +++--- css/conditionals/insights/design-insights.css | 17 +++++++++-------- sass/conditionals/front.sass | 2 +- sass/conditionals/insights/design-insights.sass | 9 ++++++--- 4 files changed, 19 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4557: adjust padding for insight topic teaser responsive. css/conditionals/insights/fpp-topic-teaser.css | 6 ++++++ sass/conditionals/insights/fpp-topic-teaser.sass | 3 +++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4560: update typography for mobile. css/conditionals/insights/idea-story-detail.css | 25 +++++++++++++++++++++++ css/conditionals/news/announcement-detail.css | 5 +++++ css/conditionals/news/school-story-detail.css | 5 +++++ sass/conditionals/insights/idea-story-detail.sass | 8 ++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++ 5 files changed, 45 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4564: reduce spacing between title and teaser description. css/style.css | 6 +----- sass/partials/design/_existing-node.sass | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4558: add margin bottom to house ad image. css/style.css | 1 + sass/partials/design/_house-ads.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4558: add margin bottom to house ad image. css/style.css | 3 +-- sass/partials/design/_house-ads.sass | 38 ++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4491: adjust the bottom section. css/style.css | 12 +++++++++--- sass/partials/design/_footer.sass | 9 ++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4563: update throbber styling and reusable styling. css/admin-modal/admin-modal.css | 58 +++++++++++++++++++++-------- css/style.css | 58 +++++++++++++++-------------- sass/partials/base/05-layouts/_layouts.sass | 30 ++++++++------- 3 files changed, 90 insertions(+), 56 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4563: fix up the modal, spacing. css/admin-modal/admin-modal.css | 353 +++++++++------ css/conditionals/front.css | 197 ++++----- css/conditionals/insights/idea-story-detail.css | 1 + css/style.css | 6 + sass/conditionals/front.sass | 505 +++++++++++----------- sass/conditionals/insights/idea-story-detail.sass | 1 + sass/partials/design/_design.sass | 4 + 7 files changed, 572 insertions(+), 495 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4563: add panopoly magic css in. css/admin-modal/admin-modal.css | 555 ++++++++++++++++++++++++++++++++++++++++ images/close-popup.png | Bin 0 -> 407 bytes images/status-active.gif | Bin 0 -> 1067 bytes 3 files changed, 555 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4491: fix footer in responsive. css/style.css | 1 + sass/partials/design/_footer.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4491: make 3 across columns narrower. css/style.css | 4 ++-- sass/partials/base/05-layouts/_layouts.sass | 2 +- sass/partials/design/_footer.sass | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago WP-4491: fix footer column widths, and sign up fix. css/style.css | 97 +++++++++++++++++++++++++-------------- sass/partials/design/_footer.sass | 85 ++++++++++++++++++++-------------- 2 files changed, 113 insertions(+), 69 deletions(-) view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4491: first go at fotter fix. css/style.css | 309 +++++++++++++--------------- sass/partials/base/05-layouts/_layouts.sass | 6 +- sass/partials/design/_cta-custom.sass | 13 -- sass/partials/design/_design.sass | 12 ++ sass/partials/design/_footer.sass | 124 +++++------ 5 files changed, 219 insertions(+), 245 deletions(-) view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago WP-4507 Changed method for getting the request path template.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4506: Needed to compile the sass. css/style.css | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago WP-4506: Fix missing sharing icons in mobile using select and share. sass/partials/design/_design.sass | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4492: change the font size of cta on home page. css/style.css | 35 +++++++++++++++++++---- sass/partials/design/_fpp-cta-image-homepage.sass | 20 +++++++++---- 2 files changed, 45 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4484-1: remove old comment. sass/partials/design/_house-ads.sass | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4484: fix house ads placed in wide on insights responsive. css/style.css | 37 +++++++++++++++++++++- .../base/06-ui-patterns/_drupal-patterns.sass | 5 +++ sass/partials/design/_house-ads.sass | 19 ++++++++++- 3 files changed, 59 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4489: remove old media toolkit styling, fix quicklinks spacing. css/style.css | 43 +++++++++-------------------- sass/partials/base/05-layouts/_layouts.sass | 6 ++++ sass/partials/design/_design.sass | 21 -------------- 3 files changed, 19 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4487: add external icon to related offsite. css/conditionals/insights/related-to-idea-story.css | 19 +++++++++++++++++++ sass/conditionals/insights/related-to-idea-story.sass | 5 +++++ 2 files changed, 24 insertions(+) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4488: adjust related title, and homepage bottom titles. css/conditionals/front.css | 5 ++--- css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/front.sass | 5 ++--- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4488: front page adjustments. css/conditionals/front.css | 10 +++++++--- css/style.css | 13 +++++++++++++ sass/conditionals/front.sass | 8 +++++--- sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++ 4 files changed, 33 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4484: house ad responsive adjustments. css/style.css | 21 +++++---------------- sass/partials/design/_house-ads.sass | 17 +++++------------ 2 files changed, 10 insertions(+), 28 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4435: fix icons. css/conditionals/front.css | 45 ++++++++++++++++++-------------------------- sass/conditionals/front.sass | 39 ++++++++++++++++++-------------------- 2 files changed, 36 insertions(+), 48 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4435: update homepage latest story and add school story blocks. css/conditionals/front.css | 143 ++++++++++++++++++++-------- css/style.css | 31 +++--- sass/conditionals/front.sass | 115 +++++++++++++++------- sass/partials/base/05-layouts/_layouts.sass | 28 +++--- 4 files changed, 220 insertions(+), 97 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4408: snap to one column at 1169. css/conditionals/insights/design-insights.css | 13 +--- css/style.css | 89 +++++++------------------ sass/conditionals/insights/design-insights.sass | 8 +-- sass/partials/base/01-mixins/_custom.sass | 10 +-- sass/partials/base/05-layouts/_layouts.sass | 40 +++++------ sass/partials/design/_existing-node.sass | 2 +- 6 files changed, 49 insertions(+), 113 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4478: remove overflow hidden, change select color. css/conditionals/insights/idea-story-detail.css | 1 - css/style.css | 14 +------------- sass/conditionals/insights/idea-story-detail.sass | 1 - sass/partials/base/04-defaults/_common.sass | 15 ++------------- 4 files changed, 3 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4426: update the spacing of related. css/conditionals/insights/related-to-idea-story.css | 11 ++++++----- css/style.css | 1 + sass/conditionals/insights/related-to-idea-story.sass | 13 ++++++++----- sass/partials/design/_design.sass | 1 + 4 files changed, 16 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4468: fix topics menu. css/conditionals/insights/menu-insights-topics.css | 113 ++++++++-------- .../insights/menu-insights-topics.sass | 142 +++++++-------------- 2 files changed, 102 insertions(+), 153 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4444: update highlight styling. css/conditionals/insights/idea-story-detail.css | 2 ++ css/style.css | 4 ---- sass/conditionals/insights/idea-story-detail.sass | 2 ++ sass/partials/design/_design.sass | 5 +---- 4 files changed, 5 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4444: update shareable select theming. css/style.css | 22 ++++++++++++++++++++++ sass/partials/base/04-defaults/_common.sass | 13 ++++++++++++- sass/partials/design/_design.sass | 7 +++++++ 3 files changed, 41 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4447: update the styling for new evas. .../faculty-research/faculty-detail.css | 98 +++++++++++++++++----- .../faculty-research/faculty-detail.sass | 30 +++++-- 2 files changed, 100 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4424: adjust attribution and max-widths. css/conditionals/insights/resources/callout-resource.css | 10 +++++++++- sass/conditionals/insights/resources/callout-resource.sass | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4424: adjust callout resource styling. css/conditionals/insights/resources/callout-resource.css | 14 +++++++++++++- sass/conditionals/insights/resources/callout-resource.sass | 13 ++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4446: add margin bottom to full width video. css/conditionals/insights/resources/video-resource.css | 3 +++ sass/conditionals/insights/resources/video-resource.sass | 1 + 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4353: reduce bottom padding. css/conditionals/insights/idea-story-detail.css | 2 +- css/conditionals/news/announcement-detail.css | 2 +- css/conditionals/news/school-story-detail.css | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4353: reduce button size of top social. css/style.css | 8 ++++---- sass/partials/design/_design.sass | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4353: style the social sharing buttons. css/conditionals/insights/idea-story-detail.css | 64 ++++++++----- css/conditionals/news/announcement-detail.css | 35 +++----- css/conditionals/news/school-story-detail.css | 35 +++----- css/style.css | 105 +++++++++++++--------- fonts/icons/.fontcustom-manifest.json | 4 +- fonts/icons/_icons.scss | 1 + fonts/icons/icons.eot | Bin 7448 -> 7448 bytes fonts/icons/icons.svg | 4 +- fonts/icons/icons.ttf | Bin 7284 -> 7284 bytes fonts/icons/icons.woff | Bin 4764 -> 4760 bytes sass/conditionals/insights/idea-story-detail.sass | 26 ++++-- sass/conditionals/news/announcement-detail.sass | 8 +- sass/conditionals/news/school-story-detail.sass | 8 +- sass/partials/base/03-extend/_gsb-revamp.sass | 24 ++--- sass/partials/design/_design.sass | 100 ++++++++++++--------- 15 files changed, 220 insertions(+), 194 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4353: add google plus icon, start on theming. css/style.css | 107 ++++++++++++++++++++++++++++++++++ fonts/icons/.fontcustom-manifest.json | 14 +++-- fonts/icons/fontcustom.yml | 2 +- fonts/icons/icons-preview.html | 17 +++++- fonts/icons/icons.eot | Bin 7188 -> 7448 bytes fonts/icons/icons.svg | 15 +++-- fonts/icons/icons.ttf | Bin 7024 -> 7284 bytes fonts/icons/icons.woff | Bin 4560 -> 4764 bytes images/icons/google-plus.svg | 19 ++++++ sass/partials/design/_design.sass | 63 ++++++++++++++++++++ 10 files changed, 226 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4423: increase bottom margin. css/style.css | 2 +- sass/partials/design/_pager.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4417: adjust width and padding of menu item. css/style.css | 5 +++-- sass/partials/design/_menu-main.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4425: reduce top and bottom margin on title. css/conditionals/insights/design-insights.css | 2 +- sass/conditionals/insights/design-insights.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4405: add margin bottom to full width. css/conditionals/insights/resources/image-resource.css | 1 + sass/conditionals/insights/resources/image-resource.sass | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4405: fix caption and infographic. css/conditionals/insights/resources/image-resource.css | 15 ++++----------- sass/conditionals/insights/resources/image-resource.sass | 12 ++++-------- 2 files changed, 8 insertions(+), 19 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4377: update placeholder text. template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4428: adjust placeholder size earlier. css/conditionals/insights/design-insights.css | 4 ++-- sass/conditionals/insights/design-insights.sass | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4152: adjust responsive insights topic menu. css/conditionals/insights/menu-insights-topics.css | 17 +++++++++++++++-- sass/conditionals/insights/menu-insights-topics.sass | 13 +++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4412: theme the insights search results. css/conditionals/insights/design-insights.css | 152 +++++++++++++++++++++ css/style.css | 46 +++++++ sass/conditionals/insights/design-insights.sass | 109 +++++++++++++++ .../insights/insights-topic-listing.sass | 1 - sass/partials/design/_search-filters.sass | 43 +++++- ...nsights-search--insights-search-results.tpl.php | 14 +- 6 files changed, 358 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4412: add default template. ...nsights-search--insights-search-results.tpl.php | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago WP-4413: change styling id. css/conditionals/insights/design-insights.css | 10 +++++----- sass/conditionals/insights/design-insights.sass | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4402: fix spacing and titles display. css/conditionals/insights/idea-story-detail.css | 15 --------------- css/conditionals/news/announcement-detail.css | 15 --------------- css/conditionals/news/school-story-detail.css | 18 +++--------------- sass/conditionals/insights/idea-story-detail.sass | 10 ---------- sass/conditionals/news/announcement-detail.sass | 10 ---------- sass/conditionals/news/school-story-detail.sass | 16 +++++----------- 6 files changed, 8 insertions(+), 76 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4403: apply green links style to media tool kit. css/conditionals/news/announcement-detail.css | 78 +++++++++++++++++++++++++ sass/conditionals/news/announcement-detail.sass | 9 ++- sass/partials/base/01-mixins/_custom.sass | 32 ++++++++++ sass/partials/design/_fpp-links.sass | 30 +--------- 4 files changed, 119 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4355: third will become full width. css/conditionals/insights/resources/video-resource.css | 4 ++++ sass/conditionals/insights/resources/video-resource.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4355: update third width responsive switching. css/conditionals/insights/resources/video-resource.css | 9 +++++++++ sass/conditionals/insights/resources/video-resource.sass | 9 +++++++++ 2 files changed, 18 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4355: theme video resources. css/conditionals/insights/idea-story-detail.css | 2 +- .../insights/resources/video-resource.css | 69 ++++++++++++++++++++++ sass/conditionals/insights/idea-story-detail.sass | 2 +- .../insights/resources/video-resource.sass | 58 +++++++++++++++++- 4 files changed, 128 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4374: responsive changes for announcement, school story, offsite school story teasers. .../insights/featured-insight-card.css | 5 ++++ css/style.css | 35 ++++++++++++++++++++++ .../insights/featured-insight-card.sass | 2 ++ sass/partials/design/_existing-node.sass | 17 +++++++++++ 4 files changed, 59 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4339: restore page title styling to other insight pages. css/conditionals/insights/design-insights.css | 39 ++++++++++++++++--------- sass/conditionals/insights/design-insights.sass | 23 ++++++++------- 2 files changed, 38 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4396: prevent icons after title from wrapping on their own. css/conditionals/news/view-mode-news-listing.css | 10 ++++++++++ sass/conditionals/news/view-mode-news-listing.sass | 10 ++++++++++ 2 files changed, 20 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4397: update title spacing. css/conditionals/insights/design-insights.css | 17 ++++++++++++++++- sass/conditionals/insights/design-insights.sass | 12 +++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4291: update layout b. css/conditionals/insights/design-insights.css | 9 +++++++++ css/style.css | 11 +++++++++++ layouts/gsb-insights-b/gsb-insights-b.tpl.php | 6 ++++-- sass/conditionals/insights/design-insights.sass | 8 ++++++++ sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++ 5 files changed, 40 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4291: fix layout c. css/conditionals/insights/design-insights.css | 13 +++- css/style.css | 93 ++++++++++++------------- sass/conditionals/insights/design-insights.sass | 9 ++- sass/partials/base/05-layouts/_layouts.sass | 70 ++++++++++++------- 4 files changed, 104 insertions(+), 81 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4291: responsive changes for layout b. css/conditionals/insights/design-insights.css | 2 +- css/style.css | 8 ++++---- sass/conditionals/insights/design-insights.sass | 2 +- sass/partials/base/01-mixins/_custom.sass | 2 +- sass/partials/base/05-layouts/_layouts.sass | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4292: update layout images. layouts/gsb-insights-a/gsb-insights-a.inc | 2 +- layouts/gsb-insights-a/gsb-insights-a.jpg | Bin 0 -> 2463 bytes layouts/gsb-insights-a/gsb-insights-a.png | Bin 1168 -> 0 bytes layouts/gsb-insights-b/gsb-insights-b.inc | 2 +- layouts/gsb-insights-b/gsb-insights-b.jpg | Bin 0 -> 2243 bytes layouts/gsb-insights-b/gsb-insights-b.png | Bin 2914 -> 0 bytes 6 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4371: update the short url theming. css/conditionals/insights/idea-story-detail.css | 90 ++++++++++++----------- css/conditionals/news/announcement-detail.css | 63 ++++++++++++++++ css/conditionals/news/school-story-detail.css | 63 ++++++++++++++++ sass/conditionals/insights/idea-story-detail.sass | 33 +-------- sass/conditionals/news/announcement-detail.sass | 30 ++++++++ sass/conditionals/news/school-story-detail.sass | 30 ++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 45 ++++++++++++ 7 files changed, 282 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4371: fix margin error. css/conditionals/insights/idea-story-detail.css | 2 +- css/conditionals/news/announcement-detail.css | 2 +- css/conditionals/news/school-story-detail.css | 2 +- sass/partials/base/03-extend/_gsb-revamp.sass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4376: theme stories by title. .../insights/fpp-story-lists-by-title.css | 59 +++++++ css/conditionals/news/view-mode-news-listing.css | 188 +++++++++++++++++++++ gsb_theme.info | 1 + .../insights/fpp-story-lists-by-title.sass | 39 +++++ sass/conditionals/news/view-mode-news-listing.sass | 124 ++++++++++++++ 5 files changed, 411 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4357: display external icon inline. css/style.css | 2 ++ sass/partials/design/_existing-node.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4341: chevron should display inline with text. css/conditionals/insights/fpp-topic-teaser.css | 1 + sass/conditionals/insights/fpp-topic-teaser.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4365: update container styles. css/style.css | 87 +++++++++++++++++++++++++++++-- sass/partials/design/_search-filters.sass | 5 +- 2 files changed, 88 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4321: fix commas on taxonomy. css/conditionals/insights/idea-story-detail.css | 8 ++++++++ css/conditionals/insights/insights-topic-listing.css | 1 - sass/conditionals/insights/idea-story-detail.sass | 13 +++++++++++-- sass/conditionals/insights/insights-topic-listing.sass | 1 - 4 files changed, 19 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4358: make explore more taxonomy links inline. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4373: update body styles. css/conditionals/insights/idea-story-detail.css | 35 ++++++++++------------ .../insights/related-to-idea-story.css | 1 + .../insights/resources/callout-resource.css | 5 ++-- css/conditionals/news/announcement-detail.css | 16 ++++++++-- css/conditionals/news/school-story-detail.css | 16 ++++++++-- css/style.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 15 ++-------- .../insights/related-to-idea-story.sass | 3 +- .../insights/resources/callout-resource.sass | 5 ++-- sass/partials/base/03-extend/_gsb-revamp.sass | 18 +++++++---- sass/partials/design/_wysiwyg.sass | 4 +-- 11 files changed, 69 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4363: adjust placement of magnifying glass icon. css/conditionals/insights/design-insights.css | 6 +++--- sass/conditionals/insights/design-insights.sass | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4363: remove padding. css/conditionals/insights/design-insights.css | 1 + sass/conditionals/insights/design-insights.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4363: adjust placement of magnifying glass icon. css/conditionals/insights/design-insights.css | 2 +- sass/conditionals/insights/design-insights.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4338: theme the stories by criteris pane. css/conditionals/news/pane-stories-by-criteria.css | 66 ++++++++ css/conditionals/news/view-mode-news-listing.css | 187 +++++++++++++++++++++ gsb_theme.info | 1 + .../news/pane-stories-by-criteria.sass | 45 +++++ sass/conditionals/news/view-mode-news-listing.sass | 127 +++++++++++++- sass/partials/base/03-extend/_gsb-revamp.sass | 11 +- 6 files changed, 426 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4362: adjust quotation marks. css/conditionals/insights/resources/callout-resource.css | 13 +++++++------ .../insights/resources/callout-resource.sass | 16 ++++++++++------ 2 files changed, 17 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4151: update menu interaction for tap to close. css/conditionals/insights/menu-insights-topics.css | 86 +++++++++++++-- js/responsive-menu.js | 1 + .../insights/menu-insights-topics.sass | 116 ++++++++++++++------- 3 files changed, 156 insertions(+), 47 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4152: update menu breakpoints. css/conditionals/insights/design-insights.css | 2 +- css/conditionals/insights/menu-insights-topics.css | 14 +++++++++++++- sass/conditionals/insights/design-insights.sass | 2 +- sass/conditionals/insights/menu-insights-topics.sass | 8 +++++++- 4 files changed, 22 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4310: update the source display in case it wraps. css/style.css | 7 +++++++ sass/partials/design/_existing-node.sass | 1 + 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4308: hide taxonomy outside of insights on idea story and offsite idea story. css/style.css | 10 +++++----- sass/partials/design/_existing-node.sass | 15 ++++++++------- 2 files changed, 13 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4216: update house ad responsive. css/style.css | 16 ++++++++++------ sass/partials/design/_house-ads.sass | 11 +++++++---- 2 files changed, 17 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4216: house ads changes. css/style.css | 41 +++++++++++++++++++++++++++++++----- sass/partials/design/_house-ads.sass | 32 ++++++++++++++++++++++------ 2 files changed, 62 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4216: house ad styling. css/style.css | 42 ++++++++++++++++++++---------------- sass/partials/design/_house-ads.sass | 33 +++++++++++++++++++--------- 2 files changed, 47 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4193: styling for topic teaser. css/conditionals/insights/fpp-topic-teaser.css | 79 ++++++++++++++++++++++++ gsb_theme.info | 1 + sass/conditionals/insights/fpp-topic-teaser.sass | 51 +++++++++++++++ sass/partials/base/00-variables/_colors.sass | 2 +- 4 files changed, 132 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4300: float the form file input. css/admin-modal/admin-modal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4239: fix styling again for mixed list. css/style.css | 68 ++++++++++++++----------------- sass/partials/design/_search-filters.sass | 14 +------ 2 files changed, 32 insertions(+), 50 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4248: update twitter feed styling. css/conditionals/insights/design-insights.css | 6 +- css/style.css | 106 ++++++++++++++++-------- sass/conditionals/insights/design-insights.sass | 3 +- sass/partials/design/_design.sass | 21 ----- sass/partials/design/_fpp-social-media.sass | 99 ++++++++++++++++++---- 5 files changed, 160 insertions(+), 75 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4267: share this link responsive fix. css/conditionals/insights/idea-story-detail.css | 30 +++++++++++++++++++++-- sass/conditionals/insights/idea-story-detail.sass | 18 ++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4267: theme short url. css/conditionals/insights/idea-story-detail.css | 19 +++++++++++++++++++ sass/conditionals/insights/idea-story-detail.sass | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4250: theme black links. css/style.css | 59 +++++++++++++++++------------------- sass/partials/design/_fpp-links.sass | 32 +++++++++---------- 2 files changed, 44 insertions(+), 47 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4295: adjust chevron. css/style.css | 10 ++++------ sass/partials/design/_cta-custom.sass | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: center the column. css/conditionals/insights/design-insights.css | 1 + sass/conditionals/insights/design-insights.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: changes to layout b. css/conditionals/insights/design-insights.css | 39 +++++++++++-------------- css/style.css | 2 +- sass/conditionals/insights/design-insights.sass | 22 +++++++------- sass/partials/base/05-layouts/_layouts.sass | 2 +- 4 files changed, 31 insertions(+), 34 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: teaser responsive implementation. css/conditionals/insights/design-insights.css | 82 +++--- .../insights/featured-insight-card.css | 7 +- css/style.css | 287 +++++++++++++++------ sass/conditionals/insights/design-insights.sass | 30 ++- .../insights/featured-insight-card.sass | 7 +- sass/partials/base/01-mixins/_custom.sass | 13 +- sass/partials/base/05-layouts/_layouts.sass | 22 +- sass/partials/design/_existing-node.sass | 112 +++++++- 8 files changed, 406 insertions(+), 154 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: teaser theming. css/conditionals/insights/design-insights.css | 12 + .../insights/featured-insight-card.css | 2 +- css/conditionals/insights/idea-story-detail.css | 14 +- css/style.css | 318 ++++++++++++++++++++- sass/conditionals/insights/design-insights.sass | 14 + .../insights/featured-insight-card.sass | 2 +- sass/conditionals/insights/idea-story-detail.sass | 7 +- sass/partials/design/_existing-node.sass | 124 +++++++- 8 files changed, 477 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4158: fix clubs listing after header change. css/conditionals/club-landing-list.css | 24 +++++++++++++++--------- sass/conditionals/club-landing-list.sass | 13 ++++++++++--- 2 files changed, 25 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4215: theme social buttons on idea story detail. css/conditionals/insights/idea-story-detail.css | 42 +++++++++++++++++++++-- sass/conditionals/insights/idea-story-detail.sass | 35 ++++++++++++++++++- 2 files changed, 74 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-3928: change icon color to red. css/style.css | 2 +- sass/partials/design/_fpp-links.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-3928: update the pdf icon. css/style.css | 15 ++++++++++++--- sass/partials/design/_fpp-links.sass | 15 ++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4239: update theming after view change. css/conditionals/news/view-mode-news-listing.css | 212 ++++++++-------- css/style.css | 270 ++++++++++----------- sass/conditionals/news/view-mode-news-listing.sass | 4 +- sass/partials/design/_search-filters.sass | 4 +- template.php | 2 +- 5 files changed, 246 insertions(+), 246 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4192: theme insights quote. css/style.css | 94 +++++++++++++++++--------------- sass/partials/design/_fpp-quote.sass | 100 ++++++++++++++++++----------------- 2 files changed, 103 insertions(+), 91 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4176: topics landing list changes. css/conditionals/insights/design-insights.css | 133 ++++++++++++++-- .../insights/insights-topic-listing.css | 90 +++++------ layouts/gsb-insights-a/gsb-insights-a.tpl.php | 29 ++-- layouts/gsb-insights-b/gsb-insights-b.tpl.php | 28 ++-- layouts/gsb-insights-c/gsb-insights-c.tpl.php | 28 ++-- sass/conditionals/insights/design-insights.sass | 77 ++++++--- .../insights/insights-topic-listing.sass | 174 +++++++++++---------- template.php | 3 + templates/page.tpl.php | 2 +- 9 files changed, 358 insertions(+), 206 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4247: change class names on field groups. .../faculty-research/meta-research-detail.css | 8 +- css/conditionals/week-in-the-life-detail.css | 88 +++++++++++++++++++++- css/conditionals/week-in-the-life-landing.css | 84 +-------------------- css/style.css | 20 ----- sass/conditionals/week-in-the-life-detail.sass | 57 +++++++++++++- sass/conditionals/week-in-the-life-landing.sass | 58 +------------- sass/partials/base/01-mixins/_custom.sass | 2 +- sass/partials/design/_fpp-quote.sass | 15 ---- 8 files changed, 148 insertions(+), 184 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4247: re style the featured event. css/conditionals/event/event-featured.css | 79 +++++++++++------------------ sass/conditionals/event/event-featured.sass | 67 ++++++++++-------------- 2 files changed, 57 insertions(+), 89 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4201: Theming for in the media listing. css/conditionals/news/view-mode-news-listing.css | 213 ++++++++++++++++++++- css/style.css | 177 +++++++++++++++-- sass/conditionals/news/view-mode-news-listing.sass | 121 +++++++++++- sass/partials/design/_search-filters.sass | 8 +- template.php | 5 + 5 files changed, 498 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4199: faculty insights listing theming. css/conditionals/news/view-mode-news-listing.css | 266 +++++++++++++++++++-- css/style.css | 163 +++++++++++-- sass/conditionals/news/view-mode-news-listing.sass | 147 ++++++++++-- sass/partials/design/_search-filters.sass | 8 +- template.php | 10 +- templates/ds-2col--node-news-listing.tpl.php | 33 +++ 6 files changed, 557 insertions(+), 70 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4205: ranking listing styling. css/conditionals/news/view-mode-news-listing.css | 145 +++++++++++++++++++- css/style.css | 149 ++++++++++++++++++--- sass/conditionals/news/view-mode-news-listing.sass | 98 ++++++++++++++ sass/partials/design/_search-filters.sass | 8 +- template.php | 5 + 5 files changed, 380 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4213: add icon styling. css/conditionals/news/view-mode-news-listing.css | 67 ++++++++++++++++++++-- sass/conditionals/news/view-mode-news-listing.sass | 29 ++++++++-- 2 files changed, 88 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4213: styling for the mixed school story and announcement listing. css/conditionals/news/view-mode-news-listing.css | 127 ++++++++++++++++- css/style.css | 153 ++++++++++++++++++--- sass/conditionals/news/view-mode-news-listing.sass | 91 ++++++++++++ sass/partials/design/_search-filters.sass | 32 ++++- template.php | 5 + 5 files changed, 383 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4141: input align with main nav button. css/conditionals/insights/design-insights.css | 5 +++++ sass/conditionals/insights/design-insights.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4141: hidde slogan and search at responsive breakpoints. css/style.css | 11 +++++++++++ sass/partials/design/_design.sass | 3 +++ sass/partials/design/_search-filters.sass | 3 +++ 3 files changed, 17 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4141: responsive search for insights. css/conditionals/insights/design-insights.css | 13 ++++++++++--- css/conditionals/insights/menu-insights-topics.css | 3 +++ css/style.css | 2 ++ sass/conditionals/insights/design-insights.sass | 11 ++++++++--- sass/conditionals/insights/menu-insights-topics.sass | 3 +++ sass/partials/design/_banner.sass | 3 ++- sass/partials/design/_design.sass | 2 -- 7 files changed, 28 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4141: insights search. css/conditionals/insights/design-insights.css | 70 +++++++++++++++------- css/style.css | 6 +- sass/conditionals/insights/design-insights.sass | 42 +++++++++---- .../base/04-defaults/forms/_formalize.sass | 4 +- sass/partials/design/_design.sass | 2 +- 5 files changed, 87 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4141: insights search styling. css/conditionals/insights/design-insights.css | 140 +++++++++++++++++++++ css/conditionals/insights/menu-insights-topics.css | 2 +- css/style.css | 35 +----- js/responsive-menu.js | 1 + sass/conditionals/insights/design-insights.sass | 104 +++++++++++++++ .../insights/menu-insights-topics.sass | 2 +- sass/partials/design/_banner.sass | 26 ---- sass/partials/design/_search-filters.sass | 2 +- 8 files changed, 249 insertions(+), 63 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update class name. css/conditionals/insights/related-to-idea-story.css | 14 +++++++------- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update theming to specs. css/conditionals/insights/related-to-idea-story.css | 12 ++++++------ sass/conditionals/insights/related-to-idea-story.sass | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago WP-4177: update related faculty theming. css/conditionals/insights/related-to-idea-story.css | 14 +++++++------- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3926: change line-height and margin bottom. css/style.css | 4 ++-- sass/partials/design/_wysiwyg.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3926: bullet alignment. css/style.css | 11 +++++++++++ sass/partials/design/_wysiwyg.sass | 12 +++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4153: mobile insights fix. css/conditionals/insights/design-insights.css | 116 ++++++++++++++++++++++++ css/style.css | 110 ++-------------------- gsb_theme.info | 5 + sass/conditionals/insights/design-insights.sass | 94 +++++++++++++++++++ sass/partials/design/_banner.sass | 2 + sass/partials/design/_design.sass | 100 +------------------- 6 files changed, 228 insertions(+), 199 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4153: update header position. templates/page.tpl.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4185: include new content types in related styling. css/conditionals/insights/related-to-idea-story.css | 4 ++-- sass/conditionals/insights/related-to-idea-story.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4183: update banner title styling. css/style.css | 19 +++++++++++++++++-- sass/partials/design/_banner.sass | 23 ++++++++++++++++++----- 2 files changed, 35 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: image infographic pop up. .../insights/resources/image-resource.css | 83 +++++++++++++++++++++- .../insights/resources/image-resource.sass | 26 ++++++- 2 files changed, 107 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: twitter resource styling. .../insights/resources/twitter-resource.css | 19 ++++++++++++------- .../insights/resources/twitter-resource.sass | 15 +++++++++------ 2 files changed, 21 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: image resource responsive. .../insights/resources/image-resource.css | 30 +++++++++++++++++----- .../insights/resources/image-resource.sass | 17 ++++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 3 --- 3 files changed, 40 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: add figure wrapper. templates/ds-1col--file-resource-image.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: add new template for image resource. templates/ds-1col--file-resource-image.tpl.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: pullquote float styling. css/conditionals/insights/resources/callout-resource.css | 9 +++++++++ sass/conditionals/insights/resources/callout-resource.sass | 7 +++++++ 2 files changed, 16 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: align twitter resources. css/conditionals/insights/resources/twitter-resource.css | 8 ++++++-- sass/conditionals/insights/resources/twitter-resource.sass | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: callout resource styling. css/conditionals/insights/resources/image-resource.css | 8 ++++---- css/conditionals/insights/resources/twitter-resource.css | 11 +++++++++++ sass/conditionals/insights/resources/callout-resource.sass | 1 - sass/conditionals/insights/resources/image-resource.sass | 7 +------ sass/conditionals/insights/resources/twitter-resource.sass | 11 +++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 8 ++++++++ 6 files changed, 35 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3993: add resource sheets. css/conditionals/insights/idea-story-detail.css | 1 - .../insights/resources/callout-resource.css | 38 ++++++++++++++++++++++ .../insights/resources/image-resource.css | 25 ++++++++++++++ .../insights/resources/twitter-resource.css | 0 .../insights/resources/video-resource.css | 0 gsb_theme.info | 6 ++++ sass/conditionals/insights/idea-story-detail.sass | 1 - .../insights/resources/callout-resource.sass | 38 ++++++++++++++++++++++ .../insights/resources/image-resource.sass | 32 ++++++++++++++++++ .../insights/resources/twitter-resource.sass | 10 ++++++ .../insights/resources/video-resource.sass | 10 ++++++ 11 files changed, 159 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4145: indent subscribe and media inquiries. css/conditionals/insights/idea-story-detail.css | 4 ++++ sass/conditionals/insights/idea-story-detail.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4103: responsive main menu adjustments. css/conditionals/insights/menu-insights-topics.css | 10 +++--- css/style.css | 42 ++++++++++++++++++++++ .../insights/menu-insights-topics.sass | 10 +++--- sass/partials/design/_banner.sass | 2 ++ sass/partials/design/_design.sass | 17 +++++++++ sass/partials/design/_menu-main.sass | 10 ++++++ 6 files changed, 81 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4144: adjust title padding. css/style.css | 2 +- sass/partials/design/_design.sass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4061: hide footer adjustments. css/style.css | 17 ----------------- sass/partials/design/_design.sass | 30 +++++++++++++++--------------- 2 files changed, 15 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4061: topic landing page style. css/style.css | 37 ++++++++++++++++++++++++++++++++++--- sass/partials/design/_banner.sass | 3 ++- sass/partials/design/_design.sass | 36 ++++++++++++++++++++++++++++++++++++ template.php | 2 +- 4 files changed, 73 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4105: responsive implementation of topics menu. css/conditionals/insights/menu-insights-topics.css | 33 ++++++++++++++++++++++ css/style.css | 3 ++ .../insights/menu-insights-topics.sass | 18 ++++++++++++ sass/partials/design/_banner.sass | 2 ++ 4 files changed, 56 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4105: style the taxonomy menu. css/conditionals/insights/menu-insights-topics.css | 18 ++++++++++++++---- sass/conditionals/insights/menu-insights-topics.sass | 10 ++++++++-- 2 files changed, 22 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4105: style the taxonomy menu. css/conditionals/insights/menu-insights-topics.css | 88 ++++++++++++++++++++++ css/style.css | 4 + gsb_theme.info | 1 + .../insights/menu-insights-topics.sass | 67 ++++++++++++++++ sass/partials/design/_banner.sass | 3 + 5 files changed, 163 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4106: style the banner and banner title. css/style.css | 14 ++++++++++++-- sass/partials/design/_banner.sass | 13 +++++++++++-- sass/partials/design/_design.sass | 3 ++- 3 files changed, 25 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4101: style footer menus. css/style.css | 67 +++++++++++++++++++++++++++--- sass/partials/design/_design.sass | 85 +++++++++++++++++++++++++-------------- sass/partials/design/_footer.sass | 18 +++++++++ 3 files changed, 134 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4101: style the bottom content area. css/style.css | 55 +++++++++++++++++++++++++++++++++------ sass/partials/design/_design.sass | 41 +++++++++++++++++++++++++---- template.php | 1 + 3 files changed, 84 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4095: media inquiries styling. css/conditionals/news/media-inquiries.css | 4 ++++ sass/conditionals/news/media-inquiries.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4095: style media inquiries. css/conditionals/news/media-inquiries.css | 14 ++++++++++++++ gsb_theme.info | 1 + sass/conditionals/news/media-inquiries.sass | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4127: pr contact updated theming with responsive. css/conditionals/news/pr-contact.css | 80 ++++++++++++---------- .../insights/related-to-idea-story.sass | 1 + sass/conditionals/news/pr-contact.sass | 52 +++++++++----- 3 files changed, 82 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3922: explore more theming on school story and announcement. css/conditionals/news/announcement-detail.css | 2 +- css/conditionals/news/school-story-detail.css | 2 +- css/conditionals/news/view-mode-news-listing.css | 138 +++++++++++++++++++++ gsb_theme.info | 1 + sass/conditionals/news/announcement-detail.sass | 2 +- sass/conditionals/news/school-story-detail.sass | 2 +- sass/conditionals/news/view-mode-news-listing.sass | 96 ++++++++++++++ template.php | 3 + ...ds-2col--node-announcement-news-listing.tpl.php | 33 +++++ ...ds-2col--node-school-story-news-listing.tpl.php | 33 +++++ 10 files changed, 308 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4122: infographic label in related should be bold. css/conditionals/insights/related-to-idea-story.css | 1 + sass/conditionals/insights/related-to-idea-story.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4108: pr contact styling. css/conditionals/news/pr-contact.css | 118 +++++++++++++++++++++++++++++++++ sass/conditionals/news/pr-contact.sass | 72 ++++++++++++++++++++ 2 files changed, 190 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4108: add sheet for pr contact. css/conditionals/news/pr-contact.css | 0 gsb_theme.info | 1 + sass/conditionals/news/pr-contact.sass | 11 +++++++++++ 3 files changed, 12 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4098: fix foonote link color. css/style.css | 25 +++++++------ sass/partials/design/_design.sass | 78 ++++++++++++++++++++------------------- 2 files changed, 54 insertions(+), 49 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3932: school story detail theming. css/conditionals/news/announcement-detail.css | 28 ++-- css/conditionals/news/school-story-detail.css | 211 ++++++++++++++++++++++++ gsb_theme.info | 1 + sass/conditionals/news/announcement-detail.sass | 49 +++--- sass/conditionals/news/school-story-detail.sass | 163 ++++++++++++++++++ templates/ds-2col--node-school-story.tpl.php | 32 ++++ 6 files changed, 443 insertions(+), 41 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3917: adjust media icons in related. .../insights/related-to-idea-story.css | 38 ++++++++++++++ css/conditionals/news/announcement-detail.css | 18 +++---- .../insights/related-to-idea-story.sass | 8 +++ sass/conditionals/news/announcement-detail.sass | 61 +++++++++++----------- 4 files changed, 86 insertions(+), 39 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3917: theme announcement batch 1. css/conditionals/insights/idea-story-detail.css | 150 ++++----- .../insights/related-to-idea-story.css | 140 +++------ css/conditionals/news/announcement-detail.css | 215 +++++++++++++ css/style.css | 49 ++- gsb_theme.info | 1 + sass/conditionals/insights/idea-story-detail.sass | 123 ++++---- .../insights/related-to-idea-story.sass | 344 ++++++++++----------- sass/conditionals/news/announcement-detail.sass | 163 ++++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 34 ++ sass/partials/design/_design.sass | 41 +++ templates/ds-2col--node-announcement.tpl.php | 32 ++ 11 files changed, 864 insertions(+), 428 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4070: update title line height and date margin. css/conditionals/insights/featured-insight-card.css | 3 ++- css/conditionals/insights/idea-story-detail.css | 2 +- css/conditionals/insights/related-to-idea-story.css | 12 ++++++------ sass/conditionals/insights/featured-insight-card.sass | 3 ++- sass/conditionals/insights/idea-story-detail.sass | 3 +-- sass/conditionals/insights/related-to-idea-story.sass | 13 +++++++------ 6 files changed, 19 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4001: change margin top spacing. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4064: update font size. css/conditionals/insights/related-to-idea-story.css | 2 +- sass/conditionals/insights/related-to-idea-story.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4007: add styling for listings. .../insights/insights-topic-listing.css | 161 +++++++++++++++++++++ .../insights/insights-topic-listing.sass | 118 +++++++++++++++ 2 files changed, 279 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4007: add sheet for insights topic listing. css/conditionals/insights/insights-topic-listing.css | 0 gsb_theme.info | 1 + sass/conditionals/insights/insights-topic-listing.sass | 1 + 3 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4050: adjust font-size. css/conditionals/insights/idea-story-detail.css | 3 +-- sass/conditionals/insights/idea-story-detail.sass | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-4046: update jabco date style. css/conditionals/insights/featured-insight-card.css | 3 ++- sass/conditionals/insights/featured-insight-card.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years ago WP-3997: sign up form styling. css/conditionals/insights/idea-story-detail.css | 160 +++++++++++++++++++++- sass/conditionals/insights/idea-story-detail.sass | 102 +++++++++++++- 2 files changed, 260 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4040: update footnote styling, commit border color extend change. css/conditionals/event/event-landing.css | 2 +- css/conditionals/faculty-research/book-detail.css | 4 ++-- css/conditionals/faculty-research/book-landing-list.css | 2 +- css/conditionals/faculty-research/case-detail.css | 4 ++-- css/conditionals/faculty-research/case-landing-list.css | 2 +- css/conditionals/faculty-research/faculty-detail.css | 2 +- css/conditionals/faculty-research/publication-detail.css | 4 ++-- css/conditionals/faculty-research/publication-landing-list.css | 2 +- css/conditionals/faculty-research/working-paper-detail.css | 4 ++-- css/conditionals/faculty-research/working-paper-landing-list.css | 2 +- css/conditionals/insights/idea-story-detail.css | 4 ++-- css/conditionals/phd-candidate-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4001: style the explore more section. css/conditionals/insights/idea-story-detail.css | 131 ++++++++++++++++++++- .../insights/related-to-idea-story.css | 16 +-- css/conditionals/insights/top-stories.css | 22 ++-- sass/conditionals/insights/idea-story-detail.sass | 98 +++++++++++++++ .../insights/related-to-idea-story.sass | 2 +- sass/conditionals/insights/top-stories.sass | 20 ++-- sass/partials/base/00-variables/_base.sass | 4 +- 7 files changed, 260 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4028: add left margin to taxonomy. css/conditionals/insights/idea-story-detail.css | 6 ++++++ sass/conditionals/insights/idea-story-detail.sass | 3 +++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4027: realign icon. css/conditionals/insights/idea-story-detail.css | 8 ++++---- sass/conditionals/insights/idea-story-detail.sass | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3994: featured insight card responsive. .../insights/featured-insight-card.css | 54 ++++++++++++++++------ css/style.css | 37 +++++++++++++++ .../insights/featured-insight-card.sass | 41 +++++++++------- sass/partials/base/05-layouts/_layouts.sass | 15 ++++++ 4 files changed, 116 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3994: content insight featured card styling. .../insights/featured-insight-card.css | 76 ++++++++++++++++++++++ .../insights/featured-insight-card.sass | 69 ++++++++++++++++++++ 2 files changed, 145 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3994: add sheet for featured insight card. css/conditionals/insights/featured-insight-card.css | 0 gsb_theme.info | 1 + sass/conditionals/insights/featured-insight-card.sass | 10 ++++++++++ 3 files changed, 11 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4010: update related content styling. css/conditionals/insights/idea-story-detail.css | 2 +- .../insights/related-to-idea-story.css | 49 +++++++++++++++----- .../insights/related-to-idea-story.sass | 52 +++++++++++++++++----- sass/partials/base/03-extend/_gsb-revamp.sass | 4 +- 4 files changed, 83 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3894: adjust footnote size. css/conditionals/insights/idea-story-detail.css | 11 ++++++----- sass/conditionals/insights/idea-story-detail.sass | 12 +++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4006: add listing region to layouts. layouts/gsb-insights-a/gsb-insights-a.inc | 4 +++- layouts/gsb-insights-a/gsb-insights-a.tpl.php | 8 +++++++ layouts/gsb-insights-b/gsb-insights-b.inc | 2 ++ layouts/gsb-insights-b/gsb-insights-b.tpl.php | 34 +++++++++++++++++---------- layouts/gsb-insights-c/gsb-insights-c.inc | 2 ++ layouts/gsb-insights-c/gsb-insights-c.tpl.php | 8 +++++++ 6 files changed, 44 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4016: taxonomy spacing. css/conditionals/insights/idea-story-detail.css | 3 --- sass/conditionals/insights/idea-story-detail.sass | 2 -- 2 files changed, 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4017: update the author and styling. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4019: force related faculty linked author name to wrap. css/conditionals/insights/related-to-idea-story.css | 5 +++++ sass/conditionals/insights/related-to-idea-story.sass | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-4014: update styling for wide-view. css/conditionals/insights/top-stories.css | 78 ++++++++++++++++++++++++++--- sass/conditionals/insights/top-stories.sass | 78 ++++++++++++++++++++++------- 2 files changed, 133 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3893: style footnotes and footnotes section. css/conditionals/insights/idea-story-detail.css | 37 +++++++++++++--- css/style.css | 4 ++ sass/conditionals/insights/idea-story-detail.sass | 54 ++++++++++++++++------- sass/partials/design/_design.sass | 4 ++ template.php | 6 +-- 5 files changed, 79 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3893: addfootnote list function. template.php | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911-1: update styling. .../insights/related-to-idea-story.css | 47 ++++++++++++++++------ css/conditionals/insights/top-stories.css | 14 +------ .../insights/related-to-idea-story.sass | 31 +++++++++++++- sass/conditionals/insights/top-stories.sass | 6 ++- 4 files changed, 70 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3911: configure and style the related content. .../insights/related-to-idea-story.css | 189 +++++++++++++++++++++ css/conditionals/insights/top-stories.css | 1 + gsb_theme.info | 1 + .../insights/related-to-idea-story.sass | 146 ++++++++++++++++ sass/conditionals/insights/top-stories.sass | 3 +- 5 files changed, 339 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: Top stories styling. css/conditionals/insights/idea-story-detail.css | 3 +- css/conditionals/insights/top-stories.css | 197 ++++++++++++++++++++++ sass/conditionals/insights/idea-story-detail.sass | 4 +- sass/conditionals/insights/top-stories.sass | 157 +++++++++++++++++ sass/partials/base/00-variables/_base.sass | 3 + 5 files changed, 361 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3904: add sheet for top stories. css/conditionals/insights/top-stories.css | 0 gsb_theme.info | 1 + sass/conditionals/insights/top-stories.sass | 1 + 3 files changed, 2 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3890: change infographic label style. css/conditionals/insights/idea-story-detail.css | 10 +++++----- sass/conditionals/insights/idea-story-detail.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3882: super text styling. css/conditionals/insights/idea-story-detail.css | 19 +++++++++++++++++++ sass/conditionals/insights/idea-story-detail.sass | 16 ++++++++++++++++ 2 files changed, 35 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3882: idea story markdown body styling. css/conditionals/insights/idea-story-detail.css | 30 ++++++++++++++++----- sass/conditionals/insights/idea-story-detail.sass | 33 ++++++++++++++++++++--- 2 files changed, 52 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3878: adjust taxonomy comma spacing. css/conditionals/insights/idea-story-detail.css | 6 ++++++ sass/conditionals/insights/idea-story-detail.sass | 4 ++++ 2 files changed, 10 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3876: adjust spacing on key taxonomy terms. css/conditionals/insights/idea-story-detail.css | 4 +++- sass/conditionals/insights/idea-story-detail.sass | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3871: add insights c layout. css/style.css | 278 ++++++++++++++++++---- layouts/gsb-insights-a/gsb-insights-a.css | 4 + layouts/gsb-insights-a/gsb-insights-a.inc | 35 +++ layouts/gsb-insights-a/gsb-insights-a.png | Bin 0 -> 1168 bytes layouts/gsb-insights-a/gsb-insights-a.tpl.php | 108 +++++++++ layouts/gsb-insights-b/gsb-insights-b.css | 4 + layouts/gsb-insights-b/gsb-insights-b.inc | 27 +++ layouts/gsb-insights-b/gsb-insights-b.png | Bin 0 -> 2914 bytes layouts/gsb-insights-b/gsb-insights-b.tpl.php | 78 ++++++ layouts/gsb-insights-c/gsb-insights-c.css | 4 + layouts/gsb-insights-c/gsb-insights-c.inc | 20 ++ layouts/gsb-insights-c/gsb-insights-c.png | Bin 0 -> 2904 bytes layouts/gsb-insights-c/gsb-insights-c.tpl.php | 53 +++++ layouts/gsb-insights-one/gsb-insights-one.css | 4 - layouts/gsb-insights-one/gsb-insights-one.inc | 25 -- layouts/gsb-insights-one/gsb-insights-one.png | Bin 2914 -> 0 bytes layouts/gsb-insights-one/gsb-insights-one.tpl.php | 84 ------- layouts/gsb-insights-two/gsb-insights-two.css | 4 - layouts/gsb-insights-two/gsb-insights-two.inc | 18 -- layouts/gsb-insights-two/gsb-insights-two.png | Bin 2904 -> 0 bytes layouts/gsb-insights-two/gsb-insights-two.tpl.php | 53 ----- sass/partials/base/00-variables/_base.sass | 1 + sass/partials/base/01-mixins/_custom.sass | 12 + sass/partials/base/05-layouts/_layouts.sass | 93 +++++++- 24 files changed, 660 insertions(+), 245 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 2 years, 1 month ago Remove bad merge file. .../insights/idea-story-detail.sass/HEAD | 169 --------------------- 1 file changed, 169 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3804: adjust dek line height to match intro copy. css/conditionals/insights/idea-story-detail.css | 2 +- sass/conditionals/insights/idea-story-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3804: add commas to key taxonomy terms. css/conditionals/insights/idea-story-detail.css | 7 +++++++ sass/conditionals/insights/idea-story-detail.sass | 6 ++++++ 2 files changed, 13 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3804: style batch one of idea story detail. sass/conditionals/insights/idea-story-detail.sass | 159 ++++++++++++++++++++++ 1 file changed, 159 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3804: rename sheet for idea story detail styling. sass/conditionals/insights/idea-story-detail.sass | 159 ------------------- .../insights/idea-story-detail.sass/HEAD | 169 +++++++++++++++++++++ sass/conditionals/insights/insights-detail.sass | 10 -- 3 files changed, 169 insertions(+), 169 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3804: add sheet for insights detail styling. css/conditionals/insights/insights-detail.css | 71 ------------------------- sass/conditionals/insights/insights-detail.sass | 10 ++++ 2 files changed, 10 insertions(+), 71 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 1 month ago WP-3804: style batch one of idea story detail. css/conditionals/insights/idea-story-detail.css | 190 ++++++++++++++++++++++ sass/conditionals/insights/idea-story-detail.sass | 159 ++++++++++++++++++ 2 files changed, 349 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3804: rename sheet for idea story detail styling. css/conditionals/insights/idea-story-detail.css | 0 css/conditionals/insights/insights-detail.css | 4 ++-- gsb_theme.info | 2 +- sass/conditionals/insights/idea-story-detail.sass | 10 ++++++++++ sass/conditionals/insights/insights-detail.sass | 10 ---------- 5 files changed, 13 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3804: add sheet for insights detail styling. css/conditionals/insights/insights-detail.css | 71 +++++++++++++++++++++++++ gsb_theme.info | 1 + sass/conditionals/insights/insights-detail.sass | 10 ++++ 3 files changed, 82 insertions(+) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3834: add insights two layout. css/style.css | 70 ++++++++++++++++++++-- layouts/gsb-insights-one/gsb-insights-one.png | Bin 1111 -> 2914 bytes layouts/gsb-insights-one/gsb-insights-one.tpl.php | 2 +- layouts/gsb-insights-two/gsb-insights-two.css | 4 ++ layouts/gsb-insights-two/gsb-insights-two.inc | 18 ++++++ layouts/gsb-insights-two/gsb-insights-two.png | Bin 0 -> 2904 bytes layouts/gsb-insights-two/gsb-insights-two.tpl.php | 53 ++++++++++++++++ sass/partials/base/05-layouts/_layouts.sass | 42 ++++++++++++- 8 files changed, 181 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3834: insights one layout. css/style.css | 76 +++++++++++++++++ layouts/gsb-insights-one/gsb-business-insights.css | 11 --- layouts/gsb-insights-one/gsb-business-insights.inc | 23 ----- layouts/gsb-insights-one/gsb-business-insights.png | Bin 1111 -> 0 bytes .../gsb-insights-one/gsb-business-insights.tpl.php | 93 --------------------- layouts/gsb-insights-one/gsb-insights-one.css | 4 + layouts/gsb-insights-one/gsb-insights-one.inc | 25 ++++++ layouts/gsb-insights-one/gsb-insights-one.png | Bin 0 -> 1111 bytes layouts/gsb-insights-one/gsb-insights-one.tpl.php | 84 +++++++++++++++++++ sass/partials/base/00-variables/_base.sass | 3 + sass/partials/base/05-layouts/_layouts.sass | 44 +++++++++- 11 files changed, 235 insertions(+), 128 deletions(-) view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3834: rename layout. .../gsb-business-insights.css | 11 --- .../gsb-business-insights.inc | 23 ----- .../gsb-business-insights.png | Bin 1111 -> 0 bytes .../gsb-business-insights.tpl.php | 93 --------------------- layouts/gsb-insights-one/gsb-business-insights.css | 11 +++ layouts/gsb-insights-one/gsb-business-insights.inc | 23 +++++ layouts/gsb-insights-one/gsb-business-insights.png | Bin 0 -> 1111 bytes .../gsb-insights-one/gsb-business-insights.tpl.php | 93 +++++++++++++++++++++ 8 files changed, 127 insertions(+), 127 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago WP-3919: remove the feature person sass partial. css/style.css | 178 +------------------------ sass/partials/design/_all.sass | 1 - sass/partials/design/_fpp-featured-person.sass | 98 -------------- 3 files changed, 5 insertions(+), 272 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 2 months ago WP-3842: remove line-height override. css/style.css | 1 - sass/partials/design/_pager.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 2 months ago WP-3841: faculty author chevron position. css/conditionals/faculty-research/meta-research-detail.css | 3 +-- sass/partials/base/01-mixins/_custom.sass | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3958: style form button. css/conditionals/form-rethink.css | 20 ++++++++++++++------ sass/conditionals/form-rethink.sass | 11 +++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3924: adjust phd faculty advisor theming on detail page. css/conditionals/phd-candidate-detail.css | 9 ++++----- css/conditionals/phd-candidate-job-market-list.css | 2 +- sass/conditionals/phd-candidate-detail.sass | 4 ++-- sass/conditionals/phd-candidate-job-market-list.sass | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3923: update class name to style faculty advisors. css/conditionals/phd-candidate-job-market-list.css | 16 ++++++++-------- sass/conditionals/phd-candidate-job-market-list.sass | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 2 months ago WP-3855: resolve tags issues for desktop and mobile. css/style.css | 9 ++++++++- sass/partials/design/_fieldgroup-commas.sass | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 2 months ago WP-3832: update link or pdf button styling. css/conditionals/faculty-research/book-detail.css | 17 +++++++++++------ sass/conditionals/faculty-research/book-detail.sass | 13 ++++++++----- 2 files changed, 19 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3854: add left margin to image cta chevron. css/style.css | 1 + sass/partials/design/_cta-image.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3801: adjust show more arrow in IE. css/style.css | 5 ++--- sass/partials/design/_design.sass | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3799: add case number and style. css/conditionals/faculty-research/case-landing-list.css | 4 ++++ sass/conditionals/faculty-research/case-landing-list.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3838: indent link class for clubs. css/style.css | 21 ++++++------ sass/partials/design/_fpp-cta-image-homepage.sass | 42 +++++++++++------------ 2 files changed, 31 insertions(+), 32 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3836: add right padding for double wide. css/style.css | 2 ++ sass/partials/design/_slideshow.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3783: text link field spacing. css/admin-modal/admin-modal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3830: update slide theming. css/style.css | 44 ++++++++++------------------------- sass/partials/design/_slideshow.sass | 45 +++++++++++------------------------- 2 files changed, 26 insertions(+), 63 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3785: better implementation of slideshow arrows. css/style.css | 89 +++++++++++++++--------------------- sass/partials/design/_slideshow.sass | 81 ++++++++++++++------------------ 2 files changed, 71 insertions(+), 99 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3794: image cta responsive implementation. css/style.css | 151 ++++++++++++++++++++++----- sass/partials/base/00-variables/_colors.sass | 4 +- sass/partials/design/_cta-image.sass | 122 ++++++++++++++++------ 3 files changed, 217 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3783: add margin to fix overlap. css/admin-modal/admin-modal.css | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3792: add space before chevron. css/style.css | 1 + sass/partials/design/_slideshow.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3791: update superhead font size. css/style.css | 10 ++++++++-- sass/partials/design/_slideshow.sass | 7 +++++-- 2 files changed, 13 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3736: make styling more specific. css/style.css | 32 ++++++++++++++++---------------- sass/partials/design/_cta-image.sass | 7 +++---- 2 files changed, 19 insertions(+), 20 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3736: image cta redesign. css/style.css | 294 ++++++--------------------- sass/partials/base/00-variables/_colors.sass | 9 + sass/partials/design/_cta-image.sass | 253 +++++++---------------- 3 files changed, 139 insertions(+), 417 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3720: fix link hover color. css/conditionals/front.css | 10 +- css/style.css | 573 +++++++++------------------- js/custom.js | 3 + sass/conditionals/front.sass | 25 +- sass/partials/base/05-layouts/_layouts.sass | 9 +- sass/partials/design/_slideshow.sass | 440 ++++++++------------- 6 files changed, 351 insertions(+), 709 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3722: update wysiwyg list styles. css/style.css | 20 +++++++------------- sass/partials/design/_wysiwyg.sass | 16 +++++++--------- 2 files changed, 14 insertions(+), 22 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3739: initial home page cta styling. css/style.css | 91 +++++++++++++---------- js/custom.js | 11 +++ sass/partials/design/_fpp-cta-image-homepage.sass | 54 +++++++------- 3 files changed, 92 insertions(+), 64 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3739: initial home page cta styling. css/style.css | 110 +++++++++++++++++++++- sass/partials/design/_fpp-cta-image-homepage.sass | 60 ++++++++++++ 2 files changed, 167 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3739: create a partial for the homepage cta. sass/partials/design/_all.sass | 3 +++ sass/partials/design/_fpp-cta-image-homepage.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3720: fix link hover color. css/style.css | 4 ++-- sass/partials/design/_wysiwyg.sass | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3718: add underline to show more on hover. css/style.css | 1 + sass/partials/base/03-extend/_gsb-revamp.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3720: update body link hover state. css/style.css | 5 ----- sass/partials/design/_wysiwyg.sass | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3717: update the title styling. css/conditionals/event/event-detail.css | 11 +++++------ sass/conditionals/event/event-detail.sass | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3716: update twitter handle styling. css/conditionals/front.css | 13 ++++--------- sass/conditionals/front.sass | 16 ++++++---------- 2 files changed, 10 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3708: update narrow view text fpp. css/style.css | 7 ++++--- sass/partials/design/_fpp-text.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3703: update the icon line heights and label for faculty detail. css/conditionals/faculty-research/faculty-detail.css | 10 +++------- css/style.css | 19 ++++++++++--------- .../conditionals/faculty-research/faculty-detail.sass | 10 ++++------ sass/partials/design/_menu-main.sass | 6 +----- sass/partials/design/_search-filters.sass | 7 ++++--- 5 files changed, 22 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3685: update comma styling. css/style.css | 10 +++------- sass/partials/design/_fieldgroup-commas.sass | 13 +++++++------ 2 files changed, 10 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3686: remove width and margin. css/conditionals/library/pane-searchworks.css | 2 -- sass/conditionals/library/pane-searchworks.sass | 2 -- 2 files changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3683: update business websites styling. css/conditionals/library/pane-faqs.css | 20 ++++++++-- .../library/view-business-website-detail.css | 37 ++++++++++++------- sass/conditionals/library/pane-faqs.sass | 8 ++-- .../library/view-business-website-detail.sass | 43 +++++++++++++++------- 4 files changed, 73 insertions(+), 35 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3688: adjust tabs. css/style.css | 8 ++++---- sass/partials/design/_pager.sass | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3689: update chevron styling. css/style.css | 6 +++--- sass/partials/design/_house-ads.sass | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3685: update tags styling on events listing. css/conditionals/event/event-landing.css | 3 --- css/style.css | 4 +++- sass/conditionals/event/event-landing.sass | 4 +--- sass/partials/design/_fieldgroup-commas.sass | 4 +++- 4 files changed, 7 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3651: update breakpoint, make more specific. css/style.css | 66 +++++++++++++++------- .../base/06-ui-patterns/_drupal-patterns.sass | 56 ++++++++++++------ sass/partials/design/_video.sass | 6 +- 3 files changed, 87 insertions(+), 41 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3682: update diptych cta. css/style.css | 7 ++++++- sass/partials/design/_diptych.sass | 9 ++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago WP-3657: Update responsive behavior. css/conditionals/event/event-landing.css | 11 +++++------ sass/conditionals/event/event-landing.sass | 6 ++---- 2 files changed, 7 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3651: update responsive implementation of video, spotlight and house ad. css/style.css | 95 ++++++++++++++++------ js/custom.js | 2 +- .../base/06-ui-patterns/_drupal-patterns.sass | 24 ++++-- sass/partials/design/_fpp-spotlight.sass | 3 + sass/partials/design/_video.sass | 37 ++++++--- 5 files changed, 119 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 2 years, 2 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3351: Remove link on image invisible titles that redirected users to file entity page. templates/file_entity.tpl.php | 94 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3286: updating link styles globally. css/conditionals/block-weather.css | 1 + css/conditionals/club-landing-list.css | 21 +- css/conditionals/e-newsletter-list.css | 1 + css/conditionals/event/event-detail.css | 33 +- css/conditionals/event/event-featured.css | 2 + css/conditionals/event/event-landing.css | 25 +- css/conditionals/event/event-upcoming.css | 94 ++- css/conditionals/event/view-academic-calendar.css | 1 + css/conditionals/event/view-admission-calendar.css | 41 +- css/conditionals/faculty-research/book-detail.css | 76 +-- css/conditionals/faculty-research/case-detail.css | 51 +- .../faculty-research/case-landing-list.css | 1 + .../faculty-research/faculty-detail.css | 10 + .../faculty-research/meta-research-detail.css | 1 + .../faculty-research/publication-detail.css | 43 +- .../faculty-research/view-mode-teaser-listing.css | 1 + .../view-mode-views-content-pane.css | 34 +- .../faculty-research/working-paper-detail.css | 42 +- css/conditionals/form-rethink.css | 22 +- css/conditionals/front.css | 53 +- css/conditionals/library/pane-bookmarklet.css | 19 +- css/conditionals/library/pane-chat.css | 1 + css/conditionals/library/pane-hours.css | 67 ++- css/conditionals/library/pane-rss.css | 2 + .../library/view-business-website-detail.css | 1 + css/conditionals/phd-candidate-detail.css | 5 + css/conditionals/phd-candidate-job-market-list.css | 25 +- css/conditionals/program-landing.css | 4 + css/conditionals/week-in-the-life-detail.css | 32 +- css/conditionals/week-in-the-life-landing.css | 101 ++-- css/style.css | 649 +++++++++++---------- fonts/icons/_icons.scss | 20 +- sass/conditionals/club-landing-list.sass | 12 +- sass/conditionals/event/event-detail.sass | 10 +- sass/conditionals/event/event-landing.sass | 8 +- sass/conditionals/event/event-upcoming.sass | 17 +- .../event/view-admission-calendar.sass | 35 +- .../conditionals/faculty-research/book-detail.sass | 2 - .../conditionals/faculty-research/case-detail.sass | 2 - .../faculty-research/publication-detail.sass | 2 - .../faculty-research/working-paper-detail.sass | 2 - sass/conditionals/form-rethink.sass | 2 - sass/conditionals/front.sass | 20 +- .../phd-candidate-job-market-list.sass | 24 +- sass/conditionals/week-in-the-life-detail.sass | 2 +- sass/conditionals/week-in-the-life-landing.sass | 62 +- sass/partials/base/03-extend/_gsb-revamp.sass | 169 +++--- sass/partials/base/04-defaults/_common.sass | 7 + sass/partials/design/_accordion.sass | 4 +- sass/partials/design/_cta-custom.sass | 8 +- sass/partials/design/_cta.sass | 16 +- sass/partials/design/_design.sass | 3 - sass/partials/design/_diptych.sass | 45 +- sass/partials/design/_fieldgroup-commas.sass | 4 - sass/partials/design/_footer.sass | 43 +- sass/partials/design/_fpp-links.sass | 32 +- sass/partials/design/_fpp-spotlight.sass | 4 +- sass/partials/design/_house-ads.sass | 2 +- sass/partials/design/_menu-main-mega.sass | 2 - sass/partials/design/_menu-main.sass | 10 +- sass/partials/design/_menu-sidebar.sass | 2 + sass/partials/design/_pager.sass | 31 +- sass/partials/design/_search-filters.sass | 11 +- sass/partials/design/_slideshow.sass | 36 +- sass/partials/design/_wysiwyg.sass | 3 +- 65 files changed, 1135 insertions(+), 976 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3647: update faculty listing filters. css/conditionals/faculty-research/faculty-landing-list.css | 14 ++++++++++++++ .../faculty-research/faculty-landing-list.sass | 10 ++++++++++ 2 files changed, 24 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3647: fix for case availability. css/conditionals/faculty-research/case-landing-list.css | 15 +++++++++++++++ css/style.css | 2 +- sass/conditionals/faculty-research/case-landing-list.sass | 6 ++++++ sass/partials/design/_search-filters.sass | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3646: add margin bottom for spacing. css/admin-modal/admin-modal.css | 4 ++++ 1 file changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3587: update links style. css/conditionals/library/pane-rss.css | 20 ++++++++++++++++++++ sass/conditionals/library/pane-rss.sass | 8 +++++++- 2 files changed, 27 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3586: adjust spacing. css/conditionals/faculty-research/faculty-detail.css | 1 - sass/conditionals/faculty-research/faculty-detail.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3631: update the dark grey color. .../faculty-research/faculty-detail.css | 2 +- css/conditionals/library/pane-hours.css | 2 +- css/conditionals/msx-fellow-detail.css | 2 +- css/conditionals/phd-candidate-detail.css | 4 +-- css/conditionals/phd-candidate-job-market-list.css | 2 +- css/conditionals/phd-candidate-placements-list.css | 2 +- css/conditionals/program-landing.css | 10 +++---- css/conditionals/week-in-the-life-landing.css | 4 +-- css/style.css | 32 +++++++++++----------- sass/partials/base/00-variables/_colors.sass | 2 +- sass/partials/design/_fpp-spotlight.sass | 9 ++++-- 11 files changed, 37 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3632: remove hyphen. css/conditionals/front.css | 5 ----- sass/conditionals/front.sass | 3 --- 2 files changed, 8 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3632: update front page events styling. css/conditionals/front.css | 41 +++++++++++++++--------------- sass/conditionals/front.sass | 60 +++++++++++++++++++++++++------------------- 2 files changed, 54 insertions(+), 47 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3636: update event detail text and link colors. css/conditionals/event/event-detail.css | 22 +++++++++++++--------- css/style.css | 4 ++-- sass/conditionals/event/event-detail.sass | 19 ++++++++++++------- sass/partials/design/_fieldgroup-commas.sass | 8 ++++---- 4 files changed, 31 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3625: switch to 1 column, add hover state. css/style.css | 23 +++++++++++++++++++++++ sass/partials/design/_search-filters.sass | 6 ++++++ 2 files changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3552: update list and grid styling. css/style.css | 68 ++++++++++++++----------------- sass/partials/design/_fpp-people.sass | 75 +++++++++++++++-------------------- 2 files changed, 62 insertions(+), 81 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3552: remove template file. .../ds-1col--node-working-paper-teaser.tpl.php | 33 ---------------------- 1 file changed, 33 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3552: update grid style. css/style.css | 56 ++++++++++++++++------ sass/partials/design/_fpp-people.sass | 54 ++++++++++++++++----- .../ds-1col--node-working-paper-teaser.tpl.php | 2 +- 3 files changed, 83 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3552: prevent wrapping. css/style.css | 5 ++++- sass/partials/design/_fpp-people.sass | 3 +++ sass/partials/design/_search-filters.sass | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3552: update styling for list view. css/style.css | 235 +++++++++------------ sass/partials/design/_design.sass | 8 - sass/partials/design/_fpp-people.sass | 211 +++++++++--------- sass/partials/design/_grid-responsive.sass | 12 -- .../ds-1col--node-working-paper-teaser.tpl.php | 15 +- 5 files changed, 210 insertions(+), 271 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3585: fix top alignment. css/style.css | 1 + sass/partials/design/_search-filters.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3590: fix the search and events classes in template. css/style.css | 60 +++++++++++++++++++------------ sass/partials/design/_design.sass | 2 +- sass/partials/design/_menu-main.sass | 2 +- sass/partials/design/_search-filters.sass | 3 +- template.php | 4 ++- templates/page--403.tpl.php | 4 +-- 6 files changed, 47 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3576: update styling of faculty by criteria. css/style.css | 61 +++++++++++----------- .../partials/design/_faculty-by-academic-area.sass | 54 ++++++++++++------- 2 files changed, 65 insertions(+), 50 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago Remove unneeded template file. ...ollection-item-field-person-description.tpl.php | 26 ---------------------- 1 file changed, 26 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3578: remove custom styling from specific lists. css/style.css | 4 ++++ js/custom.js | 2 +- sass/partials/base/04-defaults/forms/_form-defaults.sass | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3551: Add template file for field collection in person fpp. ...ollection-item-field-person-description.tpl.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago This reverts commit 53fc5adb3ac601d73a444e53aa3ea539df8eb65d. Revert "WP-3551: Add template for field_person_description field collection." ...ollection-item-field-person-description.tpl.php | 26 ---------------------- 1 file changed, 26 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 3 months ago WP-3551: Add template for field_person_description field collection. ...ollection-item-field-person-description.tpl.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3558: update link hover. css/conditionals/faculty-research/case-detail.css | 4 ++++ sass/conditionals/faculty-research/case-detail.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3545: change link icons. css/conditionals/faculty-research/book-detail.css | 21 +++++++++++++++++++-- sass/conditionals/faculty-research/book-detail.sass | 8 ++++++-- 2 files changed, 25 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3509: update pdf link styling. css/conditionals/faculty-research/faculty-detail.css | 10 +++++----- sass/conditionals/faculty-research/faculty-detail.sass | 11 +++++------ 2 files changed, 10 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3558: update case detail theming. css/conditionals/faculty-research/case-detail.css | 65 +++++++++++----------- .../conditionals/faculty-research/case-detail.sass | 43 ++++++++------ 2 files changed, 59 insertions(+), 49 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3562: update title non-link styling and spacing. css/conditionals/faculty-research/faculty-detail.css | 14 ++++++++++++-- sass/conditionals/faculty-research/faculty-detail.sass | 12 ++++++++---- 2 files changed, 20 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago WP-3531 New page template for download page .../page--gsb-cmis--gsb-cmis-download-doc.tpl.php | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3508: adjust download button theming. .../faculty-research/working-paper-detail.css | 38 +++++++++++++--------- .../faculty-research/working-paper-detail.sass | 32 +++++++++--------- 2 files changed, 39 insertions(+), 31 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3466: update publication EVA styling. .../faculty-research/faculty-detail.css | 92 +++++++++++----------- .../faculty-research/faculty-detail.sass | 49 ++++++------ 2 files changed, 70 insertions(+), 71 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3419: custom availability filters. .../faculty-research/book-landing-list.css | 5 ----- .../faculty-research/case-landing-list.css | 19 +++++++++++++----- .../faculty-research/faculty-landing-list.css | 5 +++++ .../faculty-research/publication-landing-list.css | 5 ----- .../working-paper-landing-list.css | 5 ----- css/style.css | 23 +++++++++++++--------- .../faculty-research/book-landing-list.sass | 5 ----- .../faculty-research/case-landing-list.sass | 19 +++++++++++++----- .../faculty-research/faculty-landing-list.sass | 5 +++++ .../faculty-research/publication-landing-list.sass | 5 ----- .../working-paper-landing-list.sass | 5 ----- sass/partials/design/_search-filters.sass | 13 +++++++----- 12 files changed, 60 insertions(+), 54 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3481: add period after book authors on eva. css/conditionals/faculty-research/faculty-detail.css | 3 +++ sass/conditionals/faculty-research/faculty-detail.sass | 5 +++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3544: fix phd candidate line height. css/conditionals/phd-candidate-detail.css | 3 +++ sass/conditionals/phd-candidate-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3479: use correct icon. css/conditionals/phd-candidate-detail.css | 5 +++-- sass/conditionals/phd-candidate-detail.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-2957: update book teaser responsive behavior. css/style.css | 9 ++++----- sass/partials/design/_existing-node.sass | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-2957: update book teaser responsive behavior. css/style.css | 27 +++++++++++++++------------ sass/partials/design/_existing-node.sass | 16 +++++++++------- 2 files changed, 24 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3541: remove select style from modals. css/style.css | 2 +- js/custom.js | 2 +- sass/partials/base/04-defaults/forms/_form-defaults.sass | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3500: remove line-height override. css/conditionals/faculty-research/faculty-detail.css | 3 --- sass/conditionals/faculty-research/faculty-detail.sass | 2 -- 2 files changed, 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3501: update information block link styles. css/conditionals/faculty-research/faculty-detail.css | 11 +++++++++++ css/conditionals/phd-candidate-detail.css | 3 +++ css/style.css | 4 ++++ sass/conditionals/faculty-research/faculty-detail.sass | 8 ++++++++ sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++ 5 files changed, 28 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3479: clean up rethink. css/conditionals/e-newsletter-list.css | 2 +- css/conditionals/event/event-detail.css | 6 ++---- css/conditionals/faculty-research/book-detail.css | 6 ++---- css/conditionals/faculty-research/case-detail.css | 6 ++---- css/conditionals/faculty-research/publication-detail.css | 6 ++---- css/conditionals/faculty-research/working-paper-detail.css | 6 ++---- css/conditionals/form-rethink.css | 7 ++----- css/conditionals/library/pane-bookmarklet.css | 6 ++---- css/style.css | 6 ++---- sass/conditionals/e-newsletter-list.sass | 2 +- sass/conditionals/form-rethink.sass | 1 - sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-- sass/partials/base/04-defaults/forms/_form-defaults.sass | 3 +++ 13 files changed, 23 insertions(+), 38 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3479: fix week in the life icons. css/conditionals/week-in-the-life-landing.css | 14 ++++---------- sass/conditionals/week-in-the-life-landing.sass | 16 +++++----------- 2 files changed, 9 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3479: fix icons on phd. css/conditionals/phd-candidate-detail.css | 8 +++++--- css/conditionals/phd-candidate-job-market-list.css | 4 ++-- sass/conditionals/phd-candidate-detail.sass | 6 +++--- sass/conditionals/phd-candidate-job-market-list.sass | 4 ++-- 4 files changed, 12 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3525: update title styling and spacing. css/conditionals/faculty-research/faculty-detail.css | 5 +++-- sass/conditionals/faculty-research/faculty-detail.sass | 13 +++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: change class name. css/conditionals/faculty-research/faculty-detail.css | 2 +- sass/conditionals/faculty-research/faculty-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3499: adjust affiliations order and commas. css/conditionals/faculty-research/faculty-detail.css | 6 +++--- sass/conditionals/faculty-research/faculty-detail.sass | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3343: update select input styling. css/conditionals/library/pane-rss.css | 4 +- css/conditionals/library/pane-searchworks.css | 10 --- css/style.css | 72 ++++------------------ js/custom.js | 2 +- sass/conditionals/library/pane-rss.sass | 4 +- sass/conditionals/library/pane-searchworks.sass | 9 --- .../base/04-defaults/forms/_form-defaults.sass | 2 +- sass/partials/design/_selectbox.sass | 62 ++++--------------- 8 files changed, 28 insertions(+), 137 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3343: add new custom select library. gsb_theme.info | 1 + js/custom.js | 9 +++++++++ js/libs/jquery.customSelect.min.js | 10 ++++++++++ 3 files changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3343: remove old select library. js/libs/jquery.selectbox-0.6.1.js | 147 -------------------------------------- 1 file changed, 147 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3483: update icon font path to fix errors. css/conditionals/block-weather.css | 15 ------------ css/conditionals/club-landing-list.css | 15 ------------ css/conditionals/e-newsletter-list.css | 15 ------------ css/conditionals/event/event-detail.css | 15 ------------ css/conditionals/event/event-featured.css | 15 ------------ css/conditionals/event/event-landing.css | 15 ------------ css/conditionals/event/event-upcoming.css | 15 ------------ css/conditionals/event/view-academic-calendar.css | 15 ------------ css/conditionals/faculty-research/book-detail.css | 15 ------------ .../faculty-research/book-landing-list.css | 15 ------------ css/conditionals/faculty-research/case-detail.css | 15 ------------ .../faculty-research/case-landing-list.css | 15 ------------ .../faculty-research/faculty-detail.css | 15 ------------ .../faculty-research/faculty-landing-list.css | 15 ------------ .../faculty-research/meta-research-detail.css | 15 ------------ .../faculty-research/publication-detail.css | 15 ------------ .../faculty-research/publication-landing-list.css | 15 ------------ .../faculty-research/view-mode-teaser-listing.css | 15 ------------ .../view-mode-views-content-pane.css | 15 ------------ .../faculty-research/working-paper-detail.css | 15 ------------ .../working-paper-landing-list.css | 15 ------------ css/conditionals/form-rethink.css | 15 ------------ css/conditionals/front.css | 15 ------------ css/conditionals/library/pane-bookmarklet.css | 15 ------------ css/conditionals/library/pane-chat.css | 15 ------------ css/conditionals/library/pane-faqs.css | 15 ------------ css/conditionals/library/pane-hours.css | 15 ------------ css/conditionals/library/pane-rss.css | 15 ------------ css/conditionals/library/pane-searchworks.css | 15 ------------ .../library/view-business-website-detail.css | 15 ------------ css/conditionals/phd-candidate-detail.css | 15 ------------ css/conditionals/phd-candidate-job-market-list.css | 15 ------------ css/conditionals/phd-candidate-placements-list.css | 15 ------------ css/conditionals/program-landing.css | 15 ------------ css/conditionals/week-in-the-life-landing.css | 15 ------------ css/style.css | 28 ++++++++++------------ fonts/icons/_icons.scss | 20 ++-------------- sass/conditionals/block-weather.sass | 3 +-- sass/conditionals/club-landing-list.sass | 3 +-- sass/conditionals/e-newsletter-list.sass | 3 +-- sass/conditionals/event/event-detail.sass | 3 +-- sass/conditionals/event/event-featured.sass | 3 +-- sass/conditionals/event/event-landing.sass | 3 +-- sass/conditionals/event/event-upcoming.sass | 3 +-- .../conditionals/event/view-academic-calendar.sass | 3 +-- .../event/view-admission-calendar.sass | 1 - .../conditionals/faculty-research/book-detail.sass | 3 +-- .../faculty-research/book-landing-list.sass | 3 +-- .../conditionals/faculty-research/case-detail.sass | 3 +-- .../faculty-research/case-landing-list.sass | 3 +-- .../faculty-research/faculty-detail.sass | 3 +-- .../faculty-research/faculty-landing-list.sass | 3 +-- .../faculty-research/meta-research-detail.sass | 3 +-- .../faculty-research/publication-detail.sass | 3 +-- .../faculty-research/publication-landing-list.sass | 3 +-- .../faculty-research/view-mode-teaser-listing.sass | 3 +-- .../view-mode-views-content-pane.sass | 3 +-- .../faculty-research/working-paper-detail.sass | 3 +-- .../working-paper-landing-list.sass | 3 +-- sass/conditionals/form-rethink.sass | 3 +-- sass/conditionals/front.sass | 3 +-- sass/conditionals/library/pane-bookmarklet.sass | 3 +-- sass/conditionals/library/pane-chat.sass | 3 +-- sass/conditionals/library/pane-faqs.sass | 3 +-- sass/conditionals/library/pane-hours.sass | 3 +-- sass/conditionals/library/pane-rss.sass | 3 +-- sass/conditionals/library/pane-searchworks.sass | 3 +-- .../library/view-business-website-detail.sass | 3 +-- .../library/view-business-website-listing.sass | 1 - sass/conditionals/msx-fellow-detail.sass | 2 +- sass/conditionals/msx-fellow-landing-list.sass | 2 +- sass/conditionals/phd-candidate-detail.sass | 3 +-- .../phd-candidate-job-market-list.sass | 3 +-- .../phd-candidate-placements-list.sass | 3 +-- sass/conditionals/program-landing.sass | 3 +-- sass/conditionals/week-in-the-life-detail.sass | 2 +- sass/conditionals/week-in-the-life-landing.sass | 3 +-- sass/partials/base/04-defaults/_font-face.sass | 14 +++++++++++ 78 files changed, 67 insertions(+), 633 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3269: remove some unneeded extends, small fixes. css/conditionals/e-newsletter-list.css | 2 +- css/conditionals/event/view-admission-calendar.css | 15 --------------- .../library/view-business-website-listing.css | 15 --------------- css/conditionals/msx-fellow-detail.css | 15 --------------- css/conditionals/msx-fellow-landing-list.css | 15 --------------- css/conditionals/week-in-the-life-detail.css | 15 --------------- gsb_theme.info | 7 +++---- sass/conditionals/e-newsletter-list.sass | 2 +- sass/conditionals/event/event-featured.sass | 1 - sass/conditionals/event/view-admission-calendar.sass | 2 -- .../library/view-business-website-listing.sass | 2 -- sass/conditionals/msx-fellow-detail.sass | 2 -- sass/conditionals/msx-fellow-landing-list.sass | 2 -- sass/conditionals/week-in-the-life-detail.sass | 2 -- 14 files changed, 5 insertions(+), 92 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3269: change partials to full sass files. css/conditionals/block-weather.css | 87 + css/conditionals/club-landing-list.css | 208 + css/conditionals/e-newsletter-list.css | 92 + css/conditionals/event/event-detail.css | 159 + css/conditionals/event/event-featured.css | 168 + css/conditionals/event/event-landing.css | 232 + css/conditionals/event/event-upcoming.css | 136 + css/conditionals/event/view-academic-calendar.css | 163 + css/conditionals/event/view-admission-calendar.css | 131 + css/conditionals/faculty-research/book-detail.css | 302 + .../faculty-research/book-landing-list.css | 68 + css/conditionals/faculty-research/case-detail.css | 217 + .../faculty-research/case-landing-list.css | 64 + .../faculty-research/faculty-detail.css | 780 ++ .../faculty-research/faculty-landing-list.css | 135 + .../faculty-research/meta-research-detail.css | 396 + .../faculty-research/publication-detail.css | 128 + .../faculty-research/publication-landing-list.css | 37 + .../faculty-research/view-mode-teaser-listing.css | 127 + .../view-mode-views-content-pane.css | 171 + .../faculty-research/working-paper-detail.css | 108 + .../working-paper-landing-list.css | 37 + css/conditionals/form-rethink.css | 58 + css/conditionals/front.css | 419 + css/conditionals/library/pane-bookmarklet.css | 44 + css/conditionals/library/pane-chat.css | 100 + css/conditionals/library/pane-faqs.css | 121 + css/conditionals/library/pane-hours.css | 138 + css/conditionals/library/pane-rss.css | 119 + css/conditionals/library/pane-searchworks.css | 179 + .../library/view-business-website-detail.css | 81 + .../library/view-business-website-listing.css | 33 + css/conditionals/msx-fellow-detail.css | 110 + css/conditionals/msx-fellow-landing-list.css | 95 + css/conditionals/phd-candidate-detail.css | 349 + css/conditionals/phd-candidate-job-market-list.css | 255 + css/conditionals/phd-candidate-placements-list.css | 197 + css/conditionals/program-landing.css | 348 + css/conditionals/week-in-the-life-detail.css | 119 + css/conditionals/week-in-the-life-landing.css | 268 + css/style.css | 9848 +++++--------------- gsb_theme.info | 47 +- sass/conditionals/block-weather.sass | 33 + sass/conditionals/club-landing-list.sass | 107 + sass/conditionals/e-newsletter-list.sass | 41 + sass/conditionals/event/event-detail.sass | 113 + sass/conditionals/event/event-featured.sass | 120 + sass/conditionals/event/event-landing.sass | 172 + sass/conditionals/event/event-upcoming.sass | 59 + .../conditionals/event/view-academic-calendar.sass | 81 + .../event/view-admission-calendar.sass | 107 + .../conditionals/faculty-research/book-detail.sass | 166 + .../faculty-research/book-landing-list.sass | 56 + .../conditionals/faculty-research/case-detail.sass | 132 + .../faculty-research/case-landing-list.sass | 51 + .../faculty-research/faculty-detail.sass | 511 + .../faculty-research/faculty-landing-list.sass | 82 + .../faculty-research/meta-research-detail.sass | 102 + .../faculty-research/publication-detail.sass | 61 + .../faculty-research/publication-landing-list.sass | 38 + .../faculty-research/view-mode-teaser-listing.sass | 89 + .../view-mode-views-content-pane.sass | 97 + .../faculty-research/working-paper-detail.sass | 55 + .../working-paper-landing-list.sass | 39 + sass/conditionals/form-rethink.sass | 28 + sass/conditionals/front.sass | 262 + sass/conditionals/library/pane-bookmarklet.sass | 14 + sass/conditionals/library/pane-chat.sass | 47 + sass/conditionals/library/pane-faqs.sass | 77 + sass/conditionals/library/pane-hours.sass | 51 + sass/conditionals/library/pane-rss.sass | 68 + sass/conditionals/library/pane-searchworks.sass | 122 + .../library/view-business-website-detail.sass | 31 + .../library/view-business-website-listing.sass | 28 + sass/conditionals/msx-fellow-detail.sass | 84 + sass/conditionals/msx-fellow-landing-list.sass | 69 + sass/conditionals/phd-candidate-detail.sass | 204 + .../phd-candidate-job-market-list.sass | 166 + .../phd-candidate-placements-list.sass | 133 + sass/conditionals/program-landing.sass | 211 + sass/conditionals/week-in-the-life-detail.sass | 100 + sass/conditionals/week-in-the-life-landing.sass | 184 + sass/partials/base/03-extend/_gsb-revamp.sass | 3 + sass/partials/base/04-defaults/_common.sass | 7 +- sass/partials/design/_all.sass | 29 - sass/partials/design/_book-detail.sass | 158 - sass/partials/design/_book-landing-list.sass | 50 - sass/partials/design/_business-website.sass | 46 - sass/partials/design/_case-study-detail.sass | 123 - sass/partials/design/_case-study-landing-list.sass | 43 - sass/partials/design/_clubs.sass | 102 - sass/partials/design/_e-newsletters.sass | 33 - sass/partials/design/_event-landing-list.sass | 75 - sass/partials/design/_event.sass | 478 - sass/partials/design/_faculty-detail.sass | 504 - sass/partials/design/_faculty-landing-list.sass | 75 - sass/partials/design/_form-rethink.sass | 20 - sass/partials/design/_front.sass | 257 - sass/partials/design/_library.sass | 307 - sass/partials/design/_msxfellows.sass | 136 - sass/partials/design/_phd-candidate.sass | 472 - sass/partials/design/_program-finder.sass | 203 - sass/partials/design/_publication-detail.sass | 52 - .../partials/design/_publication-landing-list.sass | 30 - sass/partials/design/_search-filters.sass | 2 +- sass/partials/design/_upcoming-events.sass | 52 - .../partials/design/_view-mode-teaser-listing.sass | 81 - .../design/_view-mode-views-content-pane.sass | 89 - sass/partials/design/_weather.sass | 24 - sass/partials/design/_witl.sass | 266 - sass/partials/design/_working-paper-detail.sass | 137 - .../design/_working-paper-landing-list.sass | 31 - 112 files changed, 13494 insertions(+), 11456 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3358: Use PHP instead of JS to make views tables responsive. js/custom.js | 12 ------------ template.php | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3358: Remove the currentFilter code. css/style.css | 2 +- js/custom.js | 1 - sass/partials/design/_event.sass | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3435: apply new wysiwyg class in theme. css/style.css | 77 ++++++++++++++++++++++++++++++++------ sass/partials/design/_wysiwyg.sass | 5 +-- 2 files changed, 68 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3437: update video and podcast icons on in the media. css/style.css | 33 ++++++++++++++++++++++++------- sass/partials/design/_faculty-detail.sass | 13 ++++-------- 2 files changed, 30 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2931: adjust responsive listings. css/style.css | 53 ++++++++++++++++++++++------ sass/partials/design/_book-landing-list.sass | 16 +++++---- 2 files changed, 51 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago Fix missing icon in function. css/style.css | 13 ++++++++++++- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2931: fix comma in function. sass/partials/design/_view-mode-teaser-listing.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3385: remove permission statement styling. css/style.css | 8 -------- sass/partials/design/_case-study-detail.sass | 7 ------- 2 files changed, 15 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3420: change how borders are applied. css/style.css | 18 +++++++++--------- sass/partials/design/_faculty-detail.sass | 12 ++++-------- 2 files changed, 13 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2957: remove set widths on right rail. css/style.css | 6 ------ sass/partials/base/05-layouts/_layouts.sass | 3 --- 2 files changed, 9 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3350: change line height for retina display. css/style.css | 2 +- sass/partials/design/_cta-custom.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: rename directories. sass/partials/00-variables/_all.sass | 3 - sass/partials/00-variables/_base.sass | 43 -- sass/partials/00-variables/_colors.sass | 49 -- sass/partials/00-variables/_fonts.sass | 12 - sass/partials/01-mixins/_custom.sass | 108 ---- sass/partials/02-reset/_reset.sass | 238 -------- sass/partials/03-extend/_all.sass | 2 - sass/partials/03-extend/_gsb-revamp.sass | 247 -------- sass/partials/03-extend/_typography.sass | 24 - sass/partials/04-defaults/_all.sass | 10 - sass/partials/04-defaults/_common.sass | 108 ---- sass/partials/04-defaults/_edits.sass | 6 - sass/partials/04-defaults/_font-custom.sass | 81 --- sass/partials/04-defaults/_font-face.sass | 181 ------ sass/partials/04-defaults/_headers.sass | 79 --- sass/partials/04-defaults/_images.sass | 12 - sass/partials/04-defaults/_semantics.sass | 44 -- sass/partials/04-defaults/_tables.sass | 46 -- .../partials/04-defaults/forms/_form-defaults.sass | 48 -- sass/partials/04-defaults/forms/_formalize.sass | 211 ------- sass/partials/05-layouts/_layouts.sass | 250 -------- sass/partials/06-ui-patterns/_common.sass | 4 - sass/partials/06-ui-patterns/_drupal-patterns.sass | 135 ----- sass/partials/07-media/_print.sass | 158 ----- sass/partials/base/00-variables/_all.sass | 3 + sass/partials/base/00-variables/_base.sass | 43 ++ sass/partials/base/00-variables/_colors.sass | 49 ++ sass/partials/base/00-variables/_fonts.sass | 12 + sass/partials/base/01-mixins/_custom.sass | 108 ++++ sass/partials/base/02-reset/_reset.sass | 238 ++++++++ sass/partials/base/03-extend/_all.sass | 2 + sass/partials/base/03-extend/_gsb-revamp.sass | 247 ++++++++ sass/partials/base/03-extend/_typography.sass | 24 + sass/partials/base/04-defaults/_all.sass | 10 + sass/partials/base/04-defaults/_common.sass | 108 ++++ sass/partials/base/04-defaults/_edits.sass | 6 + sass/partials/base/04-defaults/_font-custom.sass | 81 +++ sass/partials/base/04-defaults/_font-face.sass | 181 ++++++ sass/partials/base/04-defaults/_headers.sass | 79 +++ sass/partials/base/04-defaults/_images.sass | 12 + sass/partials/base/04-defaults/_semantics.sass | 44 ++ sass/partials/base/04-defaults/_tables.sass | 46 ++ .../base/04-defaults/forms/_form-defaults.sass | 48 ++ .../base/04-defaults/forms/_formalize.sass | 211 +++++++ sass/partials/base/05-layouts/_layouts.sass | 250 ++++++++ sass/partials/base/06-ui-patterns/_common.sass | 4 + .../base/06-ui-patterns/_drupal-patterns.sass | 135 +++++ sass/partials/base/07-media/_print.sass | 158 +++++ sass/partials/design/_accordion.sass | 76 +++ sass/partials/design/_all.sass | 74 +++ sass/partials/design/_az-filter.sass | 157 +++++ sass/partials/design/_banner.sass | 330 ++++++++++ sass/partials/design/_book-detail.sass | 158 +++++ sass/partials/design/_book-landing-list.sass | 48 ++ sass/partials/design/_business-website.sass | 46 ++ sass/partials/design/_case-study-detail.sass | 130 ++++ sass/partials/design/_case-study-landing-list.sass | 43 ++ sass/partials/design/_clubs.sass | 102 ++++ sass/partials/design/_cta-custom.sass | 309 ++++++++++ sass/partials/design/_cta-image.sass | 202 +++++++ sass/partials/design/_cta.sass | 162 +++++ sass/partials/design/_custom-preview.sass | 72 +++ sass/partials/design/_design.sass | 427 +++++++++++++ sass/partials/design/_diptych.sass | 201 +++++++ sass/partials/design/_e-newsletters.sass | 33 + sass/partials/design/_event-landing-list.sass | 75 +++ sass/partials/design/_event.sass | 478 +++++++++++++++ sass/partials/design/_existing-node.sass | 175 ++++++ .../partials/design/_faculty-by-academic-area.sass | 29 + sass/partials/design/_faculty-detail.sass | 513 ++++++++++++++++ sass/partials/design/_faculty-landing-list.sass | 75 +++ sass/partials/design/_faculty-search.sass | 48 ++ sass/partials/design/_fieldgroup-commas.sass | 82 +++ sass/partials/design/_footer.sass | 195 ++++++ sass/partials/design/_form-rethink.sass | 20 + sass/partials/design/_fpp-featured-person.sass | 98 +++ sass/partials/design/_fpp-links.sass | 120 ++++ sass/partials/design/_fpp-people.sass | 130 ++++ sass/partials/design/_fpp-quote.sass | 68 +++ sass/partials/design/_fpp-social-media.sass | 43 ++ sass/partials/design/_fpp-spotlight.sass | 128 ++++ sass/partials/design/_fpp-text.sass | 67 +++ sass/partials/design/_front.sass | 257 ++++++++ .../design/_google-search-page-elements.sass | 41 ++ sass/partials/design/_grid-responsive.sass | 92 +++ sass/partials/design/_house-ads.sass | 116 ++++ sass/partials/design/_library.sass | 307 ++++++++++ sass/partials/design/_menu-block.sass | 30 + sass/partials/design/_menu-main-mega.sass | 142 +++++ sass/partials/design/_menu-main.sass | 289 +++++++++ sass/partials/design/_menu-sidebar.sass | 79 +++ sass/partials/design/_msxfellows.sass | 136 +++++ sass/partials/design/_not-found.sass | 83 +++ sass/partials/design/_pager.sass | 54 ++ sass/partials/design/_phd-candidate.sass | 472 +++++++++++++++ sass/partials/design/_program-finder.sass | 203 +++++++ sass/partials/design/_publication-detail.sass | 52 ++ .../partials/design/_publication-landing-list.sass | 30 + sass/partials/design/_search-filters.sass | 663 +++++++++++++++++++++ sass/partials/design/_selectbox.sass | 63 ++ sass/partials/design/_slideshow.sass | 341 +++++++++++ sass/partials/design/_spinner.sass | 26 + sass/partials/design/_taxonomy-listings.sass | 10 + sass/partials/design/_upcoming-events.sass | 52 ++ sass/partials/design/_video.sass | 167 ++++++ .../partials/design/_view-mode-teaser-listing.sass | 72 +++ .../design/_view-mode-views-content-pane.sass | 89 +++ sass/partials/design/_weather.sass | 24 + sass/partials/design/_witl.sass | 266 +++++++++ sass/partials/design/_working-paper-detail.sass | 137 +++++ .../design/_working-paper-landing-list.sass | 31 + sass/partials/design/_wysiwyg.sass | 171 ++++++ sass/revamp-design/_accordion.sass | 76 --- sass/revamp-design/_all.sass | 74 --- sass/revamp-design/_az-filter.sass | 157 ----- sass/revamp-design/_banner.sass | 330 ---------- sass/revamp-design/_book-detail.sass | 158 ----- sass/revamp-design/_book-landing-list.sass | 48 -- sass/revamp-design/_business-website.sass | 46 -- sass/revamp-design/_case-study-detail.sass | 130 ---- sass/revamp-design/_case-study-landing-list.sass | 43 -- sass/revamp-design/_clubs.sass | 102 ---- sass/revamp-design/_cta-custom.sass | 309 ---------- sass/revamp-design/_cta-image.sass | 202 ------- sass/revamp-design/_cta.sass | 162 ----- sass/revamp-design/_custom-preview.sass | 72 --- sass/revamp-design/_design.sass | 427 ------------- sass/revamp-design/_diptych.sass | 201 ------- sass/revamp-design/_e-newsletters.sass | 33 - sass/revamp-design/_event-landing-list.sass | 75 --- sass/revamp-design/_event.sass | 478 --------------- sass/revamp-design/_existing-node.sass | 175 ------ sass/revamp-design/_faculty-by-academic-area.sass | 29 - sass/revamp-design/_faculty-detail.sass | 513 ---------------- sass/revamp-design/_faculty-landing-list.sass | 75 --- sass/revamp-design/_faculty-search.sass | 48 -- sass/revamp-design/_fieldgroup-commas.sass | 82 --- sass/revamp-design/_footer.sass | 195 ------ sass/revamp-design/_form-rethink.sass | 20 - sass/revamp-design/_fpp-featured-person.sass | 98 --- sass/revamp-design/_fpp-links.sass | 120 ---- sass/revamp-design/_fpp-people.sass | 130 ---- sass/revamp-design/_fpp-quote.sass | 68 --- sass/revamp-design/_fpp-social-media.sass | 43 -- sass/revamp-design/_fpp-spotlight.sass | 128 ---- sass/revamp-design/_fpp-text.sass | 67 --- sass/revamp-design/_front.sass | 257 -------- .../_google-search-page-elements.sass | 41 -- sass/revamp-design/_grid-responsive.sass | 92 --- sass/revamp-design/_house-ads.sass | 116 ---- sass/revamp-design/_library.sass | 307 ---------- sass/revamp-design/_menu-block.sass | 30 - sass/revamp-design/_menu-main-mega.sass | 142 ----- sass/revamp-design/_menu-main.sass | 289 --------- sass/revamp-design/_menu-sidebar.sass | 79 --- sass/revamp-design/_msxfellows.sass | 136 ----- sass/revamp-design/_not-found.sass | 83 --- sass/revamp-design/_pager.sass | 54 -- sass/revamp-design/_phd-candidate.sass | 472 --------------- sass/revamp-design/_program-finder.sass | 203 ------- sass/revamp-design/_publication-detail.sass | 52 -- sass/revamp-design/_publication-landing-list.sass | 30 - sass/revamp-design/_search-filters.sass | 663 --------------------- sass/revamp-design/_selectbox.sass | 63 -- sass/revamp-design/_slideshow.sass | 341 ----------- sass/revamp-design/_spinner.sass | 26 - sass/revamp-design/_taxonomy-listings.sass | 10 - sass/revamp-design/_upcoming-events.sass | 52 -- sass/revamp-design/_video.sass | 167 ------ sass/revamp-design/_view-mode-teaser-listing.sass | 72 --- .../_view-mode-views-content-pane.sass | 89 --- sass/revamp-design/_weather.sass | 24 - sass/revamp-design/_witl.sass | 266 --------- sass/revamp-design/_working-paper-detail.sass | 137 ----- .../revamp-design/_working-paper-landing-list.sass | 31 - sass/revamp-design/_wysiwyg.sass | 171 ------ sass/style.sass | 20 +- 177 files changed, 11518 insertions(+), 11518 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: update directory number. sass/partials/07-media/_print.sass | 158 +++++++++++++++++++++++++++++++++++++ sass/partials/08-media/_print.sass | 158 ------------------------------------- sass/style.sass | 2 +- 3 files changed, 159 insertions(+), 159 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: remove empty sprites partail. sass/partials/07-sprites/_sprites.sass | 0 1 file changed, 0 insertions(+), 0 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: rename layouts folder and partial. sass/partials/05-grids/_grids-singularity.sass | 253 ------------------------- sass/partials/05-layouts/_layouts.sass | 250 ++++++++++++++++++++++++ sass/style.sass | 2 +- 3 files changed, 251 insertions(+), 254 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: prune variables, update colors using variables. css/style.css | 2 +- sass/partials/00-variables/_colors.sass | 20 +++++------------- sass/partials/01-mixins/_custom.sass | 2 +- sass/partials/03-extend/_gsb-revamp.sass | 2 +- sass/partials/04-defaults/_common.sass | 8 +++---- sass/partials/04-defaults/_headers.sass | 2 +- sass/partials/04-defaults/forms/_formalize.sass | 28 ++++++++++++------------- sass/partials/08-media/_print.sass | 2 +- sass/revamp-design/_az-filter.sass | 2 +- sass/revamp-design/_banner.sass | 16 +++++++------- sass/revamp-design/_clubs.sass | 2 +- sass/revamp-design/_custom-preview.sass | 6 +++--- sass/revamp-design/_design.sass | 2 +- sass/revamp-design/_event.sass | 10 ++++----- sass/revamp-design/_fpp-links.sass | 2 +- sass/revamp-design/_fpp-spotlight.sass | 4 ++-- sass/revamp-design/_fpp-text.sass | 2 +- sass/revamp-design/_library.sass | 2 +- sass/revamp-design/_menu-main-mega.sass | 10 ++++----- sass/revamp-design/_slideshow.sass | 2 +- sass/revamp-design/_video.sass | 4 ++-- sass/revamp-design/_witl.sass | 6 +++--- 22 files changed, 63 insertions(+), 73 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: removeing business insights code, removing and cleaning up variables. css/style.css | 216 ++++++++++--------------- sass/partials/00-variables/_all.sass | 2 +- sass/partials/00-variables/_base.sass | 80 +-------- sass/partials/00-variables/_settings.sass | 39 ----- sass/partials/03-extend/_gsb-revamp.sass | 12 +- sass/partials/05-grids/_grids-singularity.sass | 21 +-- sass/revamp-design/_accordion.sass | 1 + sass/revamp-design/_az-filter.sass | 3 +- sass/revamp-design/_banner.sass | 10 -- sass/revamp-design/_cta.sass | 6 +- sass/revamp-design/_design.sass | 91 +++++++---- sass/revamp-design/_event.sass | 2 +- sass/revamp-design/_fieldgroup-commas.sass | 1 - sass/revamp-design/_menu-main-mega.sass | 13 -- sass/revamp-design/_phd-candidate.sass | 2 + sass/revamp-design/_program-finder.sass | 2 + sass/revamp-design/_video.sass | 2 + 17 files changed, 168 insertions(+), 335 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: rename and remove partials. sass/revamp-design/_all.sass | 11 +- sass/revamp-design/_business-insights.sass | 182 ----------------------------- sass/revamp-design/_citation.sass | 70 ----------- sass/revamp-design/_fpp-people.sass | 130 +++++++++++++++++++++ sass/revamp-design/_fpp-quote.sass | 68 +++++++++++ sass/revamp-design/_fpp-social-media.sass | 43 +++++++ sass/revamp-design/_fpp-spotlight.sass | 128 ++++++++++++++++++++ sass/revamp-design/_media-mention.sass | 30 ----- sass/revamp-design/_news.sass | 93 --------------- sass/revamp-design/_people.sass | 130 --------------------- sass/revamp-design/_quote.sass | 68 ----------- sass/revamp-design/_social-media.sass | 43 ------- sass/revamp-design/_spotlight.sass | 128 -------------------- 13 files changed, 373 insertions(+), 751 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: replacing icons.. css/style.css | 14 ++++++++++++++ sass/revamp-design/_case-study-detail.sass | 1 + 2 files changed, 15 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: adjust pdf size. css/style.css | 1 + sass/partials/04-defaults/_font-custom.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: update icon styling in specific instances. css/style.css | 28 +++++++++++++++++++--------- sass/revamp-design/_cta-custom.sass | 2 +- sass/revamp-design/_fpp-links.sass | 3 +++ sass/revamp-design/_fpp-text.sass | 1 + sass/revamp-design/_library.sass | 16 ++++++++++------ sass/revamp-design/_wysiwyg.sass | 4 ++-- 6 files changed, 36 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: remove old icon fonts. fonts/arrow-double.eot | Bin 1936 -> 0 bytes fonts/arrow-double.svg | 34 ------------------- fonts/arrow-double.ttf | Bin 4244 -> 0 bytes fonts/arrow-double.woff | Bin 1168 -> 0 bytes fonts/gsb-chat.eot | Bin 1736 -> 0 bytes fonts/gsb-chat.svg | 11 ------ fonts/gsb-chat.ttf | Bin 1568 -> 0 bytes fonts/gsb-chat.woff | Bin 1364 -> 0 bytes fonts/gsb-clock.eot | Bin 1340 -> 0 bytes fonts/gsb-clock.svg | 11 ------ fonts/gsb-clock.ttf | Bin 1168 -> 0 bytes fonts/gsb-clock.woff | Bin 1220 -> 0 bytes fonts/gsb-email-icon.eot | Bin 1260 -> 0 bytes fonts/gsb-email-icon.svg | 12 ------- fonts/gsb-email-icon.ttf | Bin 1092 -> 0 bytes fonts/gsb-email-icon.woff | Bin 1168 -> 0 bytes fonts/gsb-webfont.eot | Bin 8234 -> 0 bytes fonts/gsb-webfont.svg | 84 ---------------------------------------------- fonts/gsb-webfont.ttf | Bin 15812 -> 0 bytes fonts/gsb-webfont.woff | Bin 9376 -> 0 bytes 20 files changed, 152 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: finish implementing icon font. css/style.css | 182 +++++++++++++++++---- sass/partials/03-extend/_gsb-revamp.sass | 5 +- sass/revamp-design/_banner.sass | 2 +- sass/revamp-design/_book-detail.sass | 4 +- sass/revamp-design/_cta-custom.sass | 5 +- sass/revamp-design/_diptych.sass | 2 +- sass/revamp-design/_event.sass | 6 +- sass/revamp-design/_existing-node.sass | 4 +- sass/revamp-design/_menu-main-mega.sass | 10 +- sass/revamp-design/_menu-sidebar.sass | 2 +- sass/revamp-design/_phd-candidate.sass | 19 ++- sass/revamp-design/_quote.sass | 4 +- .../_view-mode-views-content-pane.sass | 4 +- sass/revamp-design/_witl.sass | 6 +- sass/revamp-design/_working-paper-detail.sass | 5 +- sass/revamp-design/_wysiwyg.sass | 5 +- 16 files changed, 187 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3320: add line-height 1. css/style.css | 2 +- sass/revamp-design/_menu-sidebar.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3317: fix up the case study detail page. css/style.css | 14 ++++++++++---- sass/revamp-design/_case-study-detail.sass | 3 +++ 2 files changed, 13 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: replacing icons.. css/style.css | 1065 ++++++++++++++++----- sass/partials/01-mixins/_custom.sass | 6 +- sass/partials/03-extend/_gsb-revamp.sass | 4 +- sass/partials/04-defaults/_font-face.sass | 108 --- sass/revamp-design/_az-filter.sass | 35 +- sass/revamp-design/_banner.sass | 4 +- sass/revamp-design/_book-detail.sass | 4 +- sass/revamp-design/_business-website.sass | 4 +- sass/revamp-design/_case-study-detail.sass | 10 +- sass/revamp-design/_case-study-landing-list.sass | 4 +- sass/revamp-design/_cta-custom.sass | 3 +- sass/revamp-design/_cta-image.sass | 6 +- sass/revamp-design/_design.sass | 14 +- sass/revamp-design/_diptych.sass | 14 +- sass/revamp-design/_e-newsletters.sass | 7 +- sass/revamp-design/_event.sass | 47 +- sass/revamp-design/_faculty-by-academic-area.sass | 4 +- sass/revamp-design/_faculty-detail.sass | 45 +- sass/revamp-design/_form-rethink.sass | 2 +- sass/revamp-design/_fpp-featured-person.sass | 9 +- sass/revamp-design/_fpp-links.sass | 2 +- sass/revamp-design/_fpp-text.sass | 5 +- sass/revamp-design/_library.sass | 14 +- sass/revamp-design/_menu-block.sass | 4 +- sass/revamp-design/_pager.sass | 10 +- sass/revamp-design/_phd-candidate.sass | 24 +- sass/revamp-design/_program-finder.sass | 27 +- sass/revamp-design/_publication-detail.sass | 5 +- sass/revamp-design/_quote.sass | 7 +- sass/revamp-design/_search-filters.sass | 24 +- sass/revamp-design/_selectbox.sass | 5 +- sass/revamp-design/_view-mode-teaser-listing.sass | 2 +- sass/revamp-design/_weather.sass | 5 +- sass/revamp-design/_witl.sass | 12 +- sass/revamp-design/_working-paper-detail.sass | 4 +- 35 files changed, 993 insertions(+), 552 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: icons in stanford gsb experience section. css/style.css | 340 ++++++++++++++++++++++++------- sass/partials/03-extend/_gsb-revamp.sass | 19 +- sass/revamp-design/_accordion.sass | 15 +- sass/revamp-design/_clubs.sass | 12 +- sass/revamp-design/_cta-custom.sass | 13 +- sass/revamp-design/_cta.sass | 20 +- sass/revamp-design/_fpp-links.sass | 4 +- sass/revamp-design/_house-ads.sass | 12 +- sass/revamp-design/_slideshow.sass | 9 +- sass/revamp-design/_social-media.sass | 7 +- sass/revamp-design/_upcoming-events.sass | 2 +- sass/revamp-design/_video.sass | 19 +- sass/revamp-design/_wysiwyg.sass | 10 +- 13 files changed, 331 insertions(+), 151 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: icons on homepage. css/style.css | 77 ++++++++++++++++++++++++++++++-------- sass/revamp-design/_cta-image.sass | 7 ++-- sass/revamp-design/_front.sass | 37 +++++++++--------- 3 files changed, 82 insertions(+), 39 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: changing icons on homepage. css/style.css | 517 +++++++++++++++++++++----- sass/partials/03-extend/_gsb-revamp.sass | 22 +- sass/partials/04-defaults/_font-custom.sass | 60 ++- sass/revamp-design/_clubs.sass | 3 +- sass/revamp-design/_cta-custom.sass | 20 +- sass/revamp-design/_cta.sass | 9 +- sass/revamp-design/_event.sass | 3 +- sass/revamp-design/_footer.sass | 5 +- sass/revamp-design/_fpp-links.sass | 12 +- sass/revamp-design/_front.sass | 14 +- sass/revamp-design/_slideshow.sass | 54 ++- sass/revamp-design/_working-paper-detail.sass | 3 +- 12 files changed, 539 insertions(+), 183 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: update menu icons. css/style.css | 193 ++++++++++++++++++++++++-------- sass/revamp-design/_banner.sass | 10 +- sass/revamp-design/_menu-main.sass | 57 +++++----- sass/revamp-design/_menu-sidebar.sass | 20 ++-- sass/revamp-design/_search-filters.sass | 2 +- 5 files changed, 185 insertions(+), 97 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: adjust menu sidebar active styling. css/style.css | 48 +++++++++++++++-------------------- sass/revamp-design/_menu-sidebar.sass | 18 ++++++------- 2 files changed, 29 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: replace extend in order to use with @media. fonts/icons/_icons.scss | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: change icon in left menu on non-touch. css/style.css | 38 +++++++++++++++++++++++++---------- sass/revamp-design/_menu-sidebar.sass | 21 +++++++++---------- 2 files changed, 37 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: implement new icon method. Gemfile | 1 + Gemfile.lock | 6 + config.rb | 1 + css/style.css | 65 +- fonts/icons/.fontcustom-manifest.json | 191 +++ fonts/icons/_icons.scss | 112 ++ fonts/icons/fontcustom.yml | 14 + fonts/icons/icons-preview.html | 758 +++++++++++ fonts/icons/icons.eot | Bin 0 -> 7188 bytes fonts/icons/icons.svg | 276 ++++ fonts/icons/icons.ttf | Bin 0 -> 7024 bytes fonts/icons/icons.woff | Bin 0 -> 4560 bytes images/icons/arrow-double-left.svg | 1912 ++++++++++++++++++++++++++ images/icons/arrow-double-right.svg | 1912 ++++++++++++++++++++++++++ images/icons/arrow-external.svg | 1912 ++++++++++++++++++++++++++ images/icons/arrow-heavy-down.svg | 1907 ++++++++++++++++++++++++++ images/icons/arrow-heavy-up.svg | 1906 ++++++++++++++++++++++++++ images/icons/arrow-med-down.svg | 1906 ++++++++++++++++++++++++++ images/icons/arrow-med-left.svg | 1904 ++++++++++++++++++++++++++ images/icons/arrow-med-right.svg | 1906 ++++++++++++++++++++++++++ images/icons/arrow-med-up.svg | 1905 ++++++++++++++++++++++++++ images/icons/calendar-blank.svg | 1912 ++++++++++++++++++++++++++ images/icons/calendar-day.svg | 1957 ++++++++++++++++++++++++++ images/icons/chat.svg | 1938 ++++++++++++++++++++++++++ images/icons/circle-arrow-left.svg | 1919 ++++++++++++++++++++++++++ images/icons/circle-arrow-right.svg | 1921 ++++++++++++++++++++++++++ images/icons/circle.svg | 1898 ++++++++++++++++++++++++++ images/icons/clock.svg | 1910 ++++++++++++++++++++++++++ images/icons/document.svg | 1935 ++++++++++++++++++++++++++ images/icons/email-fill.svg | 1903 ++++++++++++++++++++++++++ images/icons/email-stroke.svg | 1904 ++++++++++++++++++++++++++ images/icons/facebook.svg | 1902 ++++++++++++++++++++++++++ images/icons/linkedin.svg | 1915 ++++++++++++++++++++++++++ images/icons/menu-list.svg | 1930 ++++++++++++++++++++++++++ images/icons/menu.svg | 1913 ++++++++++++++++++++++++++ images/icons/minus.svg | 1901 ++++++++++++++++++++++++++ images/icons/pdf.svg | 1958 +++++++++++++++++++++++++++ images/icons/picture.svg | 1912 ++++++++++++++++++++++++++ images/icons/play.svg | 1903 ++++++++++++++++++++++++++ images/icons/plus.svg | 1908 ++++++++++++++++++++++++++ images/icons/podcast.svg | 1940 ++++++++++++++++++++++++++ images/icons/presentation.svg | 1911 ++++++++++++++++++++++++++ images/icons/rss.svg | 1930 ++++++++++++++++++++++++++ images/icons/search.svg | 1914 ++++++++++++++++++++++++++ images/icons/spreadsheet.svg | 1925 ++++++++++++++++++++++++++ images/icons/twitter.svg | 1923 ++++++++++++++++++++++++++ images/icons/video.svg | 1929 ++++++++++++++++++++++++++ images/icons/youtube.svg | 1920 ++++++++++++++++++++++++++ images/icons/zip.svg | 1930 ++++++++++++++++++++++++++ sass/partials/04-defaults/_font-custom.sass | 41 - sass/partials/04-defaults/_font-face.sass | 52 +- sass/style.sass | 1 + 52 files changed, 72332 insertions(+), 117 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: update the icon documentation. css/style.css | 2 +- sass/partials/04-defaults/_font-face.sass | 45 ++++++++++++++++--------------- sass/revamp-design/_selectbox.sass | 2 +- 3 files changed, 25 insertions(+), 24 deletions(-) view commit - committer: Meghan P, 2 years, 3 months ago author: Meghan P, 2 years, 3 months ago WP-3274: Update the theme documentation. README.md | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 131 insertions(+), 13 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3343: update select input styling. css/conditionals/library/pane-rss.css | 4 +- css/conditionals/library/pane-searchworks.css | 10 --- css/style.css | 72 ++++------------------ js/custom.js | 2 +- sass/conditionals/library/pane-rss.sass | 4 +- sass/conditionals/library/pane-searchworks.sass | 9 --- .../base/04-defaults/forms/_form-defaults.sass | 2 +- sass/partials/design/_selectbox.sass | 62 ++++--------------- 8 files changed, 28 insertions(+), 137 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3343: add new custom select library. gsb_theme.info | 1 + js/custom.js | 9 +++++++++ js/libs/jquery.customSelect.min.js | 10 ++++++++++ 3 files changed, 20 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3343: remove old select library. js/libs/jquery.selectbox-0.6.1.js | 147 -------------------------------------- 1 file changed, 147 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3483: update icon font path to fix errors. css/conditionals/block-weather.css | 15 ------------ css/conditionals/club-landing-list.css | 15 ------------ css/conditionals/e-newsletter-list.css | 15 ------------ css/conditionals/event/event-detail.css | 15 ------------ css/conditionals/event/event-featured.css | 15 ------------ css/conditionals/event/event-landing.css | 15 ------------ css/conditionals/event/event-upcoming.css | 15 ------------ css/conditionals/event/view-academic-calendar.css | 15 ------------ css/conditionals/faculty-research/book-detail.css | 15 ------------ .../faculty-research/book-landing-list.css | 15 ------------ css/conditionals/faculty-research/case-detail.css | 15 ------------ .../faculty-research/case-landing-list.css | 15 ------------ .../faculty-research/faculty-detail.css | 15 ------------ .../faculty-research/faculty-landing-list.css | 15 ------------ .../faculty-research/meta-research-detail.css | 15 ------------ .../faculty-research/publication-detail.css | 15 ------------ .../faculty-research/publication-landing-list.css | 15 ------------ .../faculty-research/view-mode-teaser-listing.css | 15 ------------ .../view-mode-views-content-pane.css | 15 ------------ .../faculty-research/working-paper-detail.css | 15 ------------ .../working-paper-landing-list.css | 15 ------------ css/conditionals/form-rethink.css | 15 ------------ css/conditionals/front.css | 15 ------------ css/conditionals/library/pane-bookmarklet.css | 15 ------------ css/conditionals/library/pane-chat.css | 15 ------------ css/conditionals/library/pane-faqs.css | 15 ------------ css/conditionals/library/pane-hours.css | 15 ------------ css/conditionals/library/pane-rss.css | 15 ------------ css/conditionals/library/pane-searchworks.css | 15 ------------ .../library/view-business-website-detail.css | 15 ------------ css/conditionals/phd-candidate-detail.css | 15 ------------ css/conditionals/phd-candidate-job-market-list.css | 15 ------------ css/conditionals/phd-candidate-placements-list.css | 15 ------------ css/conditionals/program-landing.css | 15 ------------ css/conditionals/week-in-the-life-landing.css | 15 ------------ css/style.css | 28 ++++++++++------------ fonts/icons/_icons.scss | 20 ++-------------- sass/conditionals/block-weather.sass | 3 +-- sass/conditionals/club-landing-list.sass | 3 +-- sass/conditionals/e-newsletter-list.sass | 3 +-- sass/conditionals/event/event-detail.sass | 3 +-- sass/conditionals/event/event-featured.sass | 3 +-- sass/conditionals/event/event-landing.sass | 3 +-- sass/conditionals/event/event-upcoming.sass | 3 +-- .../conditionals/event/view-academic-calendar.sass | 3 +-- .../event/view-admission-calendar.sass | 1 - .../conditionals/faculty-research/book-detail.sass | 3 +-- .../faculty-research/book-landing-list.sass | 3 +-- .../conditionals/faculty-research/case-detail.sass | 3 +-- .../faculty-research/case-landing-list.sass | 3 +-- .../faculty-research/faculty-detail.sass | 3 +-- .../faculty-research/faculty-landing-list.sass | 3 +-- .../faculty-research/meta-research-detail.sass | 3 +-- .../faculty-research/publication-detail.sass | 3 +-- .../faculty-research/publication-landing-list.sass | 3 +-- .../faculty-research/view-mode-teaser-listing.sass | 3 +-- .../view-mode-views-content-pane.sass | 3 +-- .../faculty-research/working-paper-detail.sass | 3 +-- .../working-paper-landing-list.sass | 3 +-- sass/conditionals/form-rethink.sass | 3 +-- sass/conditionals/front.sass | 3 +-- sass/conditionals/library/pane-bookmarklet.sass | 3 +-- sass/conditionals/library/pane-chat.sass | 3 +-- sass/conditionals/library/pane-faqs.sass | 3 +-- sass/conditionals/library/pane-hours.sass | 3 +-- sass/conditionals/library/pane-rss.sass | 3 +-- sass/conditionals/library/pane-searchworks.sass | 3 +-- .../library/view-business-website-detail.sass | 3 +-- .../library/view-business-website-listing.sass | 1 - sass/conditionals/msx-fellow-detail.sass | 2 +- sass/conditionals/msx-fellow-landing-list.sass | 2 +- sass/conditionals/phd-candidate-detail.sass | 3 +-- .../phd-candidate-job-market-list.sass | 3 +-- .../phd-candidate-placements-list.sass | 3 +-- sass/conditionals/program-landing.sass | 3 +-- sass/conditionals/week-in-the-life-detail.sass | 2 +- sass/conditionals/week-in-the-life-landing.sass | 3 +-- sass/partials/base/04-defaults/_font-face.sass | 14 +++++++++++ 78 files changed, 67 insertions(+), 633 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3269: remove some unneeded extends, small fixes. css/conditionals/e-newsletter-list.css | 2 +- css/conditionals/event/view-admission-calendar.css | 15 --------------- .../library/view-business-website-listing.css | 15 --------------- css/conditionals/msx-fellow-detail.css | 15 --------------- css/conditionals/msx-fellow-landing-list.css | 15 --------------- css/conditionals/week-in-the-life-detail.css | 15 --------------- gsb_theme.info | 7 +++---- sass/conditionals/e-newsletter-list.sass | 2 +- sass/conditionals/event/event-featured.sass | 1 - sass/conditionals/event/view-admission-calendar.sass | 2 -- .../library/view-business-website-listing.sass | 2 -- sass/conditionals/msx-fellow-detail.sass | 2 -- sass/conditionals/msx-fellow-landing-list.sass | 2 -- sass/conditionals/week-in-the-life-detail.sass | 2 -- 14 files changed, 5 insertions(+), 92 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3269: change partials to full sass files. css/conditionals/block-weather.css | 87 + css/conditionals/club-landing-list.css | 208 + css/conditionals/e-newsletter-list.css | 92 + css/conditionals/event/event-detail.css | 159 + css/conditionals/event/event-featured.css | 168 + css/conditionals/event/event-landing.css | 232 + css/conditionals/event/event-upcoming.css | 136 + css/conditionals/event/view-academic-calendar.css | 163 + css/conditionals/event/view-admission-calendar.css | 131 + css/conditionals/faculty-research/book-detail.css | 302 + .../faculty-research/book-landing-list.css | 68 + css/conditionals/faculty-research/case-detail.css | 217 + .../faculty-research/case-landing-list.css | 64 + .../faculty-research/faculty-detail.css | 780 ++ .../faculty-research/faculty-landing-list.css | 135 + .../faculty-research/meta-research-detail.css | 396 + .../faculty-research/publication-detail.css | 128 + .../faculty-research/publication-landing-list.css | 37 + .../faculty-research/view-mode-teaser-listing.css | 127 + .../view-mode-views-content-pane.css | 171 + .../faculty-research/working-paper-detail.css | 108 + .../working-paper-landing-list.css | 37 + css/conditionals/form-rethink.css | 58 + css/conditionals/front.css | 419 + css/conditionals/library/pane-bookmarklet.css | 44 + css/conditionals/library/pane-chat.css | 100 + css/conditionals/library/pane-faqs.css | 121 + css/conditionals/library/pane-hours.css | 138 + css/conditionals/library/pane-rss.css | 119 + css/conditionals/library/pane-searchworks.css | 179 + .../library/view-business-website-detail.css | 81 + .../library/view-business-website-listing.css | 33 + css/conditionals/msx-fellow-detail.css | 110 + css/conditionals/msx-fellow-landing-list.css | 95 + css/conditionals/phd-candidate-detail.css | 349 + css/conditionals/phd-candidate-job-market-list.css | 255 + css/conditionals/phd-candidate-placements-list.css | 197 + css/conditionals/program-landing.css | 348 + css/conditionals/week-in-the-life-detail.css | 119 + css/conditionals/week-in-the-life-landing.css | 268 + css/style.css | 9848 +++++--------------- gsb_theme.info | 47 +- sass/conditionals/block-weather.sass | 33 + sass/conditionals/club-landing-list.sass | 107 + sass/conditionals/e-newsletter-list.sass | 41 + sass/conditionals/event/event-detail.sass | 113 + sass/conditionals/event/event-featured.sass | 120 + sass/conditionals/event/event-landing.sass | 172 + sass/conditionals/event/event-upcoming.sass | 59 + .../conditionals/event/view-academic-calendar.sass | 81 + .../event/view-admission-calendar.sass | 107 + .../conditionals/faculty-research/book-detail.sass | 166 + .../faculty-research/book-landing-list.sass | 56 + .../conditionals/faculty-research/case-detail.sass | 132 + .../faculty-research/case-landing-list.sass | 51 + .../faculty-research/faculty-detail.sass | 511 + .../faculty-research/faculty-landing-list.sass | 82 + .../faculty-research/meta-research-detail.sass | 102 + .../faculty-research/publication-detail.sass | 61 + .../faculty-research/publication-landing-list.sass | 38 + .../faculty-research/view-mode-teaser-listing.sass | 89 + .../view-mode-views-content-pane.sass | 97 + .../faculty-research/working-paper-detail.sass | 55 + .../working-paper-landing-list.sass | 39 + sass/conditionals/form-rethink.sass | 28 + sass/conditionals/front.sass | 262 + sass/conditionals/library/pane-bookmarklet.sass | 14 + sass/conditionals/library/pane-chat.sass | 47 + sass/conditionals/library/pane-faqs.sass | 77 + sass/conditionals/library/pane-hours.sass | 51 + sass/conditionals/library/pane-rss.sass | 68 + sass/conditionals/library/pane-searchworks.sass | 122 + .../library/view-business-website-detail.sass | 31 + .../library/view-business-website-listing.sass | 28 + sass/conditionals/msx-fellow-detail.sass | 84 + sass/conditionals/msx-fellow-landing-list.sass | 69 + sass/conditionals/phd-candidate-detail.sass | 204 + .../phd-candidate-job-market-list.sass | 166 + .../phd-candidate-placements-list.sass | 133 + sass/conditionals/program-landing.sass | 211 + sass/conditionals/week-in-the-life-detail.sass | 100 + sass/conditionals/week-in-the-life-landing.sass | 184 + sass/partials/base/03-extend/_gsb-revamp.sass | 3 + sass/partials/base/04-defaults/_common.sass | 7 +- sass/partials/design/_all.sass | 29 - sass/partials/design/_book-detail.sass | 158 - sass/partials/design/_book-landing-list.sass | 50 - sass/partials/design/_business-website.sass | 46 - sass/partials/design/_case-study-detail.sass | 123 - sass/partials/design/_case-study-landing-list.sass | 43 - sass/partials/design/_clubs.sass | 102 - sass/partials/design/_e-newsletters.sass | 33 - sass/partials/design/_event-landing-list.sass | 75 - sass/partials/design/_event.sass | 478 - sass/partials/design/_faculty-detail.sass | 504 - sass/partials/design/_faculty-landing-list.sass | 75 - sass/partials/design/_form-rethink.sass | 20 - sass/partials/design/_front.sass | 257 - sass/partials/design/_library.sass | 307 - sass/partials/design/_msxfellows.sass | 136 - sass/partials/design/_phd-candidate.sass | 472 - sass/partials/design/_program-finder.sass | 203 - sass/partials/design/_publication-detail.sass | 52 - .../partials/design/_publication-landing-list.sass | 30 - sass/partials/design/_search-filters.sass | 2 +- sass/partials/design/_upcoming-events.sass | 52 - .../partials/design/_view-mode-teaser-listing.sass | 81 - .../design/_view-mode-views-content-pane.sass | 89 - sass/partials/design/_weather.sass | 24 - sass/partials/design/_witl.sass | 266 - sass/partials/design/_working-paper-detail.sass | 137 - .../design/_working-paper-landing-list.sass | 31 - 112 files changed, 13494 insertions(+), 11456 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3358: Use PHP instead of JS to make views tables responsive. js/custom.js | 12 ------------ template.php | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3358: Remove the currentFilter code. css/style.css | 2 +- js/custom.js | 1 - sass/partials/design/_event.sass | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3435: apply new wysiwyg class in theme. css/style.css | 77 ++++++++++++++++++++++++++++++++------ sass/partials/design/_wysiwyg.sass | 5 +-- 2 files changed, 68 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3437: update video and podcast icons on in the media. css/style.css | 33 ++++++++++++++++++++++++------- sass/partials/design/_faculty-detail.sass | 13 ++++-------- 2 files changed, 30 insertions(+), 16 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2931: adjust responsive listings. css/style.css | 53 ++++++++++++++++++++++------ sass/partials/design/_book-landing-list.sass | 16 +++++---- 2 files changed, 51 insertions(+), 18 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago Fix missing icon in function. css/style.css | 13 ++++++++++++- sass/partials/design/_wysiwyg.sass | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2931: fix comma in function. sass/partials/design/_view-mode-teaser-listing.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3385: remove permission statement styling. css/style.css | 8 -------- sass/partials/design/_case-study-detail.sass | 7 ------- 2 files changed, 15 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Remove selectbox handling because it's done broke. gsb_theme.info | 1 - js/custom.js | 12 ------------ 2 files changed, 13 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Remove selectbox handling because it's done broke. gsb_theme.info | 1 - js/custom.js | 12 ------------ 2 files changed, 13 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3420: change how borders are applied. css/style.css | 18 +++++++++--------- sass/partials/design/_faculty-detail.sass | 12 ++++-------- 2 files changed, 13 insertions(+), 17 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2957: remove set widths on right rail. css/style.css | 6 ------ sass/partials/base/05-layouts/_layouts.sass | 3 --- 2 files changed, 9 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3350: change line height for retina display. css/style.css | 2 +- sass/partials/design/_cta-custom.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: rename directories. sass/partials/00-variables/_all.sass | 3 - sass/partials/00-variables/_base.sass | 43 -- sass/partials/00-variables/_colors.sass | 49 -- sass/partials/00-variables/_fonts.sass | 12 - sass/partials/01-mixins/_custom.sass | 108 ---- sass/partials/02-reset/_reset.sass | 238 -------- sass/partials/03-extend/_all.sass | 2 - sass/partials/03-extend/_gsb-revamp.sass | 247 -------- sass/partials/03-extend/_typography.sass | 24 - sass/partials/04-defaults/_all.sass | 10 - sass/partials/04-defaults/_common.sass | 108 ---- sass/partials/04-defaults/_edits.sass | 6 - sass/partials/04-defaults/_font-custom.sass | 81 --- sass/partials/04-defaults/_font-face.sass | 181 ------ sass/partials/04-defaults/_headers.sass | 79 --- sass/partials/04-defaults/_images.sass | 12 - sass/partials/04-defaults/_semantics.sass | 44 -- sass/partials/04-defaults/_tables.sass | 46 -- .../partials/04-defaults/forms/_form-defaults.sass | 48 -- sass/partials/04-defaults/forms/_formalize.sass | 211 ------- sass/partials/05-layouts/_layouts.sass | 250 -------- sass/partials/06-ui-patterns/_common.sass | 4 - sass/partials/06-ui-patterns/_drupal-patterns.sass | 135 ----- sass/partials/07-media/_print.sass | 158 ----- sass/partials/base/00-variables/_all.sass | 3 + sass/partials/base/00-variables/_base.sass | 43 ++ sass/partials/base/00-variables/_colors.sass | 49 ++ sass/partials/base/00-variables/_fonts.sass | 12 + sass/partials/base/01-mixins/_custom.sass | 108 ++++ sass/partials/base/02-reset/_reset.sass | 238 ++++++++ sass/partials/base/03-extend/_all.sass | 2 + sass/partials/base/03-extend/_gsb-revamp.sass | 247 ++++++++ sass/partials/base/03-extend/_typography.sass | 24 + sass/partials/base/04-defaults/_all.sass | 10 + sass/partials/base/04-defaults/_common.sass | 108 ++++ sass/partials/base/04-defaults/_edits.sass | 6 + sass/partials/base/04-defaults/_font-custom.sass | 81 +++ sass/partials/base/04-defaults/_font-face.sass | 181 ++++++ sass/partials/base/04-defaults/_headers.sass | 79 +++ sass/partials/base/04-defaults/_images.sass | 12 + sass/partials/base/04-defaults/_semantics.sass | 44 ++ sass/partials/base/04-defaults/_tables.sass | 46 ++ .../base/04-defaults/forms/_form-defaults.sass | 48 ++ .../base/04-defaults/forms/_formalize.sass | 211 +++++++ sass/partials/base/05-layouts/_layouts.sass | 250 ++++++++ sass/partials/base/06-ui-patterns/_common.sass | 4 + .../base/06-ui-patterns/_drupal-patterns.sass | 135 +++++ sass/partials/base/07-media/_print.sass | 158 +++++ sass/partials/design/_accordion.sass | 76 +++ sass/partials/design/_all.sass | 74 +++ sass/partials/design/_az-filter.sass | 157 +++++ sass/partials/design/_banner.sass | 330 ++++++++++ sass/partials/design/_book-detail.sass | 158 +++++ sass/partials/design/_book-landing-list.sass | 48 ++ sass/partials/design/_business-website.sass | 46 ++ sass/partials/design/_case-study-detail.sass | 130 ++++ sass/partials/design/_case-study-landing-list.sass | 43 ++ sass/partials/design/_clubs.sass | 102 ++++ sass/partials/design/_cta-custom.sass | 309 ++++++++++ sass/partials/design/_cta-image.sass | 202 +++++++ sass/partials/design/_cta.sass | 162 +++++ sass/partials/design/_custom-preview.sass | 72 +++ sass/partials/design/_design.sass | 427 +++++++++++++ sass/partials/design/_diptych.sass | 201 +++++++ sass/partials/design/_e-newsletters.sass | 33 + sass/partials/design/_event-landing-list.sass | 75 +++ sass/partials/design/_event.sass | 478 +++++++++++++++ sass/partials/design/_existing-node.sass | 175 ++++++ .../partials/design/_faculty-by-academic-area.sass | 29 + sass/partials/design/_faculty-detail.sass | 513 ++++++++++++++++ sass/partials/design/_faculty-landing-list.sass | 75 +++ sass/partials/design/_faculty-search.sass | 48 ++ sass/partials/design/_fieldgroup-commas.sass | 82 +++ sass/partials/design/_footer.sass | 195 ++++++ sass/partials/design/_form-rethink.sass | 20 + sass/partials/design/_fpp-featured-person.sass | 98 +++ sass/partials/design/_fpp-links.sass | 120 ++++ sass/partials/design/_fpp-people.sass | 130 ++++ sass/partials/design/_fpp-quote.sass | 68 +++ sass/partials/design/_fpp-social-media.sass | 43 ++ sass/partials/design/_fpp-spotlight.sass | 128 ++++ sass/partials/design/_fpp-text.sass | 67 +++ sass/partials/design/_front.sass | 257 ++++++++ .../design/_google-search-page-elements.sass | 41 ++ sass/partials/design/_grid-responsive.sass | 92 +++ sass/partials/design/_house-ads.sass | 116 ++++ sass/partials/design/_library.sass | 307 ++++++++++ sass/partials/design/_menu-block.sass | 30 + sass/partials/design/_menu-main-mega.sass | 142 +++++ sass/partials/design/_menu-main.sass | 289 +++++++++ sass/partials/design/_menu-sidebar.sass | 79 +++ sass/partials/design/_msxfellows.sass | 136 +++++ sass/partials/design/_not-found.sass | 83 +++ sass/partials/design/_pager.sass | 54 ++ sass/partials/design/_phd-candidate.sass | 472 +++++++++++++++ sass/partials/design/_program-finder.sass | 203 +++++++ sass/partials/design/_publication-detail.sass | 52 ++ .../partials/design/_publication-landing-list.sass | 30 + sass/partials/design/_search-filters.sass | 663 +++++++++++++++++++++ sass/partials/design/_selectbox.sass | 63 ++ sass/partials/design/_slideshow.sass | 341 +++++++++++ sass/partials/design/_spinner.sass | 26 + sass/partials/design/_taxonomy-listings.sass | 10 + sass/partials/design/_upcoming-events.sass | 52 ++ sass/partials/design/_video.sass | 167 ++++++ .../partials/design/_view-mode-teaser-listing.sass | 72 +++ .../design/_view-mode-views-content-pane.sass | 89 +++ sass/partials/design/_weather.sass | 24 + sass/partials/design/_witl.sass | 266 +++++++++ sass/partials/design/_working-paper-detail.sass | 137 +++++ .../design/_working-paper-landing-list.sass | 31 + sass/partials/design/_wysiwyg.sass | 171 ++++++ sass/revamp-design/_accordion.sass | 76 --- sass/revamp-design/_all.sass | 74 --- sass/revamp-design/_az-filter.sass | 157 ----- sass/revamp-design/_banner.sass | 330 ---------- sass/revamp-design/_book-detail.sass | 158 ----- sass/revamp-design/_book-landing-list.sass | 48 -- sass/revamp-design/_business-website.sass | 46 -- sass/revamp-design/_case-study-detail.sass | 130 ---- sass/revamp-design/_case-study-landing-list.sass | 43 -- sass/revamp-design/_clubs.sass | 102 ---- sass/revamp-design/_cta-custom.sass | 309 ---------- sass/revamp-design/_cta-image.sass | 202 ------- sass/revamp-design/_cta.sass | 162 ----- sass/revamp-design/_custom-preview.sass | 72 --- sass/revamp-design/_design.sass | 427 ------------- sass/revamp-design/_diptych.sass | 201 ------- sass/revamp-design/_e-newsletters.sass | 33 - sass/revamp-design/_event-landing-list.sass | 75 --- sass/revamp-design/_event.sass | 478 --------------- sass/revamp-design/_existing-node.sass | 175 ------ sass/revamp-design/_faculty-by-academic-area.sass | 29 - sass/revamp-design/_faculty-detail.sass | 513 ---------------- sass/revamp-design/_faculty-landing-list.sass | 75 --- sass/revamp-design/_faculty-search.sass | 48 -- sass/revamp-design/_fieldgroup-commas.sass | 82 --- sass/revamp-design/_footer.sass | 195 ------ sass/revamp-design/_form-rethink.sass | 20 - sass/revamp-design/_fpp-featured-person.sass | 98 --- sass/revamp-design/_fpp-links.sass | 120 ---- sass/revamp-design/_fpp-people.sass | 130 ---- sass/revamp-design/_fpp-quote.sass | 68 --- sass/revamp-design/_fpp-social-media.sass | 43 -- sass/revamp-design/_fpp-spotlight.sass | 128 ---- sass/revamp-design/_fpp-text.sass | 67 --- sass/revamp-design/_front.sass | 257 -------- .../_google-search-page-elements.sass | 41 -- sass/revamp-design/_grid-responsive.sass | 92 --- sass/revamp-design/_house-ads.sass | 116 ---- sass/revamp-design/_library.sass | 307 ---------- sass/revamp-design/_menu-block.sass | 30 - sass/revamp-design/_menu-main-mega.sass | 142 ----- sass/revamp-design/_menu-main.sass | 289 --------- sass/revamp-design/_menu-sidebar.sass | 79 --- sass/revamp-design/_msxfellows.sass | 136 ----- sass/revamp-design/_not-found.sass | 83 --- sass/revamp-design/_pager.sass | 54 -- sass/revamp-design/_phd-candidate.sass | 472 --------------- sass/revamp-design/_program-finder.sass | 203 ------- sass/revamp-design/_publication-detail.sass | 52 -- sass/revamp-design/_publication-landing-list.sass | 30 - sass/revamp-design/_search-filters.sass | 663 --------------------- sass/revamp-design/_selectbox.sass | 63 -- sass/revamp-design/_slideshow.sass | 341 ----------- sass/revamp-design/_spinner.sass | 26 - sass/revamp-design/_taxonomy-listings.sass | 10 - sass/revamp-design/_upcoming-events.sass | 52 -- sass/revamp-design/_video.sass | 167 ------ sass/revamp-design/_view-mode-teaser-listing.sass | 72 --- .../_view-mode-views-content-pane.sass | 89 --- sass/revamp-design/_weather.sass | 24 - sass/revamp-design/_witl.sass | 266 --------- sass/revamp-design/_working-paper-detail.sass | 137 ----- .../revamp-design/_working-paper-landing-list.sass | 31 - sass/revamp-design/_wysiwyg.sass | 171 ------ sass/style.sass | 20 +- 177 files changed, 11518 insertions(+), 11518 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: update directory number. sass/partials/07-media/_print.sass | 158 +++++++++++++++++++++++++++++++++++++ sass/partials/08-media/_print.sass | 158 ------------------------------------- sass/style.sass | 2 +- 3 files changed, 159 insertions(+), 159 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: remove empty sprites partail. sass/partials/07-sprites/_sprites.sass | 0 1 file changed, 0 insertions(+), 0 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: rename layouts folder and partial. sass/partials/05-grids/_grids-singularity.sass | 253 ------------------------- sass/partials/05-layouts/_layouts.sass | 250 ++++++++++++++++++++++++ sass/style.sass | 2 +- 3 files changed, 251 insertions(+), 254 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: prune variables, update colors using variables. css/style.css | 2 +- sass/partials/00-variables/_colors.sass | 20 +++++------------- sass/partials/01-mixins/_custom.sass | 2 +- sass/partials/03-extend/_gsb-revamp.sass | 2 +- sass/partials/04-defaults/_common.sass | 8 +++---- sass/partials/04-defaults/_headers.sass | 2 +- sass/partials/04-defaults/forms/_formalize.sass | 28 ++++++++++++------------- sass/partials/08-media/_print.sass | 2 +- sass/revamp-design/_az-filter.sass | 2 +- sass/revamp-design/_banner.sass | 16 +++++++------- sass/revamp-design/_clubs.sass | 2 +- sass/revamp-design/_custom-preview.sass | 6 +++--- sass/revamp-design/_design.sass | 2 +- sass/revamp-design/_event.sass | 10 ++++----- sass/revamp-design/_fpp-links.sass | 2 +- sass/revamp-design/_fpp-spotlight.sass | 4 ++-- sass/revamp-design/_fpp-text.sass | 2 +- sass/revamp-design/_library.sass | 2 +- sass/revamp-design/_menu-main-mega.sass | 10 ++++----- sass/revamp-design/_slideshow.sass | 2 +- sass/revamp-design/_video.sass | 4 ++-- sass/revamp-design/_witl.sass | 6 +++--- 22 files changed, 63 insertions(+), 73 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: removeing business insights code, removing and cleaning up variables. css/style.css | 216 ++++++++++--------------- sass/partials/00-variables/_all.sass | 2 +- sass/partials/00-variables/_base.sass | 80 +-------- sass/partials/00-variables/_settings.sass | 39 ----- sass/partials/03-extend/_gsb-revamp.sass | 12 +- sass/partials/05-grids/_grids-singularity.sass | 21 +-- sass/revamp-design/_accordion.sass | 1 + sass/revamp-design/_az-filter.sass | 3 +- sass/revamp-design/_banner.sass | 10 -- sass/revamp-design/_cta.sass | 6 +- sass/revamp-design/_design.sass | 91 +++++++---- sass/revamp-design/_event.sass | 2 +- sass/revamp-design/_fieldgroup-commas.sass | 1 - sass/revamp-design/_menu-main-mega.sass | 13 -- sass/revamp-design/_phd-candidate.sass | 2 + sass/revamp-design/_program-finder.sass | 2 + sass/revamp-design/_video.sass | 2 + 17 files changed, 168 insertions(+), 335 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3367: rename and remove partials. sass/revamp-design/_all.sass | 11 +- sass/revamp-design/_business-insights.sass | 182 ----------------------------- sass/revamp-design/_citation.sass | 70 ----------- sass/revamp-design/_fpp-people.sass | 130 +++++++++++++++++++++ sass/revamp-design/_fpp-quote.sass | 68 +++++++++++ sass/revamp-design/_fpp-social-media.sass | 43 +++++++ sass/revamp-design/_fpp-spotlight.sass | 128 ++++++++++++++++++++ sass/revamp-design/_media-mention.sass | 30 ----- sass/revamp-design/_news.sass | 93 --------------- sass/revamp-design/_people.sass | 130 --------------------- sass/revamp-design/_quote.sass | 68 ----------- sass/revamp-design/_social-media.sass | 43 ------- sass/revamp-design/_spotlight.sass | 128 -------------------- 13 files changed, 373 insertions(+), 751 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: replacing icons.. css/style.css | 14 ++++++++++++++ sass/revamp-design/_case-study-detail.sass | 1 + 2 files changed, 15 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: adjust pdf size. css/style.css | 1 + sass/partials/04-defaults/_font-custom.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: update icon styling in specific instances. css/style.css | 28 +++++++++++++++++++--------- sass/revamp-design/_cta-custom.sass | 2 +- sass/revamp-design/_fpp-links.sass | 3 +++ sass/revamp-design/_fpp-text.sass | 1 + sass/revamp-design/_library.sass | 16 ++++++++++------ sass/revamp-design/_wysiwyg.sass | 4 ++-- 6 files changed, 36 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: remove old icon fonts. fonts/arrow-double.eot | Bin 1936 -> 0 bytes fonts/arrow-double.svg | 34 ------------------- fonts/arrow-double.ttf | Bin 4244 -> 0 bytes fonts/arrow-double.woff | Bin 1168 -> 0 bytes fonts/gsb-chat.eot | Bin 1736 -> 0 bytes fonts/gsb-chat.svg | 11 ------ fonts/gsb-chat.ttf | Bin 1568 -> 0 bytes fonts/gsb-chat.woff | Bin 1364 -> 0 bytes fonts/gsb-clock.eot | Bin 1340 -> 0 bytes fonts/gsb-clock.svg | 11 ------ fonts/gsb-clock.ttf | Bin 1168 -> 0 bytes fonts/gsb-clock.woff | Bin 1220 -> 0 bytes fonts/gsb-email-icon.eot | Bin 1260 -> 0 bytes fonts/gsb-email-icon.svg | 12 ------- fonts/gsb-email-icon.ttf | Bin 1092 -> 0 bytes fonts/gsb-email-icon.woff | Bin 1168 -> 0 bytes fonts/gsb-webfont.eot | Bin 8234 -> 0 bytes fonts/gsb-webfont.svg | 84 ---------------------------------------------- fonts/gsb-webfont.ttf | Bin 15812 -> 0 bytes fonts/gsb-webfont.woff | Bin 9376 -> 0 bytes 20 files changed, 152 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: finish implementing icon font. css/style.css | 182 +++++++++++++++++---- sass/partials/03-extend/_gsb-revamp.sass | 5 +- sass/revamp-design/_banner.sass | 2 +- sass/revamp-design/_book-detail.sass | 4 +- sass/revamp-design/_cta-custom.sass | 5 +- sass/revamp-design/_diptych.sass | 2 +- sass/revamp-design/_event.sass | 6 +- sass/revamp-design/_existing-node.sass | 4 +- sass/revamp-design/_menu-main-mega.sass | 10 +- sass/revamp-design/_menu-sidebar.sass | 2 +- sass/revamp-design/_phd-candidate.sass | 19 ++- sass/revamp-design/_quote.sass | 4 +- .../_view-mode-views-content-pane.sass | 4 +- sass/revamp-design/_witl.sass | 6 +- sass/revamp-design/_working-paper-detail.sass | 5 +- sass/revamp-design/_wysiwyg.sass | 5 +- 16 files changed, 187 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3320: add line-height 1. css/style.css | 2 +- sass/revamp-design/_menu-sidebar.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3317: fix up the case study detail page. css/style.css | 14 ++++++++++---- sass/revamp-design/_case-study-detail.sass | 3 +++ 2 files changed, 13 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: replacing icons.. css/style.css | 1065 ++++++++++++++++----- sass/partials/01-mixins/_custom.sass | 6 +- sass/partials/03-extend/_gsb-revamp.sass | 4 +- sass/partials/04-defaults/_font-face.sass | 108 --- sass/revamp-design/_az-filter.sass | 35 +- sass/revamp-design/_banner.sass | 4 +- sass/revamp-design/_book-detail.sass | 4 +- sass/revamp-design/_business-website.sass | 4 +- sass/revamp-design/_case-study-detail.sass | 10 +- sass/revamp-design/_case-study-landing-list.sass | 4 +- sass/revamp-design/_cta-custom.sass | 3 +- sass/revamp-design/_cta-image.sass | 6 +- sass/revamp-design/_design.sass | 14 +- sass/revamp-design/_diptych.sass | 14 +- sass/revamp-design/_e-newsletters.sass | 7 +- sass/revamp-design/_event.sass | 47 +- sass/revamp-design/_faculty-by-academic-area.sass | 4 +- sass/revamp-design/_faculty-detail.sass | 45 +- sass/revamp-design/_form-rethink.sass | 2 +- sass/revamp-design/_fpp-featured-person.sass | 9 +- sass/revamp-design/_fpp-links.sass | 2 +- sass/revamp-design/_fpp-text.sass | 5 +- sass/revamp-design/_library.sass | 14 +- sass/revamp-design/_menu-block.sass | 4 +- sass/revamp-design/_pager.sass | 10 +- sass/revamp-design/_phd-candidate.sass | 24 +- sass/revamp-design/_program-finder.sass | 27 +- sass/revamp-design/_publication-detail.sass | 5 +- sass/revamp-design/_quote.sass | 7 +- sass/revamp-design/_search-filters.sass | 24 +- sass/revamp-design/_selectbox.sass | 5 +- sass/revamp-design/_view-mode-teaser-listing.sass | 2 +- sass/revamp-design/_weather.sass | 5 +- sass/revamp-design/_witl.sass | 12 +- sass/revamp-design/_working-paper-detail.sass | 4 +- 35 files changed, 993 insertions(+), 552 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: icons in stanford gsb experience section. css/style.css | 340 ++++++++++++++++++++++++------- sass/partials/03-extend/_gsb-revamp.sass | 19 +- sass/revamp-design/_accordion.sass | 15 +- sass/revamp-design/_clubs.sass | 12 +- sass/revamp-design/_cta-custom.sass | 13 +- sass/revamp-design/_cta.sass | 20 +- sass/revamp-design/_fpp-links.sass | 4 +- sass/revamp-design/_house-ads.sass | 12 +- sass/revamp-design/_slideshow.sass | 9 +- sass/revamp-design/_social-media.sass | 7 +- sass/revamp-design/_upcoming-events.sass | 2 +- sass/revamp-design/_video.sass | 19 +- sass/revamp-design/_wysiwyg.sass | 10 +- 13 files changed, 331 insertions(+), 151 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: icons on homepage. css/style.css | 77 ++++++++++++++++++++++++++++++-------- sass/revamp-design/_cta-image.sass | 7 ++-- sass/revamp-design/_front.sass | 37 +++++++++--------- 3 files changed, 82 insertions(+), 39 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: changing icons on homepage. css/style.css | 517 +++++++++++++++++++++----- sass/partials/03-extend/_gsb-revamp.sass | 22 +- sass/partials/04-defaults/_font-custom.sass | 60 ++- sass/revamp-design/_clubs.sass | 3 +- sass/revamp-design/_cta-custom.sass | 20 +- sass/revamp-design/_cta.sass | 9 +- sass/revamp-design/_event.sass | 3 +- sass/revamp-design/_footer.sass | 5 +- sass/revamp-design/_fpp-links.sass | 12 +- sass/revamp-design/_front.sass | 14 +- sass/revamp-design/_slideshow.sass | 54 ++- sass/revamp-design/_working-paper-detail.sass | 3 +- 12 files changed, 539 insertions(+), 183 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: update menu icons. css/style.css | 193 ++++++++++++++++++++++++-------- sass/revamp-design/_banner.sass | 10 +- sass/revamp-design/_menu-main.sass | 57 +++++----- sass/revamp-design/_menu-sidebar.sass | 20 ++-- sass/revamp-design/_search-filters.sass | 2 +- 5 files changed, 185 insertions(+), 97 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: adjust menu sidebar active styling. css/style.css | 48 +++++++++++++++-------------------- sass/revamp-design/_menu-sidebar.sass | 18 ++++++------- 2 files changed, 29 insertions(+), 37 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: replace extend in order to use with @media. fonts/icons/_icons.scss | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: change icon in left menu on non-touch. css/style.css | 38 +++++++++++++++++++++++++---------- sass/revamp-design/_menu-sidebar.sass | 21 +++++++++---------- 2 files changed, 37 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: implement new icon method. Gemfile | 1 + Gemfile.lock | 6 + config.rb | 1 + css/style.css | 65 +- fonts/icons/.fontcustom-manifest.json | 191 +++ fonts/icons/_icons.scss | 112 ++ fonts/icons/fontcustom.yml | 14 + fonts/icons/icons-preview.html | 758 +++++++++++ fonts/icons/icons.eot | Bin 0 -> 7188 bytes fonts/icons/icons.svg | 276 ++++ fonts/icons/icons.ttf | Bin 0 -> 7024 bytes fonts/icons/icons.woff | Bin 0 -> 4560 bytes images/icons/arrow-double-left.svg | 1912 ++++++++++++++++++++++++++ images/icons/arrow-double-right.svg | 1912 ++++++++++++++++++++++++++ images/icons/arrow-external.svg | 1912 ++++++++++++++++++++++++++ images/icons/arrow-heavy-down.svg | 1907 ++++++++++++++++++++++++++ images/icons/arrow-heavy-up.svg | 1906 ++++++++++++++++++++++++++ images/icons/arrow-med-down.svg | 1906 ++++++++++++++++++++++++++ images/icons/arrow-med-left.svg | 1904 ++++++++++++++++++++++++++ images/icons/arrow-med-right.svg | 1906 ++++++++++++++++++++++++++ images/icons/arrow-med-up.svg | 1905 ++++++++++++++++++++++++++ images/icons/calendar-blank.svg | 1912 ++++++++++++++++++++++++++ images/icons/calendar-day.svg | 1957 ++++++++++++++++++++++++++ images/icons/chat.svg | 1938 ++++++++++++++++++++++++++ images/icons/circle-arrow-left.svg | 1919 ++++++++++++++++++++++++++ images/icons/circle-arrow-right.svg | 1921 ++++++++++++++++++++++++++ images/icons/circle.svg | 1898 ++++++++++++++++++++++++++ images/icons/clock.svg | 1910 ++++++++++++++++++++++++++ images/icons/document.svg | 1935 ++++++++++++++++++++++++++ images/icons/email-fill.svg | 1903 ++++++++++++++++++++++++++ images/icons/email-stroke.svg | 1904 ++++++++++++++++++++++++++ images/icons/facebook.svg | 1902 ++++++++++++++++++++++++++ images/icons/linkedin.svg | 1915 ++++++++++++++++++++++++++ images/icons/menu-list.svg | 1930 ++++++++++++++++++++++++++ images/icons/menu.svg | 1913 ++++++++++++++++++++++++++ images/icons/minus.svg | 1901 ++++++++++++++++++++++++++ images/icons/pdf.svg | 1958 +++++++++++++++++++++++++++ images/icons/picture.svg | 1912 ++++++++++++++++++++++++++ images/icons/play.svg | 1903 ++++++++++++++++++++++++++ images/icons/plus.svg | 1908 ++++++++++++++++++++++++++ images/icons/podcast.svg | 1940 ++++++++++++++++++++++++++ images/icons/presentation.svg | 1911 ++++++++++++++++++++++++++ images/icons/rss.svg | 1930 ++++++++++++++++++++++++++ images/icons/search.svg | 1914 ++++++++++++++++++++++++++ images/icons/spreadsheet.svg | 1925 ++++++++++++++++++++++++++ images/icons/twitter.svg | 1923 ++++++++++++++++++++++++++ images/icons/video.svg | 1929 ++++++++++++++++++++++++++ images/icons/youtube.svg | 1920 ++++++++++++++++++++++++++ images/icons/zip.svg | 1930 ++++++++++++++++++++++++++ sass/partials/04-defaults/_font-custom.sass | 41 - sass/partials/04-defaults/_font-face.sass | 52 +- sass/style.sass | 1 + 52 files changed, 72332 insertions(+), 117 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3294: update the icon documentation. css/style.css | 2 +- sass/partials/04-defaults/_font-face.sass | 45 ++++++++++++++++--------------- sass/revamp-design/_selectbox.sass | 2 +- 3 files changed, 25 insertions(+), 24 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3271: Remove redundancies in accordion code. js/custom.js | 110 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 48 insertions(+), 62 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3271: Move tweetfeed code to social_feed module. gsb_theme.info | 1 - js/custom.js | 26 ------- js/gsb_tweetfeed.js | 213 ---------------------------------------------------- 3 files changed, 240 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3271: Begin chopping up JS behaviors. js/bi_map.js | 48 ++++++++++++++ js/custom.js | 197 +++++++++++++------------------------------------------- js/gsb_forms.js | 78 ++++++++++++++++++++++ template.php | 3 + 4 files changed, 175 insertions(+), 151 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: remove featured publication styling. css/style.css | 34 +++++---------------------------- sass/revamp-design/_faculty-detail.sass | 28 --------------------------- 2 files changed, 5 insertions(+), 57 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: restore media item icon styling. css/style.css | 33 +++++++++++++++++++++++++++++---- sass/revamp-design/_faculty-detail.sass | 25 +++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3340: update theming for date fields. css/style.css | 22 ++++++++++++++++++++-- sass/revamp-design/_existing-node.sass | 3 +++ sass/revamp-design/_view-mode-teaser-listing.sass | 7 +++++-- sass/revamp-design/_working-paper-detail.sass | 3 +++ 4 files changed, 31 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3320: add line-height 1. css/style.css | 1 + sass/revamp-design/_menu-sidebar.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3317: fix up the case study detail page. css/style.css | 28 ++++++++++---------------- sass/revamp-design/_case-study-detail.sass | 32 ++++++++++++------------------ 2 files changed, 24 insertions(+), 36 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3317: remove added space. css/style.css | 31 +++++++++++---------------- sass/revamp-design/_case-study-detail.sass | 6 ++++++ sass/revamp-design/_publication-detail.sass | 6 ------ sass/revamp-design/_working-paper-detail.sass | 11 +++++----- 4 files changed, 24 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3272: Clean up coding standards in twitter code. js/gsb_tweetfeed.js | 415 +++++++++++++++++++++++++--------------------------- 1 file changed, 200 insertions(+), 215 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3272: Move custom twitter code out of libs directory. gsb_theme.info | 2 +- js/gsb_tweetfeed.js | 228 +++++++++++++++++++++++++++++++++++++++++++++++++ js/libs/twitterfeed.js | 228 ------------------------------------------------- 3 files changed, 229 insertions(+), 229 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3272: Restore upstream selectbox library, pass in our custom options. js/custom.js | 11 +++++++---- js/libs/jquery.selectbox-0.6.1.js | 12 ++++++------ 2 files changed, 13 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3319: add green button style to link. css/style.css | 8 ++++---- sass/revamp-design/_library.sass | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3285: update styling for teaching materials and conferences, remove video and podcsat styling. css/style.css | 119 ++++++++++++++++---------------- sass/revamp-design/_faculty-detail.sass | 113 ++++++++++++++++++------------ 2 files changed, 126 insertions(+), 106 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-2527: add font weight normal to demi styled elements. css/style.css | 31 ++++++++++++++++++++++----- sass/partials/01-mixins/_custom.sass | 3 +++ sass/partials/03-extend/_gsb-revamp.sass | 1 + sass/partials/04-defaults/_headers.sass | 3 +++ sass/revamp-design/_book-detail.sass | 1 + sass/revamp-design/_fpp-featured-person.sass | 4 ++++ sass/revamp-design/_fpp-text.sass | 1 + sass/revamp-design/_front.sass | 1 + sass/revamp-design/_library.sass | 1 + sass/revamp-design/_people.sass | 1 + sass/revamp-design/_phd-candidate.sass | 1 - sass/revamp-design/_publication-detail.sass | 1 + sass/revamp-design/_upcoming-events.sass | 1 + sass/revamp-design/_working-paper-detail.sass | 12 ++++++----- sass/revamp-design/_wysiwyg.sass | 2 ++ 15 files changed, 53 insertions(+), 11 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3306: change the field name. css/style.css | 8 ++++---- sass/revamp-design/_faculty-detail.sass | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3273: remove unused template. template.php | 6 +- templates/page--404.tpl.php | 143 -------------------------------------------- 2 files changed, 5 insertions(+), 144 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3186: change font size. css/style.css | 1 + sass/revamp-design/_case-study-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3062: remove entypo font. css/style.css | 7 ------- fonts/entypo.eot | Bin 35540 -> 0 bytes fonts/entypo.svg | 13 ------------- fonts/entypo.ttf | Bin 35392 -> 0 bytes fonts/entypo.woff | Bin 21916 -> 0 bytes sass/partials/04-defaults/_font-face.sass | 10 ---------- 6 files changed, 30 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3062: switch out entypo font for gsb. css/style.css | 92 +++++++++++++++---------------- sass/partials/03-extend/_gsb-revamp.sass | 21 +++---- sass/partials/04-defaults/_font-face.sass | 13 +++-- sass/revamp-design/_banner.sass | 25 +++++---- sass/revamp-design/_design.sass | 14 +++-- sass/revamp-design/_menu-sidebar.sass | 10 ++-- sass/revamp-design/_pager.sass | 12 ++-- sass/revamp-design/_program-finder.sass | 14 +++-- 8 files changed, 102 insertions(+), 99 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3277: limit select styling to main content selects only. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3264: hide newsroom title. css/style.css | 3 ++- sass/revamp-design/_design.sass | 8 ++------ 2 files changed, 4 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3263: adjust position and color of icons. css/style.css | 21 +++++++++++++++++---- sass/revamp-design/_faculty-detail.sass | 14 ++++++++++---- 2 files changed, 27 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 5 months ago WP-2882: fix library select styling. css/style.css | 20 +++++++++++++++++--- sass/revamp-design/_library.sass | 15 ++++++++++++--- 2 files changed, 29 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3171: Run selectbox on invisible select elements. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3200: toolbar height change. css/style.css | 4 ++++ sass/revamp-design/_faculty-detail.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2882: update some styling. css/style.css | 77 +++++++++---------- gsb_theme.info | 2 +- js/jquery.selectbox-0.6.1.js | 147 ------------------------------------- js/libs/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++ sass/revamp-design/_selectbox.sass | 100 +++++++++++++------------ 5 files changed, 237 insertions(+), 236 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added style on select box css/style.css | 4 +++- sass/revamp-design/_selectbox.sass | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago Added styling for select using jquery-selectbox library css/style.css | 62 ++++++++++++++++++-------------------- sass/revamp-design/_selectbox.sass | 36 +++++++++++----------- 2 files changed, 47 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added styling for select css/style.css | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Tim Plunkett, 2 years, 5 months ago Remove global vars. sass/partials/00-variables/_base.sass | 2 -- sass/revamp-design/_clubs.sass | 1 - sass/revamp-design/_event.sass | 2 -- sass/revamp-design/_fpp-links.sass | 1 - 4 files changed, 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added style on select box css/style.css | 9 ++++++--- js/custom.js | 3 +++ sass/revamp-design/_selectbox.sass | 9 ++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added selectbox method in custom javascript js/custom.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago Added styling for select using jquery-selectbox library css/style.css | 118 ++++++++++++++++++++++------- gsb_theme.info | 1 + js/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 1 + sass/revamp-design/_selectbox.sass | 64 ++++++++++++++++ 5 files changed, 304 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added styling for select css/style.css | 64 +++++++++++++++---------- sass/partials/04-defaults/forms/_formalize.sass | 13 +++++ 2 files changed, 52 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3146: theme the media item eva. css/style.css | 52 ++++++++++++++++++++++++++------- sass/revamp-design/_faculty-detail.sass | 34 +++++++++++++++++---- 2 files changed, 70 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3185: change follow us cta styling. css/style.css | 42 +++++++++++++++++++++--------------- images/cta-follow-us.jpg | Bin 60556 -> 18747 bytes sass/revamp-design/_cta-custom.sass | 39 ++++++++++++++++++++------------- 3 files changed, 49 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3191: adjust library hours block. css/style.css | 31 +++++++++++---------- sass/revamp-design/_library.sass | 60 +++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 44 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3190: adjust input height. css/style.css | 2 +- sass/revamp-design/_search-filters.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3184: add taupe banner to newsroom section. css/style.css | 3 ++- sass/revamp-design/_banner.sass | 5 +++-- template.php | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3110: change dark teal color. css/style.css | 28 ++++++++++++++-------------- sass/partials/00-variables/_colors.sass | 2 +- sass/revamp-design/_cta-custom.sass | 4 +--- 3 files changed, 16 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3174: add a max-width to select element. css/style.css | 3 ++- sass/revamp-design/_library.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3183: remove dividers and container. css/style.css | 25 +++++++------------------ sass/revamp-design/_business-website.sass | 6 ++---- 2 files changed, 9 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3036: remove book listing only style. sass/revamp-design/_book-landing-list.sass | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3036: change separator display. css/style.css | 10 ++++++---- sass/revamp-design/_fieldgroup-commas.sass | 7 ++++++- 2 files changed, 12 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2951: Added styling for search form css/style.css | 35 +++++++++++++++++++++++++++++++++ sass/revamp-design/_search-filters.sass | 31 +++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3046: generalize faculty author styling. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-3036: Added changes in seperator css/style.css | 52 ++++++++++++++++-------------- sass/revamp-design/_book-landing-list.sass | 7 ++++ 2 files changed, 35 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3144: remove old style and re theme subhead. css/style.css | 33 +++++++++++++++---------- sass/revamp-design/_library.sass | 53 ++++++++++++++++++++++++---------------- 2 files changed, 52 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3094: update spacing and refine styles on blog listing. css/style.css | 22 ++++++++++-------- sass/revamp-design/_library.sass | 50 ++++++++++++++++++++-------------------- 2 files changed, 38 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3059: change grey on upcoming events. css/style.css | 2 +- sass/revamp-design/_front.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3073: use z-index to allow select to be selected. css/style.css | 68 ++++++++++++++++++---------------------- sass/revamp-design/_library.sass | 21 +++---------- 2 files changed, 34 insertions(+), 55 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-3073: fixed width of search box for mobile device css/style.css | 5 +++++ sass/revamp-design/_library.sass | 3 +++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-3073: removed padding and margin from search text css/style.css | 61 ++++++++++++++++++++++------------------ sass/revamp-design/_library.sass | 15 ++++++++-- 2 files changed, 46 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3035: add margin, but not on first year. css/style.css | 52 ++++++++++++++++++--------------- sass/revamp-design/_faculty-detail.sass | 3 ++ 2 files changed, 31 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-3035: Removed margin-top from year in courses taught css/style.css | 49 ++++++++++++++++----------------- sass/revamp-design/_faculty-detail.sass | 1 - 2 files changed, 24 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3154: change name of font so that it is called. css/style.css | 2 +- sass/partials/04-defaults/_font-face.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3061: change green color. css/style.css | 94 ++++++++++++++++----------------- sass/partials/00-variables/_colors.sass | 2 +- 2 files changed, 48 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3044: updated container gradients. css/style.css | 71 +++++++++++--------------------- sass/partials/03-extend/_gsb-revamp.sass | 12 ++++-- sass/revamp-design/_cta.sass | 5 +-- sass/revamp-design/_event.sass | 1 - sass/revamp-design/_fpp-links.sass | 4 +- 5 files changed, 36 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3044: small cleanup on variable and heading. css/style.css | 2 +- sass/revamp-design/_menu-block.sass | 6 +++--- sass/revamp-design/_video.sass | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3043: house ad style changes. css/style.css | 59 ++++++++++++++++++-------------- sass/partials/03-extend/_gsb-revamp.sass | 26 +++++++------- sass/revamp-design/_house-ads.sass | 10 ++++-- 3 files changed, 53 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2940: change input border and background colors. css/style.css | 32 +++++++++++++--------- sass/partials/00-variables/_colors.sass | 2 +- sass/partials/04-defaults/_edits.sass | 2 +- .../partials/04-defaults/forms/_form-defaults.sass | 4 +-- sass/revamp-design/_footer.sass | 2 +- sass/revamp-design/_search-filters.sass | 20 ++++++++------ 6 files changed, 36 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2951: change implementation to fix wrap, float, change classes used. css/style.css | 124 +++++++++++++++++--------------- sass/revamp-design/_menu-main.sass | 2 +- sass/revamp-design/_search-filters.sass | 74 ++++++++++--------- 3 files changed, 104 insertions(+), 96 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: hgupta, 2 years, 5 months ago WP-2951: Added styling for search form css/style.css | 83 +++++++++++++++++++++++---------- sass/revamp-design/_search-filters.sass | 31 ++++++++++++ 2 files changed, 90 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2524: add padding variable, change padding of elements. css/style.css | 93 ++++++++++++---------- sass/partials/00-variables/_base.sass | 3 + sass/revamp-design/_accordion.sass | 2 +- sass/revamp-design/_book-detail.sass | 6 +- sass/revamp-design/_business-website.sass | 10 ++- sass/revamp-design/_clubs.sass | 4 +- sass/revamp-design/_cta-custom.sass | 12 +-- sass/revamp-design/_cta-image.sass | 8 +- sass/revamp-design/_cta.sass | 2 +- sass/revamp-design/_design.sass | 6 +- sass/revamp-design/_diptych.sass | 8 +- sass/revamp-design/_e-newsletters.sass | 2 +- sass/revamp-design/_event.sass | 5 +- sass/revamp-design/_existing-node.sass | 3 +- sass/revamp-design/_faculty-by-academic-area.sass | 2 +- sass/revamp-design/_faculty-detail.sass | 2 +- sass/revamp-design/_fpp-featured-person.sass | 2 +- sass/revamp-design/_fpp-links.sass | 8 +- sass/revamp-design/_fpp-text.sass | 2 +- sass/revamp-design/_front.sass | 8 +- sass/revamp-design/_house-ads.sass | 11 +-- sass/revamp-design/_library.sass | 14 ++-- sass/revamp-design/_menu-block.sass | 2 +- sass/revamp-design/_msxfellows.sass | 2 +- sass/revamp-design/_news.sass | 3 +- sass/revamp-design/_pager.sass | 6 +- sass/revamp-design/_people.sass | 2 +- sass/revamp-design/_phd-candidate.sass | 8 +- sass/revamp-design/_publication-detail.sass | 2 +- sass/revamp-design/_search-filters.sass | 4 +- sass/revamp-design/_slideshow.sass | 10 +-- sass/revamp-design/_social-media.sass | 2 +- sass/revamp-design/_spotlight.sass | 2 +- sass/revamp-design/_upcoming-events.sass | 3 +- sass/revamp-design/_video.sass | 2 +- .../_view-mode-views-content-pane.sass | 3 +- sass/revamp-design/_weather.sass | 2 +- sass/revamp-design/_working-paper-detail.sass | 4 +- sass/revamp-design/_wysiwyg.sass | 2 +- 39 files changed, 146 insertions(+), 126 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2972: add dividing borders. css/style.css | 36 +++++++++++++++++++++++++-------- sass/revamp-design/_faculty-detail.sass | 19 ++++++++++++++++- 2 files changed, 46 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2971: add spacing above citation. css/style.css | 5 +++++ sass/revamp-design/_faculty-detail.sass | 7 +++++++ 2 files changed, 12 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2971: clear line heights on wrapping titles. css/style.css | 2 ++ sass/revamp-design/_faculty-detail.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3277: limit select styling to main content selects only. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3264: hide newsroom title. css/style.css | 3 ++- sass/revamp-design/_design.sass | 8 ++------ 2 files changed, 4 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3263: adjust position and color of icons. css/style.css | 21 +++++++++++++++++---- sass/revamp-design/_faculty-detail.sass | 14 ++++++++++---- 2 files changed, 27 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago WP-2882: fix library select styling. css/style.css | 20 +++++++++++++++++--- sass/revamp-design/_library.sass | 15 ++++++++++++--- 2 files changed, 29 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago WP-3171: Run selectbox on invisible select elements. js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Remove global vars. Merge pull request #8 from gsbitse/remove-global-vars view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3200: toolbar height change. css/style.css | 4 ++++ sass/revamp-design/_faculty-detail.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2882: update some styling. css/style.css | 77 +++++++++---------- gsb_theme.info | 2 +- js/jquery.selectbox-0.6.1.js | 147 ------------------------------------- js/libs/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++ sass/revamp-design/_selectbox.sass | 100 +++++++++++++------------ 5 files changed, 237 insertions(+), 236 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added style on select box css/style.css | 4 +++- sass/revamp-design/_selectbox.sass | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago Added styling for select using jquery-selectbox library css/style.css | 62 ++++++++++++++++++-------------------- sass/revamp-design/_selectbox.sass | 36 +++++++++++----------- 2 files changed, 47 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added styling for select css/style.css | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Remove global vars. sass/partials/00-variables/_base.sass | 2 -- sass/revamp-design/_clubs.sass | 1 - sass/revamp-design/_event.sass | 2 -- sass/revamp-design/_fpp-links.sass | 1 - 4 files changed, 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added style on select box css/style.css | 9 ++++++--- js/custom.js | 3 +++ sass/revamp-design/_selectbox.sass | 9 ++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added selectbox method in custom javascript js/custom.js | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago Added styling for select using jquery-selectbox library css/style.css | 118 ++++++++++++++++++++++------- gsb_theme.info | 1 + js/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 1 + sass/revamp-design/_selectbox.sass | 64 ++++++++++++++++ 5 files changed, 304 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2882: Added styling for select css/style.css | 64 +++++++++++++++---------- sass/partials/04-defaults/forms/_formalize.sass | 13 +++++ 2 files changed, 52 insertions(+), 25 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3146: theme the media item eva. css/style.css | 52 ++++++++++++++++++++++++++------- sass/revamp-design/_faculty-detail.sass | 34 +++++++++++++++++---- 2 files changed, 70 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3185: change follow us cta styling. css/style.css | 42 +++++++++++++++++++++--------------- images/cta-follow-us.jpg | Bin 60556 -> 18747 bytes sass/revamp-design/_cta-custom.sass | 39 ++++++++++++++++++++------------- 3 files changed, 49 insertions(+), 32 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3191: adjust library hours block. css/style.css | 31 +++++++++++---------- sass/revamp-design/_library.sass | 60 +++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 44 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3190: adjust input height. css/style.css | 2 +- sass/revamp-design/_search-filters.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3184: add taupe banner to newsroom section. css/style.css | 3 ++- sass/revamp-design/_banner.sass | 5 +++-- template.php | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3110: change dark teal color. css/style.css | 28 ++++++++++++++-------------- sass/partials/00-variables/_colors.sass | 2 +- sass/revamp-design/_cta-custom.sass | 4 +--- 3 files changed, 16 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3174: add a max-width to select element. css/style.css | 3 ++- sass/revamp-design/_library.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3183: remove dividers and container. css/style.css | 25 +++++++------------------ sass/revamp-design/_business-website.sass | 6 ++---- 2 files changed, 9 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3036: remove book listing only style. sass/revamp-design/_book-landing-list.sass | 7 ------- 1 file changed, 7 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3036: change separator display. css/style.css | 10 ++++++---- sass/revamp-design/_fieldgroup-commas.sass | 7 ++++++- 2 files changed, 12 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2951: Added styling for search form css/style.css | 35 +++++++++++++++++++++++++++++++++ sass/revamp-design/_search-filters.sass | 31 +++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3046: generalize faculty author styling. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-3036: Added changes in seperator css/style.css | 52 ++++++++++++++++-------------- sass/revamp-design/_book-landing-list.sass | 7 ++++ 2 files changed, 35 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3144: remove old style and re theme subhead. css/style.css | 33 +++++++++++++++---------- sass/revamp-design/_library.sass | 53 ++++++++++++++++++++++++---------------- 2 files changed, 52 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3094: update spacing and refine styles on blog listing. css/style.css | 22 ++++++++++-------- sass/revamp-design/_library.sass | 50 ++++++++++++++++++++-------------------- 2 files changed, 38 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3059: change grey on upcoming events. css/style.css | 2 +- sass/revamp-design/_front.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3073: use z-index to allow select to be selected. css/style.css | 68 ++++++++++++++++++---------------------- sass/revamp-design/_library.sass | 21 +++---------- 2 files changed, 34 insertions(+), 55 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-3073: fixed width of search box for mobile device css/style.css | 5 +++++ sass/revamp-design/_library.sass | 3 +++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-3073: removed padding and margin from search text css/style.css | 61 ++++++++++++++++++++++------------------ sass/revamp-design/_library.sass | 15 ++++++++-- 2 files changed, 46 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3035: add margin, but not on first year. css/style.css | 52 ++++++++++++++++++--------------- sass/revamp-design/_faculty-detail.sass | 3 ++ 2 files changed, 31 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-3035: Removed margin-top from year in courses taught css/style.css | 49 ++++++++++++++++----------------- sass/revamp-design/_faculty-detail.sass | 1 - 2 files changed, 24 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3154: change name of font so that it is called. css/style.css | 2 +- sass/partials/04-defaults/_font-face.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3061: change green color. css/style.css | 94 ++++++++++++++++----------------- sass/partials/00-variables/_colors.sass | 2 +- 2 files changed, 48 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3044: updated container gradients. css/style.css | 71 +++++++++++--------------------- sass/partials/03-extend/_gsb-revamp.sass | 12 ++++-- sass/revamp-design/_cta.sass | 5 +-- sass/revamp-design/_event.sass | 1 - sass/revamp-design/_fpp-links.sass | 4 +- 5 files changed, 36 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3044: small cleanup on variable and heading. css/style.css | 2 +- sass/revamp-design/_menu-block.sass | 6 +++--- sass/revamp-design/_video.sass | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3043: house ad style changes. css/style.css | 59 ++++++++++++++++++-------------- sass/partials/03-extend/_gsb-revamp.sass | 26 +++++++------- sass/revamp-design/_house-ads.sass | 10 ++++-- 3 files changed, 53 insertions(+), 42 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2940: change input border and background colors. css/style.css | 32 +++++++++++++--------- sass/partials/00-variables/_colors.sass | 2 +- sass/partials/04-defaults/_edits.sass | 2 +- .../partials/04-defaults/forms/_form-defaults.sass | 4 +-- sass/revamp-design/_footer.sass | 2 +- sass/revamp-design/_search-filters.sass | 20 ++++++++------ 6 files changed, 36 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2951: change implementation to fix wrap, float, change classes used. css/style.css | 124 +++++++++++++++++--------------- sass/revamp-design/_menu-main.sass | 2 +- sass/revamp-design/_search-filters.sass | 74 ++++++++++--------- 3 files changed, 104 insertions(+), 96 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2951: Added styling for search form css/style.css | 83 +++++++++++++++++++++++---------- sass/revamp-design/_search-filters.sass | 31 ++++++++++++ 2 files changed, 90 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2524: add padding variable, change padding of elements. css/style.css | 93 ++++++++++++---------- sass/partials/00-variables/_base.sass | 3 + sass/revamp-design/_accordion.sass | 2 +- sass/revamp-design/_book-detail.sass | 6 +- sass/revamp-design/_business-website.sass | 10 ++- sass/revamp-design/_clubs.sass | 4 +- sass/revamp-design/_cta-custom.sass | 12 +-- sass/revamp-design/_cta-image.sass | 8 +- sass/revamp-design/_cta.sass | 2 +- sass/revamp-design/_design.sass | 6 +- sass/revamp-design/_diptych.sass | 8 +- sass/revamp-design/_e-newsletters.sass | 2 +- sass/revamp-design/_event.sass | 5 +- sass/revamp-design/_existing-node.sass | 3 +- sass/revamp-design/_faculty-by-academic-area.sass | 2 +- sass/revamp-design/_faculty-detail.sass | 2 +- sass/revamp-design/_fpp-featured-person.sass | 2 +- sass/revamp-design/_fpp-links.sass | 8 +- sass/revamp-design/_fpp-text.sass | 2 +- sass/revamp-design/_front.sass | 8 +- sass/revamp-design/_house-ads.sass | 11 +-- sass/revamp-design/_library.sass | 14 ++-- sass/revamp-design/_menu-block.sass | 2 +- sass/revamp-design/_msxfellows.sass | 2 +- sass/revamp-design/_news.sass | 3 +- sass/revamp-design/_pager.sass | 6 +- sass/revamp-design/_people.sass | 2 +- sass/revamp-design/_phd-candidate.sass | 8 +- sass/revamp-design/_publication-detail.sass | 2 +- sass/revamp-design/_search-filters.sass | 4 +- sass/revamp-design/_slideshow.sass | 10 +-- sass/revamp-design/_social-media.sass | 2 +- sass/revamp-design/_spotlight.sass | 2 +- sass/revamp-design/_upcoming-events.sass | 3 +- sass/revamp-design/_video.sass | 2 +- .../_view-mode-views-content-pane.sass | 3 +- sass/revamp-design/_weather.sass | 2 +- sass/revamp-design/_working-paper-detail.sass | 4 +- sass/revamp-design/_wysiwyg.sass | 2 +- 39 files changed, 146 insertions(+), 126 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2972: add dividing borders. css/style.css | 36 +++++++++++++++++++++++++-------- sass/revamp-design/_faculty-detail.sass | 19 ++++++++++++++++- 2 files changed, 46 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2971: add spacing above citation. css/style.css | 5 +++++ sass/revamp-design/_faculty-detail.sass | 7 +++++++ 2 files changed, 12 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2971: clear line heights on wrapping titles. css/style.css | 2 ++ sass/revamp-design/_faculty-detail.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3083: adjust wide and responsive implementation. css/style.css | 57 +++++++++++++++++++++++++++++++++---- sass/revamp-design/_cta-custom.sass | 41 ++++++++++++++++++++++---- 2 files changed, 88 insertions(+), 10 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3085: adjust author label styling. css/style.css | 11 +++++++++++ sass/revamp-design/_working-paper-detail.sass | 10 ++++++++++ 2 files changed, 21 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3046: generalize faculty author styling. css/style.css | 299 +++++++++----------------- sass/revamp-design/_book-detail.sass | 3 - sass/revamp-design/_case-study-detail.sass | 4 - sass/revamp-design/_publication-detail.sass | 4 - sass/revamp-design/_working-paper-detail.sass | 8 +- 5 files changed, 104 insertions(+), 214 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3017: adjust spacing below name. css/style.css | 2 +- sass/revamp-design/_faculty-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3017: adjust spacing. css/style.css | 7 ++++--- sass/revamp-design/_faculty-detail.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3017: responsive implementation of info and image. css/style.css | 43 ++++++++++++++++++++++++++++----- sass/revamp-design/_banner.sass | 3 ++- sass/revamp-design/_faculty-detail.sass | 38 +++++++++++++++++++++++------ 3 files changed, 69 insertions(+), 15 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3017: move info wrapper up to right, hide black label. css/style.css | 16 ++++++++++++++-- sass/revamp-design/_faculty-detail.sass | 11 +++++++++-- 2 files changed, 23 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3017: implement scaling. css/style.css | 11 +++++++++++ sass/revamp-design/_faculty-detail.sass | 5 +++++ 2 files changed, 16 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2973: adjustments for wrapper fieldset change. css/style.css | 34 ++++++++++++++++++++++++++++++--- sass/revamp-design/_faculty-detail.sass | 27 ++++++++++++++++++++++++-- 2 files changed, 56 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2897: paper copy changes styling. css/style.css | 44 ++++++++++++++++++++++++++---- sass/revamp-design/_case-study-detail.sass | 44 ++++++++++++++++++++++++++---- 2 files changed, 77 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2938: changes for conditional 2 col on listing, new partial. css/style.css | 132 ++++++++++++++++------------ sass/revamp-design/_all.sass | 1 + sass/revamp-design/_event-landing-list.sass | 75 ++++++++++++++++ sass/revamp-design/_event.sass | 58 ------------ template.php | 7 +- 5 files changed, 159 insertions(+), 114 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2938: customize for conditional column. templates/ds-2col--node-event-listing.tpl.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2938: add template for event listing. templates/ds-2col--node-event-listing.tpl.php | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2961: retheme rethink cta. css/style.css | 91 ++++++++++++++++++++--------------- images/rethink-logo.png | Bin 0 -> 1313 bytes images/rethink-logo.svg | 23 +++++++++ sass/partials/01-mixins/_custom.sass | 6 +++ sass/revamp-design/_cta-custom.sass | 66 ++++++++++++++----------- 5 files changed, 119 insertions(+), 67 deletions(-) view commit - committer: Tim Plunkett, 2 years, 5 months ago author: Tim Plunkett, 2 years, 5 months ago Remove alert about Chrome Frame. templates/html.tpl.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2956: add citation changes. css/style.css | 6 +++--- sass/revamp-design/_publication-detail.sass | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2956: add citation changes. css/style.css | 11 ++++++++++- sass/revamp-design/_publication-detail.sass | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Fix icons. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2948: Added extra space between breadcrumb and content css/style.css | 55 +++++++++++++++++++++++------------------ sass/revamp-design/_banner.sass | 8 ++++++ 2 files changed, 39 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Fix icons. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2949: Added normal weight to arrow icon for Show more css/style.css | 49 +++++++++++++++++++++--------------------- sass/revamp-design/_pager.sass | 3 ++- 2 files changed, 27 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago Fix icons. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2946: Changed the font size for mail icon css/style.css | 50 ++++++++++++++++++++++---------------------- sass/revamp-design/_cta.sass | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947: add responsive changes. css/style.css | 22 ++++++++++++++++++++++ sass/revamp-design/_library.sass | 16 +++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947: adjustment for select box. css/style.css | 12 +++++++----- sass/revamp-design/_library.sass | 13 ++++++++----- 2 files changed, 15 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947: apply input wrapper styling with width, clear float to remove fixed heights. css/style.css | 60 ++++++---------------------------------- sass/revamp-design/_library.sass | 43 ++++++++-------------------- 2 files changed, 21 insertions(+), 82 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2947: update class names. css/style.css | 82 ++++++++++++++++++++-------------------- sass/revamp-design/_library.sass | 32 ++++++++-------- 2 files changed, 57 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2947: Added reponsive styling for the block css/style.css | 13 ++++++++++++- sass/revamp-design/_library.sass | 7 ++++++- 2 files changed, 18 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2947: Added responsive styling for search block css/style.css | 81 ++++++++++++++++++++++++++-------------- sass/revamp-design/_library.sass | 18 ++++++++- 2 files changed, 68 insertions(+), 31 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2844: remove alphabetical divider based on theme review. css/style.css | 7 +------ sass/revamp-design/_business-website.sass | 19 +++++++------------ 2 files changed, 8 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: hgupta, 2 years, 5 months ago WP-2844:Changes added with padding and border css/style.css | 11 ++++------- sass/revamp-design/_business-website.sass | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2944: add wide view implementation. css/style.css | 103 +++++++++++++++++++++++++-------- sass/revamp-design/_book-detail.sass | 43 +++++++------- sass/revamp-design/_existing-node.sass | 43 +++++++++++++- 3 files changed, 141 insertions(+), 48 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2944: book teaser in narrow view. css/style.css | 48 ++++++++++++++++++++++++++++++++++ sass/revamp-design/_existing-node.sass | 48 ++++++++++++++++++++++------------ 2 files changed, 80 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2944: remove commented out styles. sass/revamp-design/_existing-node.sass | 40 ---------------------------------- 1 file changed, 40 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2944: responsive book detail styling. css/style.css | 60 ++++++++++++++++++++++++++++++++++-- sass/revamp-design/_book-detail.sass | 32 +++++++++++++++++-- 2 files changed, 86 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2941: adjust pdf icon sizes. css/style.css | 24 ++++++++++++++++++++++- sass/revamp-design/_book-detail.sass | 1 + sass/revamp-design/_case-study-detail.sass | 1 + sass/revamp-design/_existing-node.sass | 3 +++ sass/revamp-design/_faculty-detail.sass | 10 +++++++++- sass/revamp-design/_view-mode-teaser-listing.sass | 3 +++ sass/revamp-design/_working-paper-detail.sass | 1 + 7 files changed, 41 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2942: case detail changes. css/style.css | 18 ++++++++++-------- sass/revamp-design/_case-study-detail.sass | 21 ++++++++++++++------- 2 files changed, 24 insertions(+), 15 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2943: adjust line height of publication information. css/style.css | 5 ++++- sass/revamp-design/_publication-detail.sass | 4 ++++ sass/revamp-design/_publication-landing-list.sass | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-2943: adjust publication fpp. css/style.css | 8 ++++---- sass/revamp-design/_view-mode-views-content-pane.sass | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix icons. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2844: Added styling for Category listing css/style.css | 89 +++++++++++++++++++++---------- sass/revamp-design/_business-website.sass | 31 ++++++++++- 2 files changed, 90 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix icons. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2934: changed the border color for search block css/style.css | 4 ++++ sass/revamp-design/_library.sass | 2 ++ 2 files changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2934: Adjusted height of the block css/style.css | 53 ++++++++++++++++++++++------------------ sass/revamp-design/_library.sass | 2 ++ 2 files changed, 31 insertions(+), 24 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2927: add responsive behavior. css/style.css | 13 ++++++++++++- sass/revamp-design/_book-detail.sass | 10 ++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2927: add left margin to book image. css/style.css | 1 + sass/revamp-design/_book-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix icons. css/style.css | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2845: Added styling for site page on Business website css/style.css | 86 ++++++++++++++++++++----------- sass/revamp-design/_all.sass | 3 ++ sass/revamp-design/_business-website.sass | 27 ++++++++++ 3 files changed, 86 insertions(+), 30 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2883: change how space is created. css/style.css | 8 ++------ sass/revamp-design/_faculty-detail.sass | 3 ++- 2 files changed, 4 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2883: update comma styling. css/style.css | 3 +++ sass/revamp-design/_faculty-detail.sass | 6 ++++++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2867: add white background to faculty and research landing. css/style.css | 31 ++++++++++++++++++++----------- sass/revamp-design/_design.sass | 23 ++++++++++++++++------- 2 files changed, 36 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2885: restore native select styling. css/style.css | 2 +- sass/partials/04-defaults/forms/_form-defaults.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2885: change border color and padding. css/style.css | 4 ++-- sass/partials/04-defaults/forms/_formalize.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2905: make changes for listings. css/style.css | 30 ++++++++++++++-------- sass/revamp-design/_book-landing-list.sass | 8 +++--- sass/revamp-design/_case-study-landing-list.sass | 8 ++++++ sass/revamp-design/_publication-landing-list.sass | 6 ++++- sass/revamp-design/_view-mode-teaser-listing.sass | 15 +++++++---- .../revamp-design/_working-paper-landing-list.sass | 7 +++++ 6 files changed, 54 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2908: remove toggle image, use font. css/style.css | 21 ++++++++++++--------- images/toggle-close-hover.png | Bin 1152 -> 0 bytes images/toggle-close.png | Bin 1133 -> 0 bytes images/toggle-open-hover.png | Bin 1009 -> 0 bytes images/toggle-open.png | Bin 1014 -> 0 bytes sass/revamp-design/_search-filters.sass | 19 ++++++++++++------- 6 files changed, 24 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2906: add line-height 0 for authors. css/style.css | 3 +++ sass/revamp-design/_existing-node.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2909: remove video and podcast icons from faculty detail. css/style.css | 7 ------- sass/revamp-design/_faculty-detail.sass | 14 -------------- 2 files changed, 21 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix icons. css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2835: changes the margin and font size in faculty authors css/style.css | 80 ++++++++++++++++++------------------ sass/partials/01-mixins/_custom.sass | 8 ++-- 2 files changed, 44 insertions(+), 44 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2903: Don't use the last class because in grouped rows there are multiple lasts. js/show-more-less.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2886: make label bold. css/style.css | 3 +++ sass/revamp-design/_case-study-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fixo el iconso css/style.css | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) view commit - committer: hgupta, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2887: fixed the narrow view issue in chat block css/style.css | 62 +++++++++++++++++++++++----------------- sass/revamp-design/_library.sass | 14 +++++++-- 2 files changed, 48 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2886: restore label bold. css/style.css | 3 --- sass/revamp-design/_case-study-detail.sass | 2 -- 2 files changed, 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2888: re-add em dash and curly quotes to reviews. css/style.css | 9 +++++++++ sass/revamp-design/_book-detail.sass | 6 ++++++ 2 files changed, 15 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2884: change field name for body and spacing. css/style.css | 1 + sass/revamp-design/_book-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2764: name of field on book changed. css/style.css | 12 ++++++++++-- sass/revamp-design/_working-paper-detail.sass | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2764: add section bar for library. css/style.css | 13 ++++++++++++- sass/revamp-design/_banner.sass | 7 +++++++ sass/revamp-design/_design.sass | 3 ++- template.php | 1 + 4 files changed, 22 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: font size for narrow. css/style.css | 3 +++ sass/revamp-design/_cta-custom.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2788: changes so that text doesnt wrap, and responsive. css/style.css | 20 ++++++++++++++++++-- sass/revamp-design/_book-landing-list.sass | 11 +++++++++-- 2 files changed, 27 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2788: adjust book listing layout. css/style.css | 19 ++++++++++++++----- sass/revamp-design/_book-landing-list.sass | 12 +++++++++--- template.php | 15 +++++++++++++++ 3 files changed, 38 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2788: add different method for column. css/style.css | 7 ++----- sass/revamp-design/_book-landing-list.sass | 10 +++++----- templates/ds-2col--node-book-teaser-listing.tpl.php | 12 ++++++++---- 3 files changed, 15 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2788: add a template for 2nd column. .../ds-2col--node-book-teaser-listing.tpl.php | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2880: change link icon. css/style.css | 12 +++++++++--- sass/revamp-design/_publication-detail.sass | 14 ++++++++++++-- 2 files changed, 21 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2814: updated styling after Kerri reviewed. css/style.css | 95 +++++++------- .../partials/04-defaults/forms/_form-defaults.sass | 1 + sass/revamp-design/_library.sass | 142 ++++++++++----------- 3 files changed, 112 insertions(+), 126 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2814: Added changes in styling css/style.css | 20 +++++++++++++++----- sass/revamp-design/_library.sass | 16 ++++++++++------ 2 files changed, 25 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2814: Added more styling changes css/style.css | 10 +++++++--- sass/revamp-design/_library.sass | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2814: Added styling for library Searchwork block css/style.css | 127 +++++++++++++++++++++------------------ sass/revamp-design/_library.sass | 104 +++++++++++++++++--------------- 2 files changed, 125 insertions(+), 106 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago Wp-2814 : styling added for searchwork block css/style.css | 73 +++++++++++++++++++++++++++++++++++++--- sass/revamp-design/_library.sass | 59 ++++++++++++++++++++++++++++++-- 2 files changed, 125 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix icons. css/style.css | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2804: Added styling for Library Blog css/style.css | 99 +++++++++++++++++++++++++++++----------- sass/revamp-design/_library.sass | 45 +++++++++++++++++- 2 files changed, 117 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2808: change how top spacing is applied. css/style.css | 5 ++++- sass/revamp-design/_view-mode-views-content-pane.sass | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2808: update title styling. css/style.css | 7 +++++++ sass/revamp-design/_view-mode-views-content-pane.sass | 4 ++++ 2 files changed, 11 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: add font size breakpoint adjustments. css/style.css | 20 ++++++++++++++++++++ sass/revamp-design/_cta-custom.sass | 10 +++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: additional styling for conducting research. css/style.css | 13 +++++++------ sass/revamp-design/_cta-custom.sass | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2715: initial theming of CTA. css/style.css | 23 ++++++++++++++++++++--- images/bg-library-conducting-research.jpg | Bin 0 -> 30885 bytes sass/revamp-design/_cta-custom.sass | 14 ++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2473: Use theme_preprocess_menu_link instead. template.php | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago WP-2473: Forcibly remove any menu_minipanels settings that are not on the main menu. template.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2857: update comment. sass/revamp-design/_view-mode-teaser-listing.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2857: remove taxonomy wrapper. css/style.css | 9 +++------ sass/revamp-design/_view-mode-teaser-listing.sass | 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2871: update wrapper class name, css/style.css | 8 ++++---- sass/revamp-design/_faculty-detail.sass | 2 +- sass/revamp-design/_publication-landing-list.sass | 2 +- sass/revamp-design/_view-mode-views-content-pane.sass | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2733: remove line breaks from templates. templates/ds-1col--node-book-teaser.tpl.php | 3 ++- templates/ds-1col--node-case-teaser.tpl.php | 3 ++- templates/ds-1col--node-publication-teaser.tpl.php | 3 ++- templates/ds-1col--node-working-paper-teaser.tpl.php | 3 ++- templates/ds-1col.tpl.php | 3 +-- 5 files changed, 9 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago WP-2733: Remove whitespace between author names. templates/ds-1col.tpl.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2839: adjust line height. css/style.css | 8 +++++++- sass/revamp-design/_faculty-detail.sass | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago WP-2801 Change to remove the width 50% on .pane-library-chat-form css/style.css | 1 - sass/revamp-design/_library.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago More style compile changes css/style.css | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2801: Added chat icon and aligned helptext css/style.css | 53 +++++++++++++++++++++++----------------- sass/revamp-design/_library.sass | 10 +++++++- 2 files changed, 40 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2801: Added styling for Library Chat Block css/style.css | 63 +++++++++++++++++----------------------- sass/revamp-design/_library.sass | 10 +------ 2 files changed, 28 insertions(+), 45 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2801: Added chat icon and aligned helptext css/style.css | 54 ++++++++++++++++++++++++---------------- sass/revamp-design/_library.sass | 11 +++++++- 2 files changed, 42 insertions(+), 23 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2801: add documentation. sass/partials/04-defaults/_font-face.sass | 1 + 1 file changed, 1 insertion(+) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2801: add gsb chat icon. css/style.css | 49 +++++++++++++++++------------- fonts/gsb-chat.eot | Bin 0 -> 1736 bytes fonts/gsb-chat.svg | 11 +++++++ fonts/gsb-chat.ttf | Bin 0 -> 1568 bytes fonts/gsb-chat.woff | Bin 0 -> 1364 bytes sass/partials/04-defaults/_font-face.sass | 7 +++++ 6 files changed, 46 insertions(+), 21 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2801: Added styling for Library Chat Block css/style.css | 71 +++++++++++++++++++++++++--------------- sass/revamp-design/_library.sass | 24 +++++++++++++- 2 files changed, 68 insertions(+), 27 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2857: update the detail page styling. css/style.css | 36 ++++++++++++++++++++---------------- sass/partials/01-mixins/_custom.sass | 1 + sass/revamp-design/_book-detail.sass | 2 +- 3 files changed, 22 insertions(+), 17 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2852: adjust spacing and type. css/style.css | 21 +++++++++++---------- sass/revamp-design/_faculty-detail.sass | 18 +++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2790: add black border top. css/style.css | 6 +++++- sass/revamp-design/_search-filters.sass | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2790: theme filters on publication listing. css/style.css | 154 ++++++++++++++++----- sass/revamp-design/_search-filters.sass | 6 +- .../revamp-design/_working-paper-landing-list.sass | 4 + template.php | 7 + 4 files changed, 138 insertions(+), 33 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP=2790: publications listing theming. css/style.css | 23 ++++++++++++++++++-- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_publication-landing-list.sass | 26 +++++++++++++++++++++++ sass/revamp-design/_view-mode-teaser-listing.sass | 3 ++- 4 files changed, 50 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Recompile css/style.css | 3 --- 1 file changed, 3 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Remove Authors commas. sass/revamp-design/_faculty-detail.sass | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Recompile css. css/style.css | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Fix bad merge. sass/revamp-design/_faculty-detail.sass | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2639: change photo label styling. css/style.css | 13 +++++-------- sass/revamp-design/_faculty-detail.sass | 11 +++++------ 2 files changed, 10 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2825: reapply styling. css/style.css | 33 +++++++-------------------------- sass/revamp-design/_faculty-detail.sass | 33 ++------------------------------- 2 files changed, 9 insertions(+), 57 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2799: Added styling for Library FAQ block css/style.css | 79 +++++++++++++++++++++++++++++++++++++--- sass/revamp-design/_library.sass | 68 +++++++++++++++++++++++++++++++++- 2 files changed, 141 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2794: add feature label. templates/ds-1col--node-publication-teaser.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2794: add template for publication teaser. templates/ds-1col--node-publication-teaser.tpl.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2807: theming for featured journals. css/style.css | 35 ++++++++++++++++++++++++--------- sass/revamp-design/_faculty-detail.sass | 31 ++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2803: changes for cases. css/style.css | 6 +++++- sass/revamp-design/_case-study-landing-list.sass | 4 ++++ sass/revamp-design/_faculty-detail.sass | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2789: style adjustments for publication content pane. css/style.css | 40 ++++++++++++++++------ .../_view-mode-views-content-pane.sass | 30 ++++++++++------ 2 files changed, 50 insertions(+), 20 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2792: publications styling. css/style.css | 23 +++++++++++++++++++---- sass/revamp-design/_book-detail.sass | 2 +- sass/revamp-design/_publication-detail.sass | 4 ++++ sass/revamp-design/_working-paper-detail.sass | 3 ++- 4 files changed, 26 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2792: publication detail theming. css/style.css | 219 +++++++++++++++++++------- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_case-study-detail.sass | 2 - sass/revamp-design/_design.sass | 4 + sass/revamp-design/_faculty-detail.sass | 2 - sass/revamp-design/_phd-candidate.sass | 2 - sass/revamp-design/_publication-detail.sass | 36 +++++ sass/revamp-design/_working-paper-detail.sass | 32 ++-- 8 files changed, 220 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2792: add inner column. templates/ds-2col--node-publication.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2792: add template for publications detail. templates/ds-2col--node-publication.tpl.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2812: change title and image size. css/style.css | 3 ++- sass/revamp-design/_event.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2705: force pdf icons on evas. css/style.css | 7 ++++--- sass/revamp-design/_faculty-detail.sass | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2721: include other wrapper. css/style.css | 9 ++++++--- sass/revamp-design/_view-mode-teaser-listing.sass | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2812: adjust event listing styling. css/style.css | 113 ++++++++++++++++++++++------------------- sass/revamp-design/_event.sass | 80 ++++++++++++++++------------- 2 files changed, 107 insertions(+), 86 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2797: added styling for today's hour block css/style.css | 27 ++++++++-------- sass/revamp-design/_all.sass | 2 +- sass/revamp-design/_library-todays-hours.sass | 44 --------------------------- sass/revamp-design/_library.sass | 44 +++++++++++++++++++++++++++ 4 files changed, 59 insertions(+), 58 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: hgupta, 2 years, 6 months ago WP-2797: Added styling for today's hours block css/style.css | 100 ++++++++++++++++++-------- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_library-todays-hours.sass | 44 ++++++++++++ 3 files changed, 116 insertions(+), 29 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2797: add clock icon and rename font. css/style.css | 11 +++- fonts/gsb-clock.eot | Bin 0 -> 1340 bytes fonts/gsb-clock.svg | 11 ++++ fonts/gsb-clock.ttf | Bin 0 -> 1168 bytes fonts/gsb-clock.woff | Bin 0 -> 1220 bytes fonts/gsb-webfont.eot | Bin 0 -> 8234 bytes fonts/gsb-webfont.svg | 84 ++++++++++++++++++++++++++++++ fonts/gsb-webfont.ttf | Bin 0 -> 15812 bytes fonts/gsb-webfont.woff | Bin 0 -> 9376 bytes fonts/gsb.svg-webfont.eot | Bin 8234 -> 0 bytes fonts/gsb.svg-webfont.svg | 84 ------------------------------ fonts/gsb.svg-webfont.ttf | Bin 15812 -> 0 bytes fonts/gsb.svg-webfont.woff | Bin 9376 -> 0 bytes sass/partials/04-defaults/_font-face.sass | 16 ++++-- 14 files changed, 116 insertions(+), 90 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2720: hide taxonomy label. css/style.css | 5 +++++ sass/revamp-design/_working-paper-detail.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2793: style the publications eva. css/style.css | 35 ++++++++++++++++++++------------- sass/revamp-design/_faculty-detail.sass | 18 ++++++++--------- 2 files changed, 30 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: style the content pane listing. css/style.css | 122 ++++++++++++++++----- sass/partials/01-mixins/_custom.sass | 8 ++ sass/partials/03-extend/_gsb-revamp.sass | 29 ++++- sass/revamp-design/_case-study-landing-list.sass | 24 ++-- sass/revamp-design/_upcoming-events.sass | 17 +-- .../_view-mode-views-content-pane.sass | 73 +++++++++++- 6 files changed, 217 insertions(+), 56 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2554: add content pane partial. sass/revamp-design/_all.sass | 1 + sass/revamp-design/_view-mode-views-content-pane.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2680: books listing styling. css/style.css | 184 +++++++++++++++++----- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_book-detail.sass | 4 + sass/revamp-design/_book-landing-list.sass | 35 ++++ sass/revamp-design/_search-filters.sass | 8 +- sass/revamp-design/_view-mode-teaser-listing.sass | 11 +- template.php | 9 +- 7 files changed, 206 insertions(+), 46 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2728: chang the label size and title font. css/style.css | 5 +++-- sass/revamp-design/_existing-node.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2725: add courses styles. css/style.css | 77 +++++++++++++++++++++++++-------- sass/revamp-design/_faculty-detail.sass | 74 +++++++++++++++++++++++++------ 2 files changed, 118 insertions(+), 33 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2759: change margin bottom. css/style.css | 2 +- sass/revamp-design/_faculty-detail.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2752: use more specific views class. css/style.css | 208 ++++++++++----------- sass/revamp-design/_case-study-landing-list.sass | 2 +- sass/revamp-design/_search-filters.sass | 4 +- .../revamp-design/_working-paper-landing-list.sass | 2 +- 4 files changed, 108 insertions(+), 108 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2674: style the books eva. css/style.css | 30 ++++++++++++++++++++---------- sass/revamp-design/_faculty-detail.sass | 27 ++++++++++++++++----------- 2 files changed, 36 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2621: style cta and links on right. css/style.css | 96 +++++++++++++++++++++++++++++++++--- sass/revamp-design/_book-detail.sass | 40 +++++++++++++++ 2 files changed, 130 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2621: style document links. css/style.css | 44 +++++++++++++++++++++------ sass/partials/03-extend/_gsb-revamp.sass | 4 +++ sass/revamp-design/_book-detail.sass | 20 ++++++++++++ sass/revamp-design/_working-paper-detail.sass | 4 +-- 4 files changed, 59 insertions(+), 13 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2621: book detail theming. css/style.css | 228 +++++++++++++------------- sass/revamp-design/_book-detail.sass | 70 +++++--- sass/revamp-design/_case-study-detail.sass | 14 +- sass/revamp-design/_working-paper-detail.sass | 45 ++--- 4 files changed, 184 insertions(+), 173 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2623: style author block. css/style.css | 116 ++++++++++++++++++-------- sass/partials/01-mixins/_custom.sass | 78 +++++++++-------- sass/revamp-design/_book-detail.sass | 5 ++ sass/revamp-design/_case-study-detail.sass | 2 +- sass/revamp-design/_working-paper-detail.sass | 2 +- 5 files changed, 125 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2598: case listing styling. css/style.css | 151 ++++++++++++++++++----- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_case-study-landing-list.sass | 33 +++++ sass/revamp-design/_search-filters.sass | 10 +- template.php | 5 + 5 files changed, 165 insertions(+), 35 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: remove old listing overrides, put in new listing styles. sass/revamp-design/_view-mode-teaser-listing.sass | 1 - 1 file changed, 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: remove label styling. css/style.css | 7 ------- sass/revamp-design/_view-mode-teaser-listing.sass | 6 ------ 2 files changed, 13 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: working paper styling. css/style.css | 129 +++++++++++++++------ sass/revamp-design/_search-filters.sass | 8 +- sass/revamp-design/_view-mode-teaser-listing.sass | 13 ++- .../revamp-design/_working-paper-landing-list.sass | 11 +- template.php | 6 + 5 files changed, 120 insertions(+), 47 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: remove old listing overrides, put in new listing styles. css/style.css | 42 ++++++++++++++++------ sass/revamp-design/_faculty-landing-list.sass | 3 -- sass/revamp-design/_faculty-search.sass | 4 --- sass/revamp-design/_view-mode-teaser-listing.sass | 37 ++++++++++++++----- .../revamp-design/_working-paper-landing-list.sass | 10 ++++++ 5 files changed, 69 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: remove old listing styles. css/style.css | 83 ----------------------------- sass/revamp-design/_all.sass | 1 - sass/revamp-design/_views-listings.sass | 92 --------------------------------- 3 files changed, 176 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: view mode teaser listing styles. css/style.css | 33 +++++++++++++++++++++ sass/revamp-design/_view-mode-teaser-listing.sass | 36 +++++++++++++++++++++++ 2 files changed, 69 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: add view mode partial. sass/revamp-design/_all.sass | 1 + sass/revamp-design/_view-mode-teaser-listing.sass | 6 ++++++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2599: add partaial for working paper landing. sass/revamp-design/_all.sass | 1 + sass/revamp-design/_working-paper-landing-list.sass | 3 +++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: add featured label. templates/ds-1col--node-case-teaser.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2711: add template for case teaser. templates/ds-1col--node-case-teaser.tpl.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2712: existing node refactoring. css/style.css | 127 ++++++++---------------- sass/revamp-design/_existing-node.sass | 174 +++++++++++++++++---------------- 2 files changed, 132 insertions(+), 169 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2712: add working paper featured label. templates/ds-1col--node-working-paper-teaser.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2712: add template for working paper teaser. .../ds-1col--node-working-paper-teaser.tpl.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2679: Add book listing to list of views. template.php | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: remove css spacing. css/style.css | 3 --- sass/revamp-design/_existing-node.sass | 3 --- 2 files changed, 6 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: style teasers for add existing node. css/style.css | 46 ++++++++++++++++++++++++------ sass/partials/03-extend/_gsb-revamp.sass | 4 +++ sass/revamp-design/_existing-node.sass | 49 ++++++++++++++++++++++++++------ 3 files changed, 82 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: add featured label. templates/ds-1col--node-book-teaser.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2684: add template for node teaser. templates/ds-1col--node-book-teaser.tpl.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2596: Add gsb_case_listing to views list. template.php | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2717: change description. sass/partials/03-extend/_gsb-revamp.sass | 4 ++-- sass/revamp-design/_house-ads.sass | 2 +- sass/revamp-design/_spotlight.sass | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2717: style the show more show less link. css/style.css | 25 +++++++++++++++++++++++++ sass/revamp-design/_design.sass | 24 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2628: condense case and working paper detail layouts, implement responive. css/style.css | 110 +++++++++----------------- sass/revamp-design/_case-study-detail.sass | 47 +---------- sass/revamp-design/_working-paper-detail.sass | 20 +++-- 3 files changed, 54 insertions(+), 123 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2628: remove page title swap, create a mixin. css/style.css | 18 ------------------ sass/partials/01-mixins/_custom.sass | 4 ++++ sass/revamp-design/_case-study-detail.sass | 9 +-------- sass/revamp-design/_working-paper-detail.sass | 9 +-------- 4 files changed, 6 insertions(+), 34 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add the ability to have open all and close all. js/show-more-less.js | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add the ability to close/open all of them in one shot. Refactor a little on the way. js/show-more-less.js | 154 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 103 insertions(+), 51 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: do not show title on mobile. css/style.css | 9 --------- sass/revamp-design/_book-detail.sass | 6 ------ 2 files changed, 15 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: add layout for book detail. css/style.css | 48 +++++++++++++++++++++++++++++++++++- sass/revamp-design/_book-detail.sass | 36 +++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: add book detail partial. sass/revamp-design/_all.sass | 1 + sass/revamp-design/_book-detail.sass | 3 +++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: add the inner wrapper. templates/ds-2col--node-book.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2622: add template for book as is. templates/ds-2col--node-book.tpl.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago Add support for show more/less on fields. gsb_theme.info | 1 + js/show-more-less.js | 265 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 266 insertions(+) view commit - committer: Tim Plunkett, 2 years, 6 months ago author: Tim Plunkett, 2 years, 6 months ago WP-2597: Add gsb_working_paper_listing template.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2660: refactor borders with extend. css/style.css | 25 ++++++++++---------- sass/partials/01-mixins/_custom.sass | 2 +- sass/partials/03-extend/_gsb-revamp.sass | 33 ++++++++++++++++++++++----- sass/revamp-design/_case-study-detail.sass | 2 +- sass/revamp-design/_search-filters.sass | 6 ++--- sass/revamp-design/_working-paper-detail.sass | 2 +- 6 files changed, 46 insertions(+), 24 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2660: use extend for grey dividers. css/style.css | 13 ++++--------- sass/revamp-design/_case-study-detail.sass | 2 +- sass/revamp-design/_working-paper-detail.sass | 4 ++-- 3 files changed, 7 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2660: convert author styling to mixin, fix implementation of spacing. css/style.css | 62 +++++++++++++++------------ sass/partials/01-mixins/_custom.sass | 54 +++++++++++++++++++++++ sass/revamp-design/_case-study-detail.sass | 47 ++------------------ sass/revamp-design/_working-paper-detail.sass | 47 ++------------------ 4 files changed, 95 insertions(+), 115 deletions(-) view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2660: remove old partials for case study, research paper, and publication. sass/revamp-design/_all.sass | 2 - sass/revamp-design/_case-study-research.sass | 95 ---------------------------- sass/revamp-design/_publication.sass | 74 ---------------------- 3 files changed, 171 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2671: remove old faculty background image. images/bg-facultygrid.jpg | Bin 42231 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2671: add new faculty background. css/style.css | 4 ++-- images/bg-faculty.jpg | Bin 0 -> 43628 bytes sass/revamp-design/_design.sass | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2670: show ajax loader. css/style.css | 7 ++++++- sass/revamp-design/_search-filters.sass | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2661: change vertical-align. css/style.css | 2 +- sass/revamp-design/_search-filters.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2661: remove line-height. css/style.css | 1 - sass/revamp-design/_search-filters.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2661: adjust spacing. css/style.css | 10 ++++++++-- sass/revamp-design/_search-filters.sass | 11 ++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2658: adjust font sizing. css/style.css | 7 ++++++- sass/partials/04-defaults/_common.sass | 4 ++++ sass/revamp-design/_case-study-detail.sass | 4 +++- sass/revamp-design/_working-paper-detail.sass | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2655: apply same changes to working paper. css/style.css | 38 +++++++++++---------------- sass/revamp-design/_case-study-detail.sass | 16 +++++------ sass/revamp-design/_working-paper-detail.sass | 16 +++++------ 3 files changed, 32 insertions(+), 38 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2655: add left inner wrapper to working paper detail. templates/ds-2col--node-working-paper.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2655: add default template for working paper detail. templates/ds-2col--node-working-paper.tpl.php | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2655: add left inner wrapper. templates/ds-2col--node-case.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2655: add default template. templates/ds-2col--node-case.tpl.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2657: adjust spacing when topic is not present. css/style.css | 210 +++++++++++++------------- sass/revamp-design/_case-study-detail.sass | 39 ++--- sass/revamp-design/_working-paper-detail.sass | 29 ++-- 3 files changed, 141 insertions(+), 137 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2653: update listy spacing and comma. css/style.css | 15 ++++++++++++++- sass/revamp-design/_faculty-landing-list.sass | 12 +++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2649: add 1px top for top border. css/style.css | 1 + sass/revamp-design/_faculty-landing-list.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2624: remove float on callout in narrow-view. css/style.css | 1 + sass/revamp-design/_wysiwyg.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago WP-2650: Consolidate custom exposed search functionality. css/style.css | 84 +++++++++------ sass/revamp-design/_search-filters.sass | 118 ++++++++++----------- template.php | 21 ++-- templates/views-exposed-form--events.tpl.php | 104 ------------------ .../views-exposed-form--faculty-filters.tpl.php | 102 ------------------ templates/views-exposed-form--split-search.tpl.php | 104 ++++++++++++++++++ 6 files changed, 228 insertions(+), 305 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago Remove AZ group template.php | 10 ---------- .../views-exposed-form--faculty-filters.tpl.php | 22 ---------------------- 2 files changed, 32 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2619: adjust dividers and spacing. css/style.css | 33 +++++++++++++++++--------------- sass/partials/03-extend/_gsb-revamp.sass | 2 +- sass/revamp-design/_faculty-detail.sass | 26 +++++++++++++------------ 3 files changed, 33 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2635: adjust eva title font size. css/style.css | 9 +++++---- sass/revamp-design/_faculty-detail.sass | 7 +++++-- 2 files changed, 10 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: adjust placeholder text. template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: finish theming filters. css/style.css | 45 ++++++++++++++++++++++--------- sass/revamp-design/_search-filters.sass | 48 ++++++++++++++++++++------------- 2 files changed, 61 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: add search field placeholder text. template.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: filter label and closed spacing. css/style.css | 56 +++++++++++------------ sass/revamp-design/_az-filter.sass | 13 +++--- sass/revamp-design/_search-filters.sass | 79 ++++++++++++++++++--------------- 3 files changed, 76 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: remove unneeded faculty template. ...views-view--faculty-filters--panel-pane.tpl.php | 91 ---------------------- 1 file changed, 91 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: search bar. css/style.css | 52 +++++++++++++++++++++------------ sass/revamp-design/_search-filters.sass | 48 ++++++++++++++++++++---------- 2 files changed, 67 insertions(+), 33 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: filter changes. css/style.css | 21 +++++++++-------- sass/revamp-design/_az-filter.sass | 47 +++++++++++++++++++------------------- 2 files changed, 36 insertions(+), 32 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: Add preporcess for exposed form template for faculty filters. template.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2611: Customize exposed form template for faculty filters. .../views-exposed-form--faculty-filters.tpl.php | 50 ++++++++++++++++++++-- 1 file changed, 47 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2611: Add vanilla exposed form template for faculty filters. .../views-exposed-form--faculty-filters.tpl.php | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2610: style the new search button. css/style.css | 29 +++++++++++++++++++++++++++++ images/search-white.png | Bin 0 -> 694 bytes images/search-white.svg | 12 ++++++++++++ sass/revamp-design/_search-filters.sass | 23 +++++++++++++++++++++++ 4 files changed, 64 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2611: filter label styling. css/style.css | 73 +++++++++++++++++------------- sass/revamp-design/_search-filters.sass | 78 ++++++++++++++++++++------------- 2 files changed, 90 insertions(+), 61 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2611: start on new filters. css/style.css | 57 +++++++++++++++++++++++++++++ sass/revamp-design/_search-filters.sass | 63 +++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2611: fix spelling of collapsible. js/custom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: apply to new markup. css/style.css | 57 ++++++++++++++++++-------------------- sass/revamp-design/_az-filter.sass | 19 ++++++------- 2 files changed, 36 insertions(+), 40 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2612: new gsb-az-filter styling. css/style.css | 107 +++++++++++++++++++++++++++++++++++++ sass/revamp-design/_az-filter.sass | 85 +++++++++++++++++++++++++++++ 2 files changed, 192 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2595: theme the faculty landing grid. css/style.css | 91 +++++++++++++++++++++++++-- sass/revamp-design/_faculty-landing-list.sass | 62 ++++++++++++++++++ 2 files changed, 148 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2595: apply faculty background. css/style.css | 3 ++- sass/revamp-design/_design.sass | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2595: add faculty landing list partial. sass/revamp-design/_all.sass | 1 + sass/revamp-design/_faculty-landing-list.sass | 5 +++++ 2 files changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: hgupta, 2 years, 7 months ago WP-2608: Added padding below description field css/style.css | 3 +++ sass/revamp-design/_working-paper-detail.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: hgupta, 2 years, 7 months ago WP-2603: Added styling for faculty authors block in case detail page css/style.css | 120 +++++++++++++++++++++++------ sass/revamp-design/_case-study-detail.sass | 58 +++++++++++++- 2 files changed, 152 insertions(+), 26 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2541: adjustments to style working paper eva. css/style.css | 3 ++- sass/revamp-design/_faculty-detail.sass | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2541: style the case study eva listing. css/style.css | 43 +++++++++++++++++++++++--------- sass/partials/03-extend/_gsb-revamp.sass | 2 -- sass/revamp-design/_faculty-detail.sass | 32 +++++++++++++++++++++--- 3 files changed, 60 insertions(+), 17 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago WP-2600: reduce margin bottom between sections. css/style.css | 3 +++ sass/revamp-design/_faculty-detail.sass | 3 +++ 2 files changed, 6 insertions(+) view commit - committer: Adam Moore, 2 years, 7 months ago author: hgupta, 2 years, 7 months ago WP-2579: Theming style for working papers css/style.css | 229 ++++++++++++++++++++++---- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_working-paper-detail.sass | 151 +++++++++++++++++ 3 files changed, 353 insertions(+), 28 deletions(-) view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2590: make changes to person fpp. css/style.css | 7 +++---- sass/revamp-design/_fpp-featured-person.sass | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago Finish font face implementation fix. css/style.css | 56 +++++++++++++ sass/partials/04-defaults/_font-face.sass | 129 ++++++++++++++++++++++-------- 2 files changed, 150 insertions(+), 35 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago Try font face fix. css/style.css | 72 ++++------------------------ sass/partials/04-defaults/_font-face.sass | 78 +++++++++++++++++++++---------- 2 files changed, 61 insertions(+), 89 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Fix compile since updated ruby. css/style.css | 161 ++++------------------------------------------------------ 1 file changed, 10 insertions(+), 151 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2388: compile css, make adjustments, remove singularity. config.rb | 1 - css/style.css | 1061 ++++++++---------------- sass/partials/00-variables/_base.sass | 1 + sass/partials/05-grids/_grids-singularity.sass | 81 +- sass/revamp-design/_search-filters.sass | 4 +- sass/style.sass | 1 - 6 files changed, 401 insertions(+), 748 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2388: update ruby, gems, and bundle. .ruby-version | 1 + Gemfile | 11 ++++++----- Gemfile.lock | 57 +++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 42 insertions(+), 27 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 882 ------------------------------------------- sass/revamp-design/_all.sass | 6 - 2 files changed, 888 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2577: add view mode full class. css/style.css | 234 ++++++++++++++++---------------- sass/revamp-design/_faculty-detail.sass | 2 +- 2 files changed, 118 insertions(+), 118 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2547: Adjusted padding css/style.css | 110 ++++++++++------------------- sass/revamp-design/_case-study-detail.sass | 17 +++-- 2 files changed, 49 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2546: Added normal font weight css/style.css | 12 +++++++++++- sass/revamp-design/_case-study-detail.sass | 10 +++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Fix house ad responsive. sass/revamp-design/_house-ads.sass | 89 +++++++++++++++----------------------- 1 file changed, 36 insertions(+), 53 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 --------------------------------- sass/revamp-design/_all.sass | 2 - sass/revamp-design/_e-newsletters.sass | 1 - 3 files changed, 297 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 + 2 files changed, 2 insertions(+), 294 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page sass/revamp-design/_all.sass | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 609 +++++++++++++++++++++++++++++++++++++++++-- sass/revamp-design/_all.sass | 2 + 2 files changed, 590 insertions(+), 21 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 21 +++++++++++++++++++++ sass/revamp-design/_all.sass | 2 ++ 2 files changed, 23 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2515: Styling for case study detial page css/style.css | 142 ++++++++++++++++++++++++++++- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_case-study-detail.sass | 120 ++++++++++++++++++++++++ template.php | 7 ++ 4 files changed, 266 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 295 ++++++++++++++++++++++++++++++++++++++++++- sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2577: add view mode full class. css/style.css | 234 ++++++++++++++++---------------- sass/revamp-design/_faculty-detail.sass | 2 +- 2 files changed, 118 insertions(+), 118 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2547: Adjusted padding css/style.css | 110 ++++++++++------------------- sass/revamp-design/_case-study-detail.sass | 17 +++-- 2 files changed, 49 insertions(+), 78 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2546: Added normal font weight css/style.css | 12 +++++++++++- sass/revamp-design/_case-study-detail.sass | 10 +++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago Fix house ad responsive. sass/revamp-design/_house-ads.sass | 89 +++++++++++++++----------------------- 1 file changed, 36 insertions(+), 53 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 --------------------------------- sass/revamp-design/_all.sass | 2 - sass/revamp-design/_e-newsletters.sass | 1 - 3 files changed, 297 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 295 ++++++++++++++++++++++++++++++++++++++++++- sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2497: adjust spacing. css/style.css | 5 ++++- sass/revamp-design/_menu-sidebar.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2510: add space so comments print. css/style.css | 1 + sass/partials/04-defaults/_font-face.sass | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2526: fix icons in responsive menu. css/style.css | 17 +++++++++-------- sass/revamp-design/_banner.sass | 1 + sass/revamp-design/_menu-sidebar.sass | 17 +++++++++-------- 3 files changed, 19 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2522: update the font stack and padding. css/style.css | 9 +++++---- sass/revamp-design/_e-newsletters.sass | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2437: responsive changes for house ads. css/style.css | 7 ++++--- sass/revamp-design/_house-ads.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2518: change fpp body font size. css/style.css | 4 ++++ sass/revamp-design/_accordion.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2509: fix accordion title wrap. css/style.css | 16 +++++++++++----- sass/revamp-design/_accordion.sass | 15 ++++++++++----- 2 files changed, 21 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2507: Removed text wrapping below image in video wide-blocks css/style.css | 1 + sass/revamp-design/_video.sass | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2510: comment webfont license properly. css/style.css | 71 +++++++++++++++ sass/partials/04-defaults/_font-face.sass | 142 +++++++++++++++--------------- 2 files changed, 142 insertions(+), 71 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2497: Change the font for nesting hierarchy in section menu css/style.css | 6 ++++++ sass/revamp-design/_menu-sidebar.sass | 4 ++++ 2 files changed, 10 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2499: Pdf icon is aligned with text css/style.css | 1 + sass/partials/04-defaults/_font-custom.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2463: Scaling for email icon is fixed css/style.css | 2 +- sass/revamp-design/_wysiwyg.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2493: changed style for pane and event title css/style.css | 8 +++++++- sass/revamp-design/_front.sass | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 588 ------------------------------------------- sass/revamp-design/_all.sass | 4 - 2 files changed, 592 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2472: social icons and twitter feed. css/style.css | 472 ++++++++++++------------------- js/custom.js | 6 +- sass/partials/03-extend/_gsb-revamp.sass | 24 ++ sass/revamp-design/_cta-custom.sass | 69 +---- sass/revamp-design/_design.sass | 46 +++ sass/revamp-design/_footer.sass | 80 +++--- sass/revamp-design/_front.sass | 67 ++--- sass/revamp-design/_social-media.sass | 105 ++----- 8 files changed, 354 insertions(+), 515 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2494: update month text. js/libs/twitterfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2465: Adjusted the email icon for windows chrome css/style.css | 2 +- sass/partials/04-defaults/_font-face.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 + 2 files changed, 2 insertions(+), 294 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2471: Adjusted MSx fellows + future faculty grid-view css/style.css | 4 ++-- sass/revamp-design/_msxfellows.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page sass/revamp-design/_all.sass | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 454 +++++++++++++++++++++++++++++++++++-------- sass/revamp-design/_all.sass | 2 + 2 files changed, 376 insertions(+), 80 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2469: Adjusted Featured Event typography css/style.css | 12 +++++++----- sass/revamp-design/_event.sass | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add left side styles, including a new extend. css/style.css | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 287 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 21 +++++++++++++++++++++ sass/revamp-design/_all.sass | 2 ++ 2 files changed, 23 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2464: added margin in email icon to wrap with text css/style.css | 3 ++- sass/revamp-design/_wysiwyg.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2419: change global WYSIWYG styles. css/style.css | 13 +++++++++++++ sass/revamp-design/_fpp-text.sass | 12 ++++++++++++ 2 files changed, 25 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2497: adjust spacing. css/style.css | 5 ++++- sass/revamp-design/_menu-sidebar.sass | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2510: add space so comments print. css/style.css | 1 + sass/partials/04-defaults/_font-face.sass | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2515: Styling for case study detial page css/style.css | 142 ++++++++++++++++++++++++++++- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_case-study-detail.sass | 120 ++++++++++++++++++++++++ template.php | 7 ++ 4 files changed, 266 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2526: fix icons in responsive menu. css/style.css | 17 +++++++++-------- sass/revamp-design/_banner.sass | 1 + sass/revamp-design/_menu-sidebar.sass | 17 +++++++++-------- 3 files changed, 19 insertions(+), 16 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2522: update the font stack and padding. css/style.css | 9 +++++---- sass/revamp-design/_e-newsletters.sass | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2437: responsive changes for house ads. css/style.css | 7 ++++--- sass/revamp-design/_house-ads.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2518: change fpp body font size. css/style.css | 4 ++++ sass/revamp-design/_accordion.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2509: fix accordion title wrap. css/style.css | 16 +++++++++++----- sass/revamp-design/_accordion.sass | 15 ++++++++++----- 2 files changed, 21 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2507: Removed text wrapping below image in video wide-blocks css/style.css | 1 + sass/revamp-design/_video.sass | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2510: comment webfont license properly. css/style.css | 71 +++++++++++++++ sass/partials/04-defaults/_font-face.sass | 142 +++++++++++++++--------------- 2 files changed, 142 insertions(+), 71 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2497: Change the font for nesting hierarchy in section menu css/style.css | 6 ++++++ sass/revamp-design/_menu-sidebar.sass | 4 ++++ 2 files changed, 10 insertions(+) view commit - committer: hgupta, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2499: Pdf icon is aligned with text css/style.css | 1 + sass/partials/04-defaults/_font-custom.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2463: Scaling for email icon is fixed css/style.css | 2 +- sass/revamp-design/_wysiwyg.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2493: changed style for pane and event title css/style.css | 8 +++++++- sass/revamp-design/_front.sass | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 588 ------------------------------------------- sass/revamp-design/_all.sass | 4 - 2 files changed, 592 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2472: social icons and twitter feed. css/style.css | 472 ++++++++++++------------------- js/custom.js | 6 +- sass/partials/03-extend/_gsb-revamp.sass | 24 ++ sass/revamp-design/_cta-custom.sass | 69 +---- sass/revamp-design/_design.sass | 46 +++ sass/revamp-design/_footer.sass | 80 +++--- sass/revamp-design/_front.sass | 67 ++--- sass/revamp-design/_social-media.sass | 105 ++----- 8 files changed, 354 insertions(+), 515 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2494: update month text. js/libs/twitterfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2465: Adjusted the email icon for windows chrome css/style.css | 2 +- sass/partials/04-defaults/_font-face.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 - 2 files changed, 296 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 ------------------------------------------- sass/revamp-design/_all.sass | 2 + 2 files changed, 2 insertions(+), 294 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2471: Adjusted MSx fellows + future faculty grid-view css/style.css | 4 ++-- sass/revamp-design/_msxfellows.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page sass/revamp-design/_all.sass | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2419: change global WYSIWYG styles. css/style.css | 13 +++++++++++++ sass/revamp-design/_fpp-text.sass | 12 ++++++++++++ 2 files changed, 25 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 + 2 files changed, 296 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2469: Adjusted Featured Event typography css/style.css | 12 +++++++----- sass/revamp-design/_event.sass | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: fix the responsive section menu. css/style.css | 6 ++++++ sass/revamp-design/_menu-sidebar.sass | 3 +++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add left side styles, including a new extend. css/style.css | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 287 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 21 +++++++++++++++++++++ sass/revamp-design/_all.sass | 2 ++ 2 files changed, 23 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2464: added margin in email icon to wrap with text css/style.css | 3 ++- sass/revamp-design/_wysiwyg.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: adjust spacing. css/style.css | 8 +------- sass/revamp-design/_menu-sidebar.sass | 5 +---- 2 files changed, 2 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: fix the banner on events mobile. css/style.css | 5 +++++ sass/revamp-design/_banner.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: fix the responsive section menu. css/style.css | 89 ++++++++++++++++++----------------- js/custom.js | 2 +- sass/revamp-design/_banner.sass | 42 +++++++---------- sass/revamp-design/_menu-sidebar.sass | 10 +++- 4 files changed, 71 insertions(+), 72 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: conferences and service to prof, links and spacing. css/style.css | 57 ++++++++++++++++++++++----------- sass/revamp-design/_faculty-detail.sass | 31 +++++++++++++++--- 2 files changed, 66 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: responsive adjustments. css/style.css | 10 ++++++++++ sass/revamp-design/_faculty-detail.sass | 4 ++++ 2 files changed, 14 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: adjust font for tel. css/style.css | 1 + sass/revamp-design/_faculty-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: faculty affiliations. css/style.css | 33 ++++++++++++++++++++++------ sass/revamp-design/_faculty-detail.sass | 39 ++++++++++++++++++++------------- 2 files changed, 50 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: faculty detail page right section. css/style.css | 178 ++++++++++++++++++++++++++++-- sass/partials/03-extend/_gsb-revamp.sass | 1 + sass/partials/04-defaults/_font-face.sass | 4 +- sass/revamp-design/_faculty-detail.sass | 168 ++++++++++++++++++++++++++-- 4 files changed, 328 insertions(+), 23 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: adjust grey. sass/revamp-design/_event.sass | 2 +- sass/revamp-design/_wysiwyg.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add left side styles, including a new extend. css/style.css | 98 +++++++++++++++++++++----------- sass/partials/03-extend/_gsb-revamp.sass | 20 +++++++ sass/revamp-design/_faculty-detail.sass | 33 +++++++++++ sass/revamp-design/_phd-candidate.sass | 23 ++------ 4 files changed, 122 insertions(+), 52 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add preprocess field for links. template.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 60 +++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 ++ sass/revamp-design/_faculty-detail.sass | 50 +++++++++++++++++++++++++++ 3 files changed, 112 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: fix the responsive section menu. css/style.css | 6 ++++++ sass/revamp-design/_menu-sidebar.sass | 3 +++ 2 files changed, 9 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 45 ++++++++++++++++++++++++++++++---- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_e-newsletters.sass | 34 +++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2445: clubs listing changes. css/style.css | 7 ++++--- sass/revamp-design/_clubs.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2438: Missed the style.css file in previous commit css/style.css | 13 +++++++++++++ sass/revamp-design/_design.sass | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2450: Hide breadcrumbs on program landings. css/style.css | 13 +++++++++++++ sass/revamp-design/_banner.sass | 14 ++++++++++++++ 2 files changed, 27 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2450: Banner title adjustments. css/style.css | 10 +++++----- sass/revamp-design/_banner.sass | 23 ++++++++++++++--------- 2 files changed, 19 insertions(+), 14 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2447: Bu mistake some changes of another issue have been added, now removed css/style.css | 13 ------------- 1 file changed, 13 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2447: Added font-family for 3rd level navigation css/style.css | 15 ++++++++------- sass/revamp-design/_menu-sidebar.sass | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2438: modified the background color sass/revamp-design/_design.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2499: same body text for house ads and spotlights. css/style.css | 3 +-- sass/revamp-design/_house-ads.sass | 1 + sass/revamp-design/_spotlight.sass | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2499: make font size and line height change to house ad. css/style.css | 6 ++---- sass/revamp-design/_house-ads.sass | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2449: pull in changes from house ads ticket. css/style.css | 18 ++++++++---------- sass/revamp-design/_house-ads.sass | 14 ++++++-------- 2 files changed, 14 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2449: change the line height for show more. js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2442: removed margin from breadcrumb css/style.css | 1 - sass/partials/06-ui-patterns/_drupal-patterns.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2438: Changed WITL background more darker css/style.css | 13 +++++++++++++ sass/revamp-design/_design.sass | 7 +++++++ 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: top border with title, and spacing. css/style.css | 43 +++++++++++++----------------------- sass/revamp-design/_accordion.sass | 45 +++++++++++++++++--------------------- sass/revamp-design/_wysiwyg.sass | 2 +- 3 files changed, 36 insertions(+), 54 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: refactor the accordion js. css/style.css | 75 ++++++++------------------- js/custom.js | 10 ++-- sass/revamp-design/_accordion.sass | 102 +++++++++++++------------------------ 3 files changed, 61 insertions(+), 126 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: make accordion title and header changes. css/style.css | 48 ++++++++++++++------------------------ sass/revamp-design/_accordion.sass | 36 ++++++++++++++-------------- sass/revamp-design/_fpp-text.sass | 12 ---------- 3 files changed, 36 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2434: Added hover state on club and email title css/style.css | 13 ++++++++++--- sass/revamp-design/_clubs.sass | 10 ++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2419: change h3 and h4 to black. css/style.css | 2 ++ sass/revamp-design/_wysiwyg.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2419: change global WYSIWYG styles. css/style.css | 48 ++++++++++++++------------ sass/partials/04-defaults/_common.sass | 1 - sass/partials/04-defaults/_headers.sass | 1 - sass/revamp-design/_fpp-text.sass | 7 ++-- sass/revamp-design/_wysiwyg.sass | 60 ++++++++++++++++++--------------- 5 files changed, 61 insertions(+), 56 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2418: adjust narrow-view styles. css/style.css | 56 +++++++++++++++++++-------------------- sass/revamp-design/_fpp-text.sass | 47 +++++++++++++++----------------- sass/revamp-design/_wysiwyg.sass | 12 ++++----- 3 files changed, 55 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2422: changed the styling on House Ad css/style.css | 9 ++++----- sass/revamp-design/_house-ads.sass | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2428: changed some styling on title,position,spotlight yearand body css/style.css | 16 ++++++++++++---- sass/revamp-design/_spotlight.sass | 15 ++++++++++----- 2 files changed, 22 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2391: adjust the magnifying glass. css/style.css | 4 ++-- sass/revamp-design/_search-filters.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2427: Reduced line-height for left sub navigation css/style.css | 1 + sass/revamp-design/_menu-sidebar.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2424:Changed font family for filter link css/style.css | 2 +- sass/revamp-design/_search-filters.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2423:line-height and margin bottom changed css/style.css | 10 ++++++++-- sass/revamp-design/_upcoming-events.sass | 9 +++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2420:Added some styling for Video FPP css/style.css | 10 +++++----- sass/revamp-design/_video.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2400: changed the styling for links in upcoming event block css/style.css | 36 ++++++++++++++++++++++++++++-------- sass/revamp-design/_front.sass | 26 ++++++++++++++++++++++---- 2 files changed, 50 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: adjust spacing. css/style.css | 8 +------- sass/revamp-design/_menu-sidebar.sass | 5 +---- 2 files changed, 2 insertions(+), 11 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: fix the banner on events mobile. css/style.css | 5 +++++ sass/revamp-design/_banner.sass | 2 ++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2458: fix the responsive section menu. css/style.css | 91 ++++++++++++++++++----------------- js/custom.js | 2 +- sass/revamp-design/_banner.sass | 44 +++++++---------- sass/revamp-design/_menu-sidebar.sass | 10 +++- 4 files changed, 73 insertions(+), 74 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2453: Added styling for newsletter on Re:Think page css/style.css | 45 ++++++++++++++++++++++++++++++---- sass/revamp-design/_all.sass | 1 + sass/revamp-design/_e-newsletters.sass | 34 +++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: conferences and service to prof, links and spacing. css/style.css | 57 ++++++++++++++++++++++----------- sass/revamp-design/_faculty-detail.sass | 31 +++++++++++++++--- 2 files changed, 66 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: responsive adjustments. css/style.css | 10 ++++++++++ sass/revamp-design/_faculty-detail.sass | 4 ++++ 2 files changed, 14 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: adjust font for tel. css/style.css | 1 + sass/revamp-design/_faculty-detail.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: faculty affiliations. css/style.css | 33 ++++++++++++++++++++++------ sass/revamp-design/_faculty-detail.sass | 39 ++++++++++++++++++++------------- 2 files changed, 50 insertions(+), 22 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: faculty detail page right section. css/style.css | 180 ++++++++++++++++++++++++++++-- sass/partials/03-extend/_gsb-revamp.sass | 1 + sass/partials/04-defaults/_common.sass | 2 +- sass/partials/04-defaults/_font-face.sass | 4 +- sass/revamp-design/_faculty-detail.sass | 168 ++++++++++++++++++++++++++-- 5 files changed, 330 insertions(+), 25 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: adjust grey. sass/revamp-design/_event.sass | 2 +- sass/revamp-design/_wysiwyg.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add left side styles, including a new extend. css/style.css | 98 +++++++++++++++++++++----------- sass/partials/03-extend/_gsb-revamp.sass | 20 +++++++ sass/revamp-design/_faculty-detail.sass | 33 +++++++++++ sass/revamp-design/_phd-candidate.sass | 23 ++------ 4 files changed, 122 insertions(+), 52 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add preprocess field for links. template.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2407: add faculty detail partial. css/style.css | 60 +++++++++++++++++++++++++++++++++ sass/revamp-design/_all.sass | 2 ++ sass/revamp-design/_faculty-detail.sass | 50 +++++++++++++++++++++++++++ 3 files changed, 112 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2445: clubs listing changes. css/style.css | 7 ++++--- sass/revamp-design/_clubs.sass | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2438: Missed the style.css file in previous commit css/style.css | 13 +++++++++++++ sass/revamp-design/_design.sass | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2450: Hide breadcrumbs on program landings. css/style.css | 15 ++++++++++++++- sass/revamp-design/_banner.sass | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2450: Banner title adjustments. css/style.css | 10 +++++----- sass/revamp-design/_banner.sass | 25 +++++++++++++++---------- 2 files changed, 20 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2447: Bu mistake some changes of another issue have been added, now removed css/style.css | 13 ------------- 1 file changed, 13 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2447: Added font-family for 3rd level navigation css/style.css | 15 ++++++++------- sass/revamp-design/_menu-sidebar.sass | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2438: modified the background color sass/revamp-design/_design.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2499: same body text for house ads and spotlights. css/style.css | 3 +-- sass/revamp-design/_house-ads.sass | 1 + sass/revamp-design/_spotlight.sass | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2499: make font size and line height change to house ad. css/style.css | 6 ++---- sass/revamp-design/_house-ads.sass | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2449: pull in changes from house ads ticket. css/style.css | 18 ++++++++---------- sass/revamp-design/_house-ads.sass | 14 ++++++-------- 2 files changed, 14 insertions(+), 18 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2449: change the line height for show more. js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2442: removed margin from breadcrumb css/style.css | 1 - sass/partials/06-ui-patterns/_drupal-patterns.sass | 1 - 2 files changed, 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2438: Changed WITL background more darker css/style.css | 13 +++++++++++++ sass/revamp-design/_design.sass | 7 +++++++ 2 files changed, 20 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: top border with title, and spacing. css/style.css | 43 +++++++++++++----------------------- sass/revamp-design/_accordion.sass | 45 +++++++++++++++++--------------------- sass/revamp-design/_wysiwyg.sass | 2 +- 3 files changed, 36 insertions(+), 54 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: refactor the accordion js. css/style.css | 75 ++++++++------------------- js/custom.js | 10 ++-- sass/revamp-design/_accordion.sass | 102 +++++++++++++------------------------ 3 files changed, 61 insertions(+), 126 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2444: make accordion title and header changes. css/style.css | 48 ++++++++++++++------------------------ sass/revamp-design/_accordion.sass | 36 ++++++++++++++-------------- sass/revamp-design/_fpp-text.sass | 12 ---------- 3 files changed, 36 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2434: Added hover state on club and email title css/style.css | 13 ++++++++++--- sass/revamp-design/_clubs.sass | 10 ++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2419: change h3 and h4 to black. css/style.css | 2 ++ sass/revamp-design/_wysiwyg.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2419: change global WYSIWYG styles. css/style.css | 50 ++++++++++++++------------- sass/partials/04-defaults/_common.sass | 3 +- sass/partials/04-defaults/_headers.sass | 1 - sass/revamp-design/_fpp-text.sass | 7 ++-- sass/revamp-design/_wysiwyg.sass | 60 ++++++++++++++++++--------------- 5 files changed, 63 insertions(+), 58 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2418: adjust narrow-view styles. css/style.css | 56 +++++++++++++++++++-------------------- sass/revamp-design/_fpp-text.sass | 47 +++++++++++++++----------------- sass/revamp-design/_wysiwyg.sass | 12 ++++----- 3 files changed, 55 insertions(+), 60 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2422: changed the styling on House Ad css/style.css | 9 ++++----- sass/revamp-design/_house-ads.sass | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2428: changed some styling on title,position,spotlight yearand body css/style.css | 16 ++++++++++++---- sass/revamp-design/_spotlight.sass | 15 ++++++++++----- 2 files changed, 22 insertions(+), 9 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2391: adjust the magnifying glass. css/style.css | 4 ++-- sass/revamp-design/_search-filters.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2427: Reduced line-height for left sub navigation css/style.css | 1 + sass/revamp-design/_menu-sidebar.sass | 1 + 2 files changed, 2 insertions(+) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2424:Changed font family for filter link css/style.css | 2 +- sass/revamp-design/_search-filters.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2423:line-height and margin bottom changed css/style.css | 10 ++++++++-- sass/revamp-design/_upcoming-events.sass | 9 +++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2420:Added some styling for Video FPP css/style.css | 10 +++++----- sass/revamp-design/_video.sass | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: hgupta, 2 years, 8 months ago WP-2400: changed the styling for links in upcoming event block css/style.css | 36 ++++++++++++++++++++++++++++-------- sass/revamp-design/_front.sass | 26 ++++++++++++++++++++++---- 2 files changed, 50 insertions(+), 12 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2359: responsive for landscape in narrow. css/style.css | 13 +++++++++++-- sass/revamp-design/_fpp-featured-person.sass | 2 ++ 2 files changed, 13 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2359: featured person styling. css/style.css | 139 ++++++++++++++++++++++++++- sass/revamp-design/_fpp-featured-person.sass | 89 +++++++++++++++++ 2 files changed, 223 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2359: add new partial. sass/revamp-design/_all.sass | 1 + sass/revamp-design/_fpp-featured-person.sass | 3 +++ 2 files changed, 4 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago WP-2379 Commit to get around patch issue during release rebase sass/partials/04-defaults/_font-face.sass | 57 ++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2381: keep solid mail icon when it is in a circle. css/style.css | 2 +- sass/revamp-design/_cta.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2381: add new email icon. css/style.css | 16 ++++++++++++---- fonts/gsb-email-icon.eot | Bin 0 -> 1260 bytes fonts/gsb-email-icon.svg | 12 ++++++++++++ fonts/gsb-email-icon.ttf | Bin 0 -> 1092 bytes fonts/gsb-email-icon.woff | Bin 0 -> 1168 bytes sass/partials/04-defaults/_font-face.sass | 3 +++ sass/revamp-design/_clubs.sass | 2 +- sass/revamp-design/_cta.sass | 2 +- sass/revamp-design/_phd-candidate.sass | 2 +- sass/revamp-design/_wysiwyg.sass | 2 +- 10 files changed, 31 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2386: remove uneeded custom external icon. css/style.css | 13 ----------- fonts/external-link.eot | Bin 1976 -> 0 bytes fonts/external-link.svg | 34 ---------------------------- fonts/external-link.ttf | Bin 4284 -> 0 bytes fonts/external-link.woff | Bin 1248 -> 0 bytes sass/partials/04-defaults/_font-custom.sass | 5 ---- sass/partials/04-defaults/_font-face.sass | 3 --- 7 files changed, 55 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2386: use gsb font on custom menus. css/style.css | 11 +++++------ sass/revamp-design/_menu-block.sass | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2386: use gsb font icon on clubs. css/style.css | 9 +++++---- sass/revamp-design/_clubs.sass | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2386: adjust other instances of external link. css/style.css | 5 ++++- sass/revamp-design/_faculty-by-academic-area.sass | 2 +- sass/revamp-design/_fpp-links.sass | 12 +++++++----- sass/revamp-design/_phd-candidate.sass | 1 + 4 files changed, 13 insertions(+), 7 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2386: adjust external link on stanford links. css/style.css | 2 ++ sass/revamp-design/_fpp-links.sass | 2 ++ 2 files changed, 4 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2390: restore some styles that were in news partial. css/style.css | 108 ++++++++++++++++++++++++++++++++++++++++-- sass/revamp-design/_all.sass | 2 +- sass/revamp-design/_news.sass | 2 +- 3 files changed, 107 insertions(+), 5 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2305:Fixed the Google+ teaser for IE and FF css/style.css | 3 +++ sass/revamp-design/_accordion.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2380: spacing. sass/partials/04-defaults/_font-custom.sass | 4 ---- 1 file changed, 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2380: remove the unused search font. css/style.css | 13 ----------- fonts/search.eot | Bin 1936 -> 0 bytes fonts/search.svg | 33 ---------------------------- fonts/search.ttf | Bin 4244 -> 0 bytes fonts/search.woff | Bin 1212 -> 0 bytes sass/partials/04-defaults/_font-custom.sass | 7 ------ sass/partials/04-defaults/_font-face.sass | 6 +---- 7 files changed, 1 insertion(+), 58 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2380: change the quotes. sass/revamp-design/_accordion.sass | 8 ++++---- sass/revamp-design/_cta-custom.sass | 12 ++++++------ sass/revamp-design/_front.sass | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2348: adjust wrapper for blue bar. css/style.css | 2 +- sass/revamp-design/_fpp-text.sass | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2383: adjust the copyright styling in footer. css/style.css | 8 ++++++-- sass/revamp-design/_footer.sass | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2375: Added hover color for the tag for featured event css/style.css | 3 +++ sass/revamp-design/_event.sass | 2 ++ 2 files changed, 5 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago fixed merge issue css/style.css | 16 ++-------------- sass/revamp-design/_wysiwyg.sass | 22 ++-------------------- 2 files changed, 4 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2343: undo last commit. css/style.css | 16 ++++++++++++++-- sass/revamp-design/_wysiwyg.sass | 23 +++++++++++++++++++---- 2 files changed, 33 insertions(+), 6 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2343: change spacing around image. sass/revamp-design/_wysiwyg.sass | 2 ++ 1 file changed, 2 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2343: show the tabledrag handle. css/admin-modal/admin-modal.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2348: remove the msx text fpp override. css/style.css | 21 --------------------- sass/revamp-design/_msxfellows.sass | 20 -------------------- 2 files changed, 41 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2348: Adjust text block styles. css/style.css | 29 ++++++++++++++++++----------- sass/revamp-design/_fpp-text.sass | 19 ++++++++++++------- 2 files changed, 30 insertions(+), 18 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2331: Added style for footnote css/style.css | 5 +++++ sass/revamp-design/_wysiwyg.sass | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2373: adjust spacing around floated images. css/style.css | 16 ++-------------- sass/revamp-design/_wysiwyg.sass | 24 ++++-------------------- 2 files changed, 6 insertions(+), 34 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2156: remove margin in narrow. css/style.css | 11 +---------- sass/revamp-design/_wysiwyg.sass | 8 ++------ 2 files changed, 3 insertions(+), 16 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago WP-2345: make changes to diptych. css/style.css | 101 +++++++++++++++++++++++++++++++-------- sass/revamp-design/_diptych.sass | 61 ++++++++++++++++------- 2 files changed, 125 insertions(+), 37 deletions(-) view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: hgupta, 2 years, 9 months ago WP-2324: dotted underline removed from a tags in wysiwyg tables css/style.css | 1 + sass/revamp-design/_wysiwyg.sass | 1 + 2 files changed, 2 insertions(+)
=========================================== ./gsb_theme_admin =========================================== view commit - committer: hgupta, 4 months ago author: hgupta, 4 months ago WP-6997: added margin below replace or remove button css/admin-style.css | 2 +- sass/design-partials/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6854: adjust fieldset-legend. css/admin-style.css | 8 +++++--- sass/design-partials/_design.sass | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago WP-6714: adjust label in program instance. css/admin-style.css | 5 +++++ sass/design-partials/_design.sass | 4 ++++ 2 files changed, 9 insertions(+) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6776 Added program ct to check and display a message if any fields have been edited. template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Greg Mercer, 5 months ago author: Greg Mercer, 5 months ago WP-6726 Removed code for display-on-finder and is-application-open preprocess view handling template.php | 18 ------------------ 1 file changed, 18 deletions(-) view commit - committer: Greg Mercer, 6 months ago author: Greg Mercer, 6 months ago WP-6390 Added gsb_theme_admin_preprocess_views_view_field() to alter views output of field_display_on_finder and field_is_application_open template.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago WP-6424: theme the add instance link. css/admin-style.css | 32 ++++++++++++++++++++++++++++++++ sass/design-partials/_design.sass | 31 +++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago WP-6152 Changed to use empty() check for $first_page and $stock_content_page variables templates/panels-add-content-link.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 1 month ago author: Meghan Palagyi, 1 year, 1 month ago WP-5621: adjust address fields. css/admin-style.css | 9 +++++++++ sass/design-partials/_design.sass | 8 ++++++++ 2 files changed, 17 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5409: hide upload buttons on additional content types. css/admin-style.css | 7 ++++++- sass/design-partials/_design.sass | 13 +++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5411: style the check all, uncheck all. css/admin-style.css | 13 +++++++++++++ sass/design-partials/_design.sass | 11 +++++++++++ 2 files changed, 24 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5371: include adding resource form, limit width. css/admin-style.css | 8 ++++++-- sass/design-partials/_design.sass | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago Adding check to only add editing_message.js to the node edit page for the faculty ct. template.php | 3 +++ 1 file changed, 3 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago WP-5371: generalize the markdown editor fix. css/admin-style.css | 2 +- sass/design-partials/_design.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago WP-5287: adjust body field for sidebar authoring. css/admin-style.css | 14 ++++++++++++++ sass/design-partials/_design.sass | 13 +++++++++++++ 2 files changed, 27 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4782: hide repeat event checkbox. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago WP-4753: add icons for chute link validation. css/admin-style.css | 14 ++++++++++++++ sass/design-partials/_design.sass | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3991: make the media radio buttons alignment more generic. css/admin-style.css | 4 ++-- sass/design-partials/_design.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago WP-3897: adjust idea story media format radio buttons. css/admin-style.css | 8 ++++++++ sass/design-partials/_design.sass | 8 ++++++++ 2 files changed, 16 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3620: Auto-upload files. js/custom.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3615: remove upload button styling. css/admin-style.css | 8 -------- sass/design-partials/_design.sass | 8 -------- 2 files changed, 16 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3546: add external link icon. css/admin-style.css | 6 ++++++ images/arrow-external.svg | 14 ++++++++++++++ sass/design-partials/_design.sass | 7 +++++++ 3 files changed, 27 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3607: Remove buttons on multiple value fields should trigger the editing warning message. template.php | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3546: add external link icon. css/admin-style.css | 6 ++++++ images/arrow-external.svg | 14 ++++++++++++++ sass/design-partials/_design.sass | 7 +++++++ 3 files changed, 27 insertions(+) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3607: Remove buttons on multiple value fields should trigger the editing warning message. template.php | 10 ++++++++++ 1 file changed, 10 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3608: fix pdf and link alignment. css/admin-style.css | 83 +++++++++++++-------------------------- sass/design-partials/_design.sass | 76 ++++++++++++++--------------------- 2 files changed, 56 insertions(+), 103 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3573: add images from panopoly. images/close-popup.png | Bin 0 -> 407 bytes images/status-active.gif | Bin 0 -> 1067 bytes 2 files changed, 0 insertions(+), 0 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: remove overriddes now that we removed them from the CSS sheet. css/admin-style.css | 73 --------------------------------------- sass/design-partials/_design.sass | 54 ----------------------------- 2 files changed, 127 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: remove unwanted styling from panopoly-modal.css. css/panopoly-modal.css | 104 +++++-------------------------------------------- 1 file changed, 10 insertions(+), 94 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: remove panopoly fieldset styling. css/panopoly-modal.css | 68 -------------------------------------------------- 1 file changed, 68 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: add panopoly modal CSS sheet. css/panopoly-modal.css | 530 +++++++++++++++++++++++++++++++++++++++++++++++++ gsb_theme_admin.info | 1 + 2 files changed, 531 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3556: add spacing. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3556: add spacing. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3566: update affiliation button display. css/admin-style.css | 4 ++-- sass/design-partials/_design.sass | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3451: Display the leaving-the-page message in the status messages on edit. js/editing_message.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3540: hide upload on regular edit pages. css/admin-style.css | 7 +++++-- sass/design-partials/_design.sass | 11 +++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3547: use visibility hidden to preserve space. css/admin-style.css | 4 ++-- sass/design-partials/_design.sass | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: remove overriddes now that we removed them from the CSS sheet. css/admin-style.css | 73 --------------------------------------- sass/design-partials/_design.sass | 54 ----------------------------- 2 files changed, 127 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: fix affiliation button position. css/admin-style.css | 4 ++-- sass/design-partials/_design.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: remove unwanted styling from panopoly-modal.css. css/panopoly-modal.css | 104 +++++-------------------------------------------- 1 file changed, 10 insertions(+), 94 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: remove panopoly fieldset styling. css/panopoly-modal.css | 68 -------------------------------------------------- 1 file changed, 68 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3467: add panopoly modal CSS sheet. css/panopoly-modal.css | 530 +++++++++++++++++++++++++++++++++++++++++++++++++ gsb_theme_admin.info | 1 + 2 files changed, 531 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3540: hide upload button. css/admin-style.css | 9 +++++++++ sass/design-partials/_design.sass | 10 ++++++++++ 2 files changed, 19 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3532: add space above database field. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3532: add space above database field. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3452: make save button blue. css/admin-style.css | 13 +++++++++++++ sass/design-partials/_design.sass | 12 ++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago WP-3452: move buttons to left. css/admin-style.css | 8 ++++++-- sass/design-partials/_design.sass | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3456: Make adding classes more generic to put all roles in the body class. css/admin-style.css | 2 +- sass/design-partials/_design.sass | 4 ++-- template.php | 14 +++++++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) view commit - committer: Adam Moore, 2 years, 3 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3456: Hide 'Show row weights' link for faculty. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 5 +++++ template.php | 8 ++++++++ 3 files changed, 17 insertions(+) view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago WP-3456: Make adding classes more generic to put all roles in the body class. css/admin-style.css | 2 +- sass/design-partials/_design.sass | 6 +++--- template.php | 14 +++++++++++--- 3 files changed, 15 insertions(+), 7 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3451: Display the leaving-the-page message in the status messages on edit. js/editing_message.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3450: Reinstate tabledrag message. js/editing_message.js | 6 ------ 1 file changed, 6 deletions(-) view commit - committer: Tim Plunkett, 2 years, 3 months ago author: Tim Plunkett, 2 years, 3 months ago WP-3457: Properly track changes per-form. js/editing_message.js | 78 ++++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 38 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago Needed to compile the sass. css/admin-style.css | 5 ----- 1 file changed, 5 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3391: adjust styling to be more general. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3391: adjust styling to be more general. css/admin-style.css | 2 +- sass/design-partials/_design.sass | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3456: Hide 'Show row weights' link for faculty. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 4 ++++ template.php | 8 ++++++++ 3 files changed, 16 insertions(+) view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago WP-3453: Hitting the enter button in a text field sends people to the parent tab in faculty profile. js/custom.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3422: Move messages margin from wrapper to .messages and always show the wrapper. css/admin-style.css | 7 +++++++ sass/design-partials/_design.sass | 5 +++++ templates/page.tpl.php | 4 +++- 3 files changed, 15 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3422: Add the unmodified page.tpl.php file. templates/page.tpl.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3432: updated styling. css/admin-style.css | 77 +++++++++++++++++++++++++++++++++++++++ sass/design-partials/_design.sass | 57 +++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3360: change padding on buttons. css/admin-style.css | 2 +- sass/design-partials/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3411: adjust radio buttons. css/admin-style.css | 10 +++++++--- sass/design-partials/_design.sass | 11 +++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3360: change padding on buttons. css/admin-style.css | 2 +- sass/design-partials/_design.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3411: adjust radio buttons. css/admin-style.css | 10 +++++++--- sass/design-partials/_design.sass | 11 +++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3392: adjust placement of affiliation remove button. css/admin-style.css | 3 ++- sass/design-partials/_design.sass | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3391: adjust placement of button for other authors. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 5 +++++ 2 files changed, 9 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3388: use correct class. css/admin-style.css | 80 ++++++++++++++++++++------------------- sass/design-partials/_design.sass | 24 ++++++------ 2 files changed, 52 insertions(+), 52 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3228: publication detail authoring changes. css/admin-style.css | 28 ++++++++++++++++++++++++++++ sass/design-partials/_design.sass | 23 +++++++++++++++++++++++ 2 files changed, 51 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3334: override button styling. css/admin-style.css | 31 +++++++++++++++++++++++++++---- sass/design-partials/_design.sass | 26 ++++++++++++++++++++++---- 2 files changed, 49 insertions(+), 8 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3341: Fix changed detection on validation. js/editing_message.js | 13 ++++++++++++- template.php | 7 +++++++ 2 files changed, 19 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3341: Handle remove file buttons. js/editing_message.js | 18 ++++++++++++++---- template.php | 20 ++++++++++++++++++++ 2 files changed, 34 insertions(+), 4 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3341: React to tabledrag. js/editing_message.js | 7 +++++++ 1 file changed, 7 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3332: Remove FormObserver code in favor of custom code. js/editing_message.js | 28 +++++++++---- js/libs/jquery.formobserver.js | 94 ------------------------------------------ template.php | 1 - 3 files changed, 21 insertions(+), 102 deletions(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3333: Do not reset the form. js/libs/jquery.formobserver.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago Allow submit buttons to bypass form dataloss prevention. js/editing_message.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3243: Hide warning message when tables are dragged around. js/editing_message.js | 6 ++++++ 1 file changed, 6 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3302: Display message on the editing form. js/editing_message.js | 12 ++++++++++++ js/libs/jquery.formobserver.js | 3 +++ template.php | 2 ++ 3 files changed, 17 insertions(+) view commit - committer: Tim Plunkett, 2 years, 4 months ago author: Tim Plunkett, 2 years, 4 months ago WP-3302: Add the FormObserver library. js/libs/jquery.formobserver.js | 90 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3304: include add form. css/admin-style.css | 55 +++++++++++++++++++++++++++++---------- sass/design-partials/_design.sass | 3 ++- 2 files changed, 43 insertions(+), 15 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3228: publication detail authoring changes. css/admin-style.css | 20 ++++++++++++++++++++ sass/design-partials/_design.sass | 23 +++++++++++++++++++++++ 2 files changed, 43 insertions(+) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3304: align affiliation fields. css/admin-style.css | 7 ++++++- sass/design-partials/_design.sass | 10 ++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3304: align name fields. css/admin-style.css | 12 ++++++++++++ sass/design-partials/_design.sass | 12 ++++++++++++ 2 files changed, 24 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago WP-3305: style link as button. css/admin-style.css | 24 ++++++++++++++++++++++++ sass/design-partials/_design.sass | 24 +++++++++++++++++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3200: remove forced height in edit screen. css/admin-style.css | 4 ---- sass/design-partials/_design.sass | 4 ---- 2 files changed, 8 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3200: force toolbar height. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 4 ++++ 2 files changed, 8 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3114: force font size and move show row weights over. css/admin-style.css | 5 +++-- sass/design-partials/_design.sass | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: fix other labels. css/admin-style.css | 9 +++++---- sass/design-partials/_design.sass | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: increase title field width, align the table and fieldset. css/admin-style.css | 4 ++-- sass/design-partials/_design.sass | 4 ++-- template.php | 12 +++++++++++- 3 files changed, 15 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: reduce width of fieldsets and tables in overlay. css/admin-style.css | 6 ++++++ sass/design-partials/_design.sass | 13 ++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: update horizontal tab styling. css/admin-style.css | 26 ++++++++++++++++++++++++++ sass/design-partials/_design.sass | 24 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: reapply overlay color change. css/admin-style.css | 9 ++++++--- sass/design-partials/_design.sass | 8 ++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: reduce spacing between fields. css/admin-style.css | 4 ++++ sass/design-partials/_design.sass | 12 ++++++++++++ 2 files changed, 16 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: change name of css file. css/admin-style.css | 366 ++++++++++++++++++++++++++++++++++++++++++++++++++ css/style.css | 362 ------------------------------------------------- gsb_theme_admin.info | 2 +- sass/admin-style.sass | 10 ++ sass/style.sass | 10 -- 5 files changed, 377 insertions(+), 373 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: cange name of css file. gsb_theme_admin.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: include change to fix publication date field label. css/style.css | 4 ++++ sass/design-partials/_design.sass | 3 +++ 2 files changed, 7 insertions(+) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: include the float and modal changes. css/style.css | 19 +++++++++++++++---- sass/design-partials/_design.sass | 13 ++++++++++++- 2 files changed, 27 insertions(+), 5 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: sassify admin theme. css/style.css | 136 +++------- sass/design-partials/_design.sass | 520 +++++++++++++++++--------------------- 2 files changed, 268 insertions(+), 388 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: sassify admin theme. sass/design-partials/_design.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3112: sassify admin theme. .ruby-version | 1 + Gemfile | 7 + Gemfile.lock | 44 ++++ config.rb | 30 +++ css/custom.css | 412 -------------------------------------- css/style.css | 411 +++++++++++++++++++++++++++++++++++++ gsb_theme_admin.info | 8 +- js/custom.js | 3 +- sass/design-partials/_design.sass | 347 ++++++++++++++++++++++++++++++++ sass/style.sass | 10 + 10 files changed, 857 insertions(+), 416 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3102: fix publication date header. css/custom.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3108: change modal color from white to black. css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago WP-3102: remove float and fix publication date. css/custom.css | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago WP-2774: remove spacing and border on publication year. css/custom.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago WP-2460: add spacing. css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+)
!!! status: logs.sh completed.